summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/cc_memory.c
Commit message (Expand)AuthorAgeFilesLines
* Factor out krb5int_random_string() routineZhanna Tsitkov2013-09-241-38/+0
* Assume mutex locking cannot failGreg Hudson2013-05-141-69/+25
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-241-3/+4
* Support kdc_timesync offsets in memory ccacheNate Rosenblum2012-08-311-0/+22
* Add new cache collection APIsGreg Hudson2011-09-051-0/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-7/+4
* make mark-cstyleTom Yu2009-10-311-205/+206
* Update comments to reflect reality and the fact that this is not a file basedEzra Peisach2009-06-211-20/+28
* Fix a memory leak (unlikely to happen in practice) in krb5_mcc_store;Greg Hudson2009-02-101-5/+6
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-8/+8
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-4/+1
* Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson2008-09-221-41/+109
* Move prototype for krb5int_random_string from k5-int.h to cc-int.h asEzra Peisach2008-08-151-1/+1
* Error return from krb5int_random_string not tested in ccache codeEzra Peisach2008-08-141-1/+6
* Rename and export random_string from cc_memory.cKen Raeburn2008-08-021-5/+3
* There are two mutex locking issues that Roland Dowdeswell noticed in Jeffrey Altman2008-07-211-0/+13
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-301-2/+2
* Fix memory leak by delaying instantiation of lid until it's neededJustin Anderson2008-03-041-7/+6
* * cc_memory.c (krb5_mcc_next_cred): Use krb5int_copy_creds_contentsKen Raeburn2006-12-281-45/+3
* comment the various data structuresKen Raeburn2006-12-281-0/+4
* Declare krb5_mcc_get_flags static - it is not exported or used outside of fileEzra Peisach2006-10-181-5/+5
* cursor for iterating over ccachesTom Yu2006-10-051-0/+109
* Bad loop logic in krb5_mcc_generate_newAlexandra Ellwood2006-09-191-10/+8
* Use unsigned char rather than u_int8_t in random_string()Tom Yu2006-05-131-1/+1
* Fixed the krb5_cc_gen_new memory ccache implementation and updatedAlexandra Ellwood2006-05-101-4/+61
* Create a ccache get-flags operation.Ken Raeburn2004-11-161-0/+8
* * cc_memory.c (krb5_mcc_store): When allocating krb5_mcc_linkEzra Peisach2004-07-181-1/+1
* * cc_memory.c (krb5_mcc_free): Don't free the mutex hereKen Raeburn2004-06-291-2/+0
* * cc_memory.c: Include k5-thread.h.Ken Raeburn2004-06-281-172/+211
* fix typosJeffrey Altman2004-01-071-1/+1
* Add stub function implementations to support krb5_cc_remove_cred() whichJeffrey Altman2004-01-061-1/+15
* More const for ops tablesKen Raeburn2003-01-081-2/+2
* protoizeKen Raeburn2002-09-031-55/+15
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-17/+17
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-2/+2
* * ser_cc.c (krb5_ccache_externalize): Use krb5_cc_get_name insteadEzra Peisach2000-10-031-2/+2
* * cc_file.c ccbase.c, cc_stdio.c, cc_retr.c, cc_memory.c: MoreEzra Peisach2000-09-251-1/+1
* * cc_memory.c (mcc_head): Combine static declaration and initializationKen Raeburn2000-07-191-3/+1
* * cc_memory.c (mcc_head): Now staticKen Raeburn2000-07-141-2/+1
* missed a stray #endifKen Raeburn2000-07-141-2/+0
* merge duplicate copyright notices; eliminate #if 0 codeKen Raeburn2000-07-141-706/+11
* Collapse ccache implementations file, stdio, memory into single files.Ken Raeburn2000-07-141-0/+1298