summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use memcmp for comparing structures of valuesKen Raeburn2008-08-071-2/+10
* Use krb5int_random_string, load_32_be, load_16_be, store_32_be, andKen Raeburn2008-08-021-66/+6
* Rename and export random_string from cc_memory.cKen Raeburn2008-08-021-5/+3
* Reduce code duplication: krb5_fcc_store_int32 vs krb5_fcc_store_ui_4Ken Raeburn2008-08-021-18/+1
* Another check for null return from krb5_cc_default_nameKen Raeburn2008-07-211-11/+19
* Check for null name to krb5_cc_resolve, and return an errorKen Raeburn2008-07-211-1/+3
* There are two mutex locking issues that Roland Dowdeswell noticed in Jeffrey Altman2008-07-211-0/+13
* ccdefault.c:Jeffrey Altman2008-07-211-2/+4
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-201-1/+1
* Check return value from k5_mutex_lock() to partially mitigate someTom Yu2008-07-161-1/+3
* 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
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-0/+3
* Removed NOP line of code from krb5_fcc_next_cred()Alexandra Ellwood2007-10-031-1/+0
* Remove the broken optimization from UnicodeToANSI() that attemptedJeffrey Altman2007-09-241-5/+3
* MSLSA krb5_cc module fails to check success of UNICODE string conversionsJeffrey Altman2007-09-241-13/+28
* 64-bit Windows krb5int_cc_default calls to LeashJeffrey Altman2007-09-051-1/+6
* krb5_fcc_generate_new is non-functionalEzra Peisach2007-09-052-49/+104
* Bail out if encoded "ticket" doesn't decode correctly. This allowsTom Yu2007-09-041-1/+2
* Make ccache handle referrals better by storing both server principalTom Yu2007-08-291-3/+40
* Windows 64-bit CCAPI DLL nameJeffrey Altman2007-08-291-0/+4
* make dependKen Raeburn2007-08-161-60/+66
* krb5_fcc_generate_new() doesn't work with mkstemp()Tom Yu2007-08-041-46/+44
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-123-11/+10
* Remove debugging message accidentally left inKen Raeburn2007-07-041-1/+0
* Save a detailed message for FCC_NOFILE including the file nameKen Raeburn2007-07-041-2/+13
* Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and renameKen Raeburn2007-06-201-4/+0
* Move CCAPI sources to krb5 repositoryAlexandra Ellwood2007-05-311-2/+2
* Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn2007-05-213-6/+6
* Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn2007-05-101-19/+5
* Enable Vista support for MSLSAJeffrey Altman2007-03-201-9/+99
* update dependenciesKen Raeburn2007-03-021-2/+7
* Don't need to initialize error tablesKen Raeburn2007-02-011-2/+0
* Add const to variable to cleanup warningsEzra Peisach2007-01-231-1/+1
* Include k5-int.h for krb5_cc_register() prototype. Remove defintion ofEzra Peisach2007-01-231-2/+1
* Change second argument to krb5_cc_register to take a const krb5_cc_ops *. MakesEzra Peisach2007-01-231-1/+2
* Only declare cc_fcc_entry if USE_KEYRING_CCACHE is not definedEzra Peisach2007-01-211-0/+3
* Delete t_cccursor on cleanup. Add t_cc and t_cccursor to dependenciesKen Raeburn2007-01-201-1/+11
* Add t_cccursor to UNIX testsKen Raeburn2007-01-201-2/+4
* Added KDC timesyncing support to the CCAPI ccache backend for CCAPI v5 andAlexandra Ellwood2007-01-181-10/+72
* * t_cccursor.c (do_chk): Reverse sense of test of do_chk_one return valueKen Raeburn2007-01-171-1/+1
* * 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
* krb5_cc_remove should work for the CCAPIAlexandra Ellwood2006-12-055-111/+195
* * src/lib/krb5/ccache/cc_file.c: Adapted patch from RolandTom Yu2006-12-011-8/+24
* Implemented CCAPI v3 specific ccache collection cursorJustin Anderson2006-11-293-3/+152
* * src/lib/krb5/ccache/ccbase.c (krb5int_cc_getops): InternalTom Yu2006-11-181-11/+61
* krb5_stdccv3_generate_new returns NULL ccacheAlexandra Ellwood2006-11-161-3/+3
* krb5.h not C++-safe due to "struct krb5_cccol_cursor"Alexandra Ellwood2006-11-071-1/+1
* Declare krb5_mcc_get_flags static - it is not exported or used outside of fileEzra Peisach2006-10-181-5/+5