summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache
Commit message (Expand)AuthorAgeFilesLines
* Assume mutex locking cannot failGreg Hudson2013-05-145-277/+95
* Include default DIR::file ccache in collectionGreg Hudson2013-04-222-3/+41
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-082-18/+6
* Simplify principal access within libkrb5Greg Hudson2013-04-083-25/+17
* Fix an error case in krb5int_fcc_new_uniqueGreg Hudson2013-03-281-1/+0
* make dependGreg Hudson2013-03-241-59/+52
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-2410-110/+100
* Add krb5_free_enctypes APIGreg Hudson2013-02-271-2/+2
* Fix fd leak in DIR ccache cursor functionGreg Hudson2013-02-211-1/+1
* Fix memory leak closing DIR ccachesGreg Hudson2013-02-201-0/+1
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-091-7/+3
* make dependGreg Hudson2013-01-101-1/+1
* Simplify k5test.py environmentsGreg Hudson2012-12-201-7/+7
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-191-25/+25
* Test in_ccache and pa_types functionalityNalin Dahyabhai2012-10-161-6/+6
* Do not retrieve zero-length credsBen Kaduk2012-09-111-2/+4
* Support kdc_timesync offsets in memory ccacheNate Rosenblum2012-08-311-0/+22
* Improve error translation for CCAPIv3 routinesBen Kaduk2012-08-291-8/+9
* Set fCachesTicket=TRUE when no credentialsKevin Wasserman2012-08-241-1/+2
* Do not be over-restrictive in the presence of UACKevin Wasserman2012-08-241-39/+4
* Remove unused struct and switch_to stubsKevin Wasserman2012-08-231-11/+1
* krb5_stdccv3_get_principal error handling fixupKevin Wasserman2012-07-161-1/+3
* fix leak in cc_mslsa.cKevin Wasserman2012-07-161-0/+2
* Fix macro redefinition warnings in cc_mslsa.cKevin Wasserman2012-07-161-1/+2
* Implement cccol iterators for mslsaKevin Wasserman2012-07-161-7/+61
* MSLSA Don't use lstrcpy on ANSI stringsKevin Wasserman2012-07-161-11/+3
* Build lib/krb5/ccache/ccapi on Windows onlyKevin Wasserman2012-07-161-0/+1
* Define USE_CCAPI_V3 in krb5/ccache on windowsKevin Wasserman2012-07-162-1/+1
* Implement switch_to for ccapiv3Kevin Wasserman2012-07-112-0/+27
* Automatically create DIR ccache directoriesGreg Hudson2012-07-112-2/+3
* Fix crash on invalid DIR ccache primary fileGreg Hudson2012-06-251-2/+2
* Fix config check in krb5_cccol_have_contentGreg Hudson2012-06-221-1/+1
* Remove orphaned KfM codeGreg Hudson2012-06-211-45/+1
* Add krb5_cccol_have_content APIGreg Hudson2012-06-153-2/+49
* Rename and add to etype utility functionsGreg Hudson2012-06-071-1/+1
* Flip the default of start_kadmind in k5test.pyGreg Hudson2012-04-261-1/+1
* Use LsaDeregisterLogonProcess(), not CloseHandle()Sam Hartman2011-12-021-9/+9
* krb5_lcc_store() now ignores config credentialsSam Hartman2011-12-021-0/+9
* Use POSIX constants instead of S_IREAD/S_IWRITEGreg Hudson2011-11-221-2/+2
* Get rid of periods in Python test success messagesGreg Hudson2011-11-031-1/+1
* Fix krb5_cc_set_configGreg Hudson2011-10-201-8/+6
* Make reindentTom Yu2011-10-171-1/+1
* Windows fixes: add KRB5_CALLCONV where neededSam Hartman2011-09-281-1/+1
* Fix some error-handling bugs in cc_dir.cGreg Hudson2011-09-071-4/+9
* Add krb5_cc_select() API and pluggable interfaceGreg Hudson2011-09-056-1/+558
* Add ccache collection support to toolsGreg Hudson2011-09-051-1/+1
* Remove unneeded cccol behaviorsGreg Hudson2011-09-055-499/+146
* Add new cache collection APIsGreg Hudson2011-09-058-0/+107
* Add the DIR ccache typeGreg Hudson2011-09-056-27/+754
* Fix signed/unsigned warnings in testsEzra Peisach2011-08-241-1/+2