summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/cc-int.h
Commit message (Expand)AuthorAgeFilesLines
* Factor out krb5int_random_string() routineZhanna Tsitkov2013-09-241-2/+0
* Assume mutex locking cannot failGreg Hudson2013-05-141-4/+4
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-0/+69
* Add krb5_cc_select() API and pluggable interfaceGreg Hudson2011-09-051-0/+8
* Add the DIR ccache typeGreg Hudson2011-09-051-0/+3
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-6/+4
* make mark-cstyleTom Yu2009-10-311-7/+8
* Move cc_mutex code from k5-int.h - where it is globally available to cc-int.hEzra Peisach2008-12-011-0/+30
* Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson2008-09-221-3/+17
* Move internal cccursor structures/prototypes to the ccache private includeEzra Peisach2008-08-161-0/+21
* Move prototype for krb5int_random_string from k5-int.h to cc-int.h asEzra Peisach2008-08-151-0/+2
* Merge Kevin Coffman's keyring ccache branch for Linux, with some modifications:Ken Raeburn2006-10-021-0/+1
* Only open a credential cache file once, even if multiple krb5_ccache objectsKen Raeburn2004-08-131-0/+1
* * cc_memory.c: Include k5-thread.h.Ken Raeburn2004-06-281-0/+2
* Add prototypes for library init and fini functions. Makefile dependenciesEzra Peisach2004-05-281-0/+6
* * cc_mslsa.c:Jeffrey Altman2004-03-191-0/+39