aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/rcache
AgeCommit message (Expand)AuthorFilesLines
2021-07-12Fix argument type errors on WindowsGreg Hudson1-1/+1
2020-10-22Fix minor static analysis defectsRobbie Harwood1-0/+2
2020-05-13Add stubs for some removed replay cache functionsGreg Hudson1-0/+36
2019-12-06Improve type safety of serialization codeGreg Hudson3-199/+2
2019-08-01Clean up replay cache testsGreg Hudson3-279/+10
2019-08-01Handle all-zero tags in file2 rcache typeGreg Hudson1-2/+2
2019-06-10Make rcache file2 code slightly more robustGreg Hudson1-9/+21
2019-06-04Simplify and modernize replay cache interfaceGreg Hudson12-702/+209
2019-05-31Add KRB5RCACHENAME and default_rcache_nameGreg Hudson1-35/+63
2019-05-31Use file2 replay cache by defaultGreg Hudson8-1566/+160
2019-05-31Add file2 rcache typeGreg Hudson5-3/+537
2019-04-30Use secure_getenv() where appropriateGreg Hudson2-4/+4
2019-03-20Fix free of auth context memory replay cacheGreg Hudson1-0/+1
2019-03-12Use memory replay cache for DO_TIME auth contextsGreg Hudson1-0/+20
2019-03-12Add memory replay cache facilityGreg Hudson5-0/+329
2019-02-25Fix memory leak in 'none' replay cache typeCorene Casper1-0/+1
2018-07-18Eliminate preprocessor-disabled dead codeRobbie Harwood1-4/+0
2018-03-24Add vector support to k5_sha256()Greg Hudson1-1/+1
2017-05-18Use krb5_timestamp where appropriateGreg Hudson1-5/+5
2017-05-16Make timestamp manipulations y2038-safeGreg Hudson2-6/+5
2017-03-29Remove unnecessary null checksMartin Kittel1-1/+1
2016-12-06Improve cleanup in krb5_rc_io_fetch()Greg Hudson1-1/+1
2016-07-28Use single-colon rules in makefilesGreg Hudson1-1/+1
2016-02-12Remove form feed charactersGreg Hudson1-4/+4
2016-01-26Replace MD5 use in rcache with SHA-256Tomas Kuthan2-15/+15
2014-09-18Work around replay cache creation raceGreg Hudson1-4/+8
2014-07-30Modify k5buf interfaces for easier useGreg Hudson1-9/+6
2014-07-08Include autoconf.h before system headersGreg Hudson2-6/+1
2014-06-05Use k5_setmsgGreg Hudson1-44/+32
2014-01-17Make rcache resolve functions take const char *Greg Hudson1-2/+3
2013-06-07Fix various warningsGreg Hudson1-2/+1
2013-05-16Reduce boilerplate in makefilesGreg Hudson1-3/+0
2013-05-14Assume mutex locking cannot failGreg Hudson2-30/+12
2013-03-24make dependGreg Hudson1-27/+23
2013-02-14Modernize k5bufGreg Hudson1-22/+22
2013-02-09Add and use k5memdup, k5memdup0 helpersGreg Hudson1-3/+1
2013-01-10make dependGreg Hudson1-1/+1
2012-12-19Separate clpreauth and kdcpreauth interfacesGreg Hudson1-10/+10
2011-06-10Mark up strings for translationGreg Hudson1-18/+18
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson13-41/+19
2011-02-25Make dependGreg Hudson1-32/+27
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson1-1/+1
2010-09-08Make dependGreg Hudson1-26/+31
2010-06-07make dependGreg Hudson1-40/+44
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson2-73/+71
2009-11-13In lib/krb5/rcache, ensure that function definition headers put theGreg Hudson2-19/+31
2009-10-31Reformat to avoid parens at beginnings of linesTom Yu4-110/+110
2009-10-31make mark-cstyleTom Yu13-95/+95
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu1-27/+32
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson1-73/+68