If data == NULL, not store the config.
[metze/heimdal/wip.git] / lib / krb5 / cache.c
2009-03-22 Love Hörnquist ÅstrandIf data == NULL, not store the config.
2009-02-27 Love Hörnquist ÅstrandRemove unused variable.
2009-01-17 Love Hörnquist Åstrandmore casting
2009-01-17 Love Hörnquist Åstranddoxygen
2009-01-17 Love Hörnquist Åstranddoxygen
2009-01-11 Love Hörnquist Åstranddoxygen fixup
2008-12-15 Love Hörnquist Åstrandadd krb5_cc_[gs]et_friendly_name, match MIT config...
2008-11-23 Love Hörnquist Åstrandbetter english
2008-11-15 Love Hörnquist Åstrandfix documentation
2008-11-12 Love Hörnquist Åstrandcheck cache returned from krb5_cccol_cursor_next
2008-10-18 Love Hörnquist Åstrandadd krb5_cccol_last_change_time
2008-10-18 Love Hörnquist Åstrandadd lastmodified
2008-10-13 Love Hörnquist Åstrandadd krb5_cccol and documentation
2008-10-08 Love Hörnquist ÅstrandAdd krb5_cc_get_flags() and krb5_cc_copy_creds().
2008-10-08 Love Hörnquist Åstrandfix previous
2008-10-08 Love Hörnquist ÅstrandKRB5_CC_NOTFOUND is ok from krb5_cc_remove_cred().
2008-09-28 Love Hörnquist Åstrandadd krb5_is_config_principal()
2008-09-13 Love Hörnquist Åstrandremove trailing whitespace
2008-09-13 Love Hörnquist Åstrandswitch to utf8 encoding of all files
2008-09-07 Love Hörnquist Åstrandprovide i18n hooks and renew krb5_create_checksum_iov...
2008-09-01 Love Hörnquist Åstrand2008
2008-08-30 Love Hörnquist ÅstrandMove krb5_cc_[gs]et_config doxygen group krb5_ccache.
2008-07-26 Love Hörnquist ÅstrandAdd principal to storing config data.
2008-07-26 Love Hörnquist Åstrandcopy the ticket data from the cred, not that matching...
2008-07-26 Love Hörnquist ÅstrandAdd krb5_cc_[gs]et_config.
2008-06-23 Love Hörnquist Åstranduse krb5_set_error_message
2008-06-23 Love Hörnquist Åstranduse krb5_set_error_message
2008-06-23 Love Hörnquist Åstrandswitch to krb5_set_error_message
2008-04-28 Love Hörnquist ÅstrandPick up [libdefaults]default_cc_type
2008-04-07 Love Hörnquist Åstrandallow returning the default cc-type.
2008-04-07 Love Hörnquist ÅstrandAdd krb5_cc_switch, to set the default credential cache.
2007-12-04 Love Hörnquist ÅstrandFlag if default_cc_name was set by the user, ignore...
2007-12-03 Love Hörnquist ÅstrandPut back code that was needed, move gen_new into new_un...
2007-12-03 Love Hörnquist ÅstrandUse krb5_cc_ops->default_name to get the default name.
2007-12-03 Love Hörnquist Åstrand(krb5_cc_move): new function.
2007-11-14 Love Hörnquist Åstrandits vs it\'s etc. From Bjorn Sandell
2007-11-10 Love Hörnquist Åstranddoxygen configuration
2007-10-18 Love Hörnquist Åstrand(krb5_cc_retrieve_cred): check return value from krb5_c...
2007-07-11 Love Hörnquist ÅstrandSpelling.
2007-07-10 Love Hörnquist Åstrand(enviroment_changed): return non-zero if enviroment...
2007-04-21 Love Hörnquist Åstrand(krb5_cc_retrieve_cred): document what to free 'cred...
2006-09-12 Love Hörnquist ÅstrandMake compile again.
2006-09-12 Love Hörnquist ÅstrandBy using full function calling conversion (*func) we...
2006-06-30 Love Hörnquist Åstrand(krb5_cc_new_unique): use KRB5_DEFAULT_CCNAME as the...
2006-04-02 Love Hörnquist Åstrand(_krb5_expand_default_cc_name): plug memory leak. Found...
2006-04-02 Love Hörnquist Åstrand(_krb5_expand_default_cc_name): avoid return pointer...
2005-12-13 Love Hörnquist Åstrand(krb5_cc_set_default_name): use KRB5_DEFAULT_CCNAME.
2005-11-29 Love Hörnquist Åstrand(krb5_cc_get_prefix_ops): change the behavior to return...
2005-11-29 Love Hörnquist Åstrand(krb5_cc_get_prefix_ops): if there are not colon (...
2005-11-01 Love Hörnquist Åstrand(krb5_cc_get_full_name): Add
2005-10-19 Love Hörnquist Åstrand(krb5_cc_cache_match): add function that iterates over...
2005-09-30 Love Hörnquist ÅstrandAdd cache iteration funcations. Add internal allocation...
2005-06-16 Love Hörnquist Åstrand(_krb5_expand_default_cc_name): just copy the string...
2005-06-15 Love Hörnquist Åstrand(_krb5_expand_default_cc_name): replace strndup with...
2005-05-31 Love Hörnquist ÅstrandWhen returning a new error code, set error string.
2005-05-29 Love Hörnquist Åstrandfix last commit
2005-05-29 Love Hörnquist Åstrand(_krb5_expand_default_cc_name): change format for expan...
2005-04-24 Love Hörnquist Åstrand(krb5_cc_new_unique): new function to create a new...
2005-02-02 Luke Howarduse cc_retrieve_cred if present rather than enumerating...
2004-08-11 Love Hörnquist Åstranddrop ${time}, its not very useful
2004-08-11 Love Hörnquist ÅstrandAdd _krb5_expand_default_cc_name that expand variables...
2004-08-11 Love Hörnquist Åstrand(krb5_cc_set_default_name): s/libdefault/libdefaults/
2004-08-06 Love Hörnquist Åstrand(krb5_cc_set_default_name): allow setting the default...
2004-05-25 Love Hörnquist Åstrandadd KRB5_LIB_FUNCTION to all exported functions
2004-04-25 Johan Danielssonreplace krb5_free_creds_contents by krb5_free_cred_contents
2004-04-25 Johan Danielssonadd krb5_cc_next_cred_match() and krb5_cc_copy_cred_match()
2004-04-13 Love Hörnquist Åstrandadd krb5_cc_get_prefix_ops
2003-07-25 Love Hörnquist Åstrandindent
2003-07-25 Love Hörnquist Åstrand(krb5_cc_set_default_name): only read KRB5CCNAME when...
2003-07-16 Love Hörnquist Åstranddon't return value in void function
2003-07-06 Love Hörnquist Åstrand(krb5_cc_clear_mcred): new function, clear a krb5_creds...
2003-03-16 Love Hörnquist Åstrand(krb5_cc_get_ops): new function, return ops for a id
2003-03-13 Love Hörnquist Åstrand(krb5_cc_default): if krb5_cc_default_name returned...
2003-03-10 Love Hörnquist Åstrand(krb5_cc_set_default_name): new function
2002-05-29 Johan Danielsson(krb5_cc_register): break out of loop when the same...
2002-04-18 Johan Danielsson(krb5_cc_register): don't make a copy of the prefix
2001-05-14 Assar Westerlundadd some krb5_{set,clear}_error_string
2001-05-11 Assar Westerlundtranspose last two paramaters to krb5_cc_next_cred...
2000-12-05 Johan Danielssoncheck for NULL remove_cred function
1999-12-02 Johan Danielssonremove advertising clause
1999-11-12 Assar Westerlundremove extra character
1999-10-10 Assar Westerlundconst-ize
1999-10-06 Assar Westerlundclean-up and comment-up
1999-09-12 Assar Westerlund(krb5_cc_resolve): move the registration of the standar...
1999-07-06 Assar Westerlund(krb5_cc_resolve): fall-back to files if there's no...
1999-04-24 Johan Danielssonadd krb5_cc_get_version
1999-04-18 Johan Danielssonadd krb5_cc_get_type that returns type of a cache
1999-02-11 Johan Danielssonmerge new-crypto branch
1997-11-29 Johan Danielsson+cc_copy_cache
1997-11-11 Johan DanielssonUse krb5_compare_creds.
1997-11-10 Johan Danielssonfix prototype for cc_register
1997-11-02 Assar Westerlundconst-ize
1997-08-29 Johan Danielsson[fm]cc_ops -> krb5_[fm]cc_ops
1997-08-11 Johan Danielssonkrb5_cc_retrieve_cred_any_realm
1997-08-08 Assar Westerlund(krb5_cc_gen_new): copy the newly allocated krb5_ccache
1997-08-07 Assar Westerlundcleanup
1997-07-16 Johan DanielssonAdd copyright notice.
1997-07-15 Assar Westerlund(krb5_cc_default_name): buffer range checking
1997-07-13 Assar Westerlundbetter freeing in `krb5_cc_close'
1997-06-01 Johan DanielssonAllow more than one cache type.
next