aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache/cc_memory.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-14Error return from krb5int_random_string not tested in ccache codeEzra Peisach1-1/+6
2008-08-02Rename and export random_string from cc_memory.cKen Raeburn1-5/+3
2008-07-21There are two mutex locking issues that Roland Dowdeswell noticed in Jeffrey Altman1-0/+13
2008-04-30After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn1-2/+2
2008-03-04Fix memory leak by delaying instantiation of lid until it's neededJustin Anderson1-7/+6
2006-12-28* cc_memory.c (krb5_mcc_next_cred): Use krb5int_copy_creds_contentsKen Raeburn1-45/+3
2006-12-28comment the various data structuresKen Raeburn1-0/+4
2006-10-18Declare krb5_mcc_get_flags static - it is not exported or used outside of fileEzra Peisach1-5/+5
2006-10-05cursor for iterating over ccachesTom Yu1-0/+109
2006-09-19Bad loop logic in krb5_mcc_generate_newAlexandra Ellwood1-10/+8
2006-05-13Use unsigned char rather than u_int8_t in random_string()Tom Yu1-1/+1
2006-05-10Fixed the krb5_cc_gen_new memory ccache implementation and updatedAlexandra Ellwood1-4/+61
2004-11-16Create a ccache get-flags operation.Ken Raeburn1-0/+8
2004-07-18 * cc_memory.c (krb5_mcc_store): When allocating krb5_mcc_linkEzra Peisach1-1/+1
2004-06-29* cc_memory.c (krb5_mcc_free): Don't free the mutex hereKen Raeburn1-2/+0
2004-06-28* cc_memory.c: Include k5-thread.h.Ken Raeburn1-172/+211
2004-01-07fix typosJeffrey Altman1-1/+1
2004-01-06Add stub function implementations to support krb5_cc_remove_cred() whichJeffrey Altman1-1/+15
2003-01-08More const for ops tablesKen Raeburn1-2/+2
2002-09-03protoizeKen Raeburn1-55/+15
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn1-17/+17
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn1-2/+2
2000-10-03 * ser_cc.c (krb5_ccache_externalize): Use krb5_cc_get_name insteadEzra Peisach1-2/+2
2000-09-25 * cc_file.c ccbase.c, cc_stdio.c, cc_retr.c, cc_memory.c: MoreEzra Peisach1-1/+1
2000-07-19* cc_memory.c (mcc_head): Combine static declaration and initializationKen Raeburn1-3/+1
2000-07-14* cc_memory.c (mcc_head): Now staticKen Raeburn1-2/+1
2000-07-14missed a stray #endifKen Raeburn1-2/+0
2000-07-14merge duplicate copyright notices; eliminate #if 0 codeKen Raeburn1-706/+11
2000-07-14Collapse ccache implementations file, stdio, memory into single files.Ken Raeburn1-0/+1298