summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/ccfns.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-081-15/+4
* Simplify principal access within libkrb5Greg Hudson2013-04-081-3/+1
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-5/+7
* Test in_ccache and pa_types functionalityNalin Dahyabhai2012-10-161-6/+6
* Fix krb5_cc_set_configGreg Hudson2011-10-201-8/+6
* Add new cache collection APIsGreg Hudson2011-09-051-0/+22
* If the new configuration data that is passed to krb5_cc_set_config is NULL, j...Zhanna Tsitkov2011-03-291-45/+51
* Move doxygen comments from source to header. Updated comments and added some ...Zhanna Tsitkov2011-03-181-42/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-2/+1
* Trace loggingGreg Hudson2010-06-071-0/+12
* In krb5_cc_set_config, don't call krb5_cc_remove_cred; it's redundantGreg Hudson2010-05-281-4/+0
* fast negotiation projecSam Hartman2009-12-141-0/+159
* make mark-cstyleTom Yu2009-10-311-15/+15
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-2/+2
* When storing info into cred cache, remove any dups. Zhanna Tsitkov2008-12-051-4/+9
* Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson2008-09-221-0/+20
* Bail out if encoded "ticket" doesn't decode correctly. This allowsTom Yu2007-09-041-1/+2
* Make ccache handle referrals better by storing both server principalTom Yu2007-08-291-3/+40
* Create a ccache get-flags operation.Ken Raeburn2004-11-161-0/+6
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-11/+11
* * ser_cc.c (krb5_ccache_externalize): Use krb5_cc_get_name insteadEzra Peisach2000-10-031-1/+1
* * cc_file.c, cc_stdio.c: Remove unused krb5_[fs]cc_default_name()Danilo Almeida2000-07-201-1/+1
* Collapse ccache implementations file, stdio, memory into single files.Ken Raeburn2000-07-141-0/+124