summaryrefslogtreecommitdiff
path: root/src/lib/krb5/rcache
Commit message (Expand)AuthorAge
* Fix memory leak in 'none' replay cache typeCorene Casper2019-06-18
* Eliminate preprocessor-disabled dead codeRobbie Harwood2018-07-18
* Add vector support to k5_sha256()Greg Hudson2018-03-24
* Use krb5_timestamp where appropriateGreg Hudson2017-05-18
* Make timestamp manipulations y2038-safeGreg Hudson2017-05-16
* Remove unnecessary null checksMartin Kittel2017-03-29
* Improve cleanup in krb5_rc_io_fetch()Greg Hudson2016-12-06
* Use single-colon rules in makefilesGreg Hudson2016-07-28
* Remove form feed charactersGreg Hudson2016-02-12
* Replace MD5 use in rcache with SHA-256Tomas Kuthan2016-01-26
* Work around replay cache creation raceGreg Hudson2014-09-18
* Modify k5buf interfaces for easier useGreg Hudson2014-07-30
* Include autoconf.h before system headersGreg Hudson2014-07-08
* Use k5_setmsgGreg Hudson2014-06-05
* Make rcache resolve functions take const char *Greg Hudson2014-01-17
* Fix various warningsGreg Hudson2013-06-07
* Reduce boilerplate in makefilesGreg Hudson2013-05-16
* Assume mutex locking cannot failGreg Hudson2013-05-14
* make dependGreg Hudson2013-03-24
* Modernize k5bufGreg Hudson2013-02-14
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-09
* make dependGreg Hudson2013-01-10
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-19
* Mark up strings for translationGreg Hudson2011-06-10
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-09
* Make dependGreg Hudson2011-02-25
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-28
* Make dependGreg Hudson2010-09-08
* make dependGreg Hudson2010-06-07
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-22
* In lib/krb5/rcache, ensure that function definition headers put theGreg Hudson2009-11-13
* Reformat to avoid parens at beginnings of linesTom Yu2009-10-31
* make mark-cstyleTom Yu2009-10-31
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-10
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-16
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-16
* minor memory leak in 'none' replay cache typeKen Raeburn2009-06-18
* In krb5_rcache_externalize, remove a pointless null check of a pointerGreg Hudson2009-04-23
* remove dead codeEzra Peisach2009-04-12
* In krb5_rc_io_open_internal, d->fn is always set for the cleanupGreg Hudson2009-02-12
* hide stat buf init on windowsKen Raeburn2009-02-11
* In krb5_rc_io_store, check the return value of krb5int_buf_len as wellGreg Hudson2009-02-05
* Change krb5_rc_resolve_type (not a public API) to allocate the rcacheGreg Hudson2009-02-05
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-02
* Make output parameter value of krb5_rc_resolve_full well-defined onGreg Hudson2009-01-30
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-28
* Per coding standards, don't declare variables in inner scopes in newGreg Hudson2009-01-23
* fix trailing whitespaceTom Yu2009-01-22
* Patch from Love: when opening an existing replay cache, check moreGreg Hudson2009-01-21
* Rework the replay cache extensions to make the hash extension recordsGreg Hudson2009-01-15