summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache
Commit message (Expand)AuthorAgeFilesLines
...
* run "make depend"Ken Raeburn2004-12-301-55/+57
* Memory leaks in ccache due to thread integrationEzra Peisach2004-12-252-0/+10
* 2004-12-16 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-12-162-0/+12
* remove unnecessary if statementJeffrey Altman2004-12-151-2/+0
* 2004-12-15 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-12-152-43/+88
* * cc_mslsa.c (MSCredToMITCred): Don't create an empty array for addresses, justKen Raeburn2004-11-192-6/+6
* Now a kvno invocation will only open the ccache file a small number ofKen Raeburn2004-11-162-2/+23
* Create a ccache get-flags operation.Ken Raeburn2004-11-168-1/+94
* Fix the forced setting of the Initial Ticket Flag on Win2000 andJeffrey Altman2004-10-082-1/+21
* Fix error code returned for empty sequences and check the errorJeffrey Altman2004-09-172-2/+10
* * cc_mslsa.c: Implement krb5_lcc_initialize()Jeffrey Altman2004-09-102-6/+35
* cc_mslsa.c: Correct test for KerbQueryTicketCacheEx2MessageJeffrey Altman2004-09-102-3/+6
* 2004-09-10 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-09-102-8/+374
* * cc_mslsa.c:Jeffrey Altman2004-09-022-23/+246
* Finally applied patch from Nalin Dahyabhai at Red Hat to fix 0/NULL bugs inKen Raeburn2004-08-272-2/+8
* * cc_file.c (struct _krb5_fcc_data): Add new mutex disk_file_lock and flagKen Raeburn2004-08-162-11/+70
* * cc_file.c: Add buffering on reading.Ken Raeburn2004-08-152-12/+101
* * cc_file.c (dereference): Lock mutex around call to krb5_fcc_close_fileKen Raeburn2004-08-152-1/+9
* Only open a credential cache file once, even if multiple krb5_ccache objectsKen Raeburn2004-08-134-77/+172
* * cc_file.c: Remove USE_STDIO supportKen Raeburn2004-08-052-317/+15
* cc_mslsa.c: fix is_windows_xp not to return true for windows 2000Jeffrey Altman2004-07-262-1/+6
* * cc_memory.c (krb5_mcc_store): When allocating krb5_mcc_linkEzra Peisach2004-07-182-1/+6
* zap remaining bits of macsock.h supportKen Raeburn2004-07-172-1/+5
* Remove use of client principal from krb5_context (default_ccprincipal) and de...Alexandra Ellwood2004-07-152-66/+33
* * t_cc.c (cc_test): Rename one of the "resolve" cases so the messages can beKen Raeburn2004-07-142-1/+6
* * cc_mslsa.c: Fix thread safetyJeffrey Altman2004-07-082-3/+14
* 2004-07-07 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-07-072-0/+6
* Thread-safety for file-based credentials cachesKen Raeburn2004-06-302-74/+195
* * cc_mslsa.c:Jeffrey Altman2004-06-302-63/+358
* * cc_memory.c (krb5_mcc_free): Don't free the mutex hereKen Raeburn2004-06-292-2/+4
* Missed some log data with last checkin:Ken Raeburn2004-06-281-0/+5
* * cc_memory.c: Include k5-thread.h.Ken Raeburn2004-06-284-173/+231
* update copyright, fix comment typoKen Raeburn2004-06-241-2/+2
* * cc_file.c (krb5_fcc_read_data): Combine stdio and posix versions of code withKen Raeburn2004-06-242-32/+24
* * cc_file.c (my_fopen): Function deleted.Ken Raeburn2004-06-222-9/+3
* Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn2004-06-224-58/+8
* cc_mslsa.c: Comment out calls to FormatMessage and do not terminateJeffrey Altman2004-06-222-0/+17
* * cc_mslsa.c: Enforce acceptable enctypes by checking againstJeffrey Altman2004-06-192-56/+121
* Purge make targets and variables (and a few files) relating to the old,Ken Raeburn2004-06-172-2/+4
* Add prototypes for library init and fini functions. Makefile dependenciesEzra Peisach2004-05-284-1/+16
* * cc_mslsa.c: GetMSTGT(). Add krb5_contextJeffrey Altman2004-05-262-32/+26
* * cc_mslsa.c: GetMSTGT() Initialize pTicketRequest to NULL to preventJeffrey Altman2004-05-262-1/+6
* * t_cc.c (cc_test): Clean up memory leaks in testsEzra Peisach2004-05-242-0/+15
* The memory allocated by ConstructTicketRequest is not LSA memoryJeffrey Altman2004-05-152-2/+3
* 2004-05-15 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-05-152-13/+20
* update dependenciesKen Raeburn2004-04-241-30/+36
* Added support for library initialization and finalization, and verificationKen Raeburn2004-04-242-1/+27
* update dependenciesKen Raeburn2004-04-231-1/+2
* Since we must reserve the single letter prefixes on all platformsJeffrey Altman2004-04-132-4/+6
* Treat keytab and ccache names without prefixes as type FILE:Jeffrey Altman2004-04-132-6/+27