aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/ccache
AgeCommit message (Expand)AuthorFilesLines
2013-04-08Avoid passing null pointers to memcpy/memcmpGreg Hudson2-18/+6
2013-04-08Simplify principal access within libkrb5Greg Hudson3-25/+17
2013-03-28Fix an error case in krb5int_fcc_new_uniqueGreg Hudson1-1/+0
2013-03-24make dependGreg Hudson1-59/+52
2013-03-24Move a bunch of stuff out of k5-int.hGreg Hudson10-110/+100
2013-02-27Add krb5_free_enctypes APIGreg Hudson1-2/+2
2013-02-21Fix fd leak in DIR ccache cursor functionGreg Hudson1-1/+1
2013-02-20Fix memory leak closing DIR ccachesGreg Hudson1-0/+1
2013-02-09Add and use k5memdup, k5memdup0 helpersGreg Hudson1-7/+3
2013-01-10make dependGreg Hudson1-1/+1
2012-12-20Simplify k5test.py environmentsGreg Hudson1-7/+7
2012-12-19Separate clpreauth and kdcpreauth interfacesGreg Hudson1-25/+25
2012-10-16Test in_ccache and pa_types functionalityNalin Dahyabhai1-6/+6
2012-09-11Do not retrieve zero-length credsBen Kaduk1-2/+4
2012-08-31Support kdc_timesync offsets in memory ccacheNate Rosenblum1-0/+22
2012-08-29Improve error translation for CCAPIv3 routinesBen Kaduk1-8/+9
2012-08-24Set fCachesTicket=TRUE when no credentialsKevin Wasserman1-1/+2
2012-08-24Do not be over-restrictive in the presence of UACKevin Wasserman1-39/+4
2012-08-23Remove unused struct and switch_to stubsKevin Wasserman1-11/+1
2012-07-16krb5_stdccv3_get_principal error handling fixupKevin Wasserman1-1/+3
2012-07-16fix leak in cc_mslsa.cKevin Wasserman1-0/+2
2012-07-16Fix macro redefinition warnings in cc_mslsa.cKevin Wasserman1-1/+2
2012-07-16Implement cccol iterators for mslsaKevin Wasserman1-7/+61
2012-07-16MSLSA Don't use lstrcpy on ANSI stringsKevin Wasserman1-11/+3
2012-07-16Build lib/krb5/ccache/ccapi on Windows onlyKevin Wasserman1-0/+1
2012-07-16Define USE_CCAPI_V3 in krb5/ccache on windowsKevin Wasserman2-1/+1
2012-07-11Implement switch_to for ccapiv3Kevin Wasserman2-0/+27
2012-07-11Automatically create DIR ccache directoriesGreg Hudson2-2/+3
2012-06-25Fix crash on invalid DIR ccache primary fileGreg Hudson1-2/+2
2012-06-22Fix config check in krb5_cccol_have_contentGreg Hudson1-1/+1
2012-06-21Remove orphaned KfM codeGreg Hudson1-45/+1
2012-06-15Add krb5_cccol_have_content APIGreg Hudson3-2/+49
2012-06-07Rename and add to etype utility functionsGreg Hudson1-1/+1
2012-04-26Flip the default of start_kadmind in k5test.pyGreg Hudson1-1/+1
2011-12-02Use LsaDeregisterLogonProcess(), not CloseHandle()Sam Hartman1-9/+9
2011-12-02krb5_lcc_store() now ignores config credentialsSam Hartman1-0/+9
2011-11-22Use POSIX constants instead of S_IREAD/S_IWRITEGreg Hudson1-2/+2
2011-11-03Get rid of periods in Python test success messagesGreg Hudson1-1/+1
2011-10-20Fix krb5_cc_set_configGreg Hudson1-8/+6
2011-10-17Make reindentTom Yu1-1/+1
2011-09-28Windows fixes: add KRB5_CALLCONV where neededSam Hartman1-1/+1
2011-09-07Fix some error-handling bugs in cc_dir.cGreg Hudson1-4/+9
2011-09-05Add krb5_cc_select() API and pluggable interfaceGreg Hudson6-1/+558
2011-09-05Add ccache collection support to toolsGreg Hudson1-1/+1
2011-09-05Remove unneeded cccol behaviorsGreg Hudson5-499/+146
2011-09-05Add new cache collection APIsGreg Hudson8-0/+107
2011-09-05Add the DIR ccache typeGreg Hudson6-27/+754
2011-08-24Fix signed/unsigned warnings in testsEzra Peisach1-1/+2
2011-06-23Don't destroy dst on error in krb5_cc_moveGreg Hudson1-2/+0
2011-06-10Mark up strings for translationGreg Hudson1-3/+3