summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* The memory allocated by ConstructTicketRequest is not LSA memoryJeffrey Altman2004-05-151-1/+2
* 2004-05-15 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-05-151-0/+7
* Added support for library initialization and finalization, and verificationKen Raeburn2004-04-241-0/+8
* Since we must reserve the single letter prefixes on all platformsJeffrey Altman2004-04-131-0/+6
* Treat keytab and ccache names without prefixes as type FILE:Jeffrey Altman2004-04-131-0/+8
* * ccbase.c: the krb5_cc_resolve() function pointer ccresolverJeffrey Altman2004-04-131-0/+7
* * cc_mslsa.c:Jeffrey Altman2004-04-061-0/+11
* Delay load the ADVAPI32.DLL and SECUR32.DLL libraries within KRB5_32.DLLJeffrey Altman2004-03-311-0/+8
* Remove t_file.c as it is mostly redundant, does not build and cannotSam Hartman2004-03-261-0/+7
* krb5_fcc_generate_new should use mkstempSam Hartman2004-03-261-0/+4
* Return ERROR_FCC_NOFILE when the principal cannot be determined duringJeffrey Altman2004-03-191-0/+3
* * cc_mslsa.c:Jeffrey Altman2004-03-191-0/+10
* For keytab, ccache, and rcache type registries, use const more, andKen Raeburn2004-03-061-0/+8
* Remove reference to the ntstatus.h header in cc_mslsa.cJeffrey Altman2004-02-041-0/+6
* 2004-02-02 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-02-031-0/+13
* * cc_mslsa.c: the MSLSA code was crashing on Pismere machines whenJeffrey Altman2004-02-021-0/+15
* * cc_mslsa.c: optimize the get_next logic by storing a handle to theJeffrey Altman2004-02-011-0/+5
* Do not export tickets from the LSA if they contain NULL session keys.Jeffrey Altman2004-01-311-0/+6
* 2004-01-30 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-01-311-0/+16
* Add stub function implementations to support krb5_cc_remove_cred() whichJeffrey Altman2004-01-061-0/+9
* ticket 2049Jeffrey Altman2003-12-191-0/+5
* * cc_retr.c: Extract the test to determine if a credential matchesJeffrey Altman2003-12-191-0/+28
* * cc_msla.c: Enable purging of the MS Kerberos LSA cache when the TGTJeffrey Altman2003-12-151-0/+6
* * when initiating an enumeration of the ccache contents performJeffrey Altman2003-12-151-0/+5
* * Makefile.in: Remove extraneous spaces ..Jeffrey Altman2003-12-131-0/+5
* * Makefile.in: Move ##WIN32## constructs from insideTom Yu2003-12-131-0/+6
* * Added new krb5_ccache type "MSLSA" for Windows only.Jeffrey Altman2003-12-121-0/+24
* 2003-11-26 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2003-12-081-0/+5
* * cc_file.c (krb5_fcc_store_int32, krb5_fcc_store_ui_4, krb5_fcc_store_ui_2)Ken Raeburn2003-08-261-0/+6
* Always register the file ccache in the set of registered ops. TheSam Hartman2003-07-221-0/+6
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-171-0/+5
* * ccdefault.c: Remove Mac header goober and include k5-int.h after KerberosL...Alexandra Ellwood2003-03-061-0/+5
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-101-0/+4
* More const for ops tablesKen Raeburn2003-01-081-1/+2
* More const for ops tablesKen Raeburn2003-01-081-0/+4
* Make ccache and rcache ops tables constKen Raeburn2003-01-081-0/+4
* protoizeKen Raeburn2002-09-031-0/+6
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-291-0/+4
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-231-0/+4
* * cc_file.c (ALLOC): Use calloc, not malloc.Ken Raeburn2002-08-151-0/+6
* * t_cc.c: Remove references to STDIO ccacheTom Yu2002-08-151-0/+4
* missed an entryKen Raeburn2002-08-151-0/+3
* (NO_FILE): New macro. All functions changed to test or assign it rather thanKen Raeburn2002-08-151-0/+7
* Combine file and stdio ccache implementations into one source file; selectionKen Raeburn2002-08-151-6/+14
* * cc_stdio.c (krb5_fcc_next_cred): Use a krb5_error_code to hol the returnKen Raeburn2002-08-141-0/+9
* Miscellaneous additional shuffling (variable renaming or reordering, whitespaceKen Raeburn2002-08-101-2/+13
* rename krb5_scc_<fn> and krb5_scc_cursor to use krb5_fcc_ insteadKen Raeburn2002-08-091-1/+2
* hide method functions we don't need to call directlyKen Raeburn2002-08-091-0/+6
* Put # for cpp directives in first columnKen Raeburn2002-07-091-0/+4
* * Makefile.in: Build cc accessor functions on WindowsTom Yu2002-06-201-0/+20