summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/cc_keyring.c
Commit message (Expand)AuthorAgeFilesLines
* Assume mutex locking cannot failGreg Hudson2013-05-141-39/+18
* Simplify principal access within libkrb5Greg Hudson2013-04-081-14/+8
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-2/+2
* Add new cache collection APIsGreg Hudson2011-09-051-0/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+3
* make mark-cstyleTom Yu2009-10-311-413/+414
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-021-3/+3
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-16/+16
* Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson2008-09-221-26/+112
* In parsing authorization data, if run out of memory, the authorizationEzra Peisach2008-08-161-2/+5
* Move prototype for krb5int_random_string from k5-int.h to cc-int.h asEzra Peisach2008-08-151-1/+1
* In parsing principal - if run out memory - clean up after ourselves. Ezra Peisach2008-08-141-0/+1
* Error return from krb5int_random_string not tested in ccache codeEzra Peisach2008-08-141-1/+7
* Use krb5int_random_string, load_32_be, load_16_be, store_32_be, andKen Raeburn2008-08-021-66/+6
* Patch from Kevin Coffman:Ken Raeburn2006-10-051-44/+35
* array before test for pointing at entry with the principal. AvoidsEzra Peisach2006-10-041-4/+8
* Merge Kevin Coffman's keyring ccache branch for Linux, with some modifications:Ken Raeburn2006-10-021-0/+2080