summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/rcache
Commit message (Expand)AuthorAgeFilesLines
* Make rcache resolve functions take const char *Greg Hudson2014-01-171-2/+3
* Fix various warningsGreg Hudson2013-06-071-2/+1
* Reduce boilerplate in makefilesGreg Hudson2013-05-161-3/+0
* Assume mutex locking cannot failGreg Hudson2013-05-142-30/+12
* make dependGreg Hudson2013-03-241-27/+23
* Modernize k5bufGreg Hudson2013-02-141-22/+22
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-091-3/+1
* make dependGreg Hudson2013-01-101-1/+1
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-191-10/+10
* Mark up strings for translationGreg Hudson2011-06-101-18/+18
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0913-41/+19
* Make dependGreg Hudson2011-02-251-32/+27
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Make dependGreg Hudson2010-09-081-26/+31
* make dependGreg Hudson2010-06-071-40/+44
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-73/+71
* In lib/krb5/rcache, ensure that function definition headers put theGreg Hudson2009-11-132-19/+31
* Reformat to avoid parens at beginnings of linesTom Yu2009-10-314-110/+110
* make mark-cstyleTom Yu2009-10-3113-95/+95
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-27/+32
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-73/+68
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-161-68/+73
* minor memory leak in 'none' replay cache typeKen Raeburn2009-06-181-2/+8
* In krb5_rcache_externalize, remove a pointless null check of a pointerGreg Hudson2009-04-231-32/+44
* remove dead codeEzra Peisach2009-04-122-7/+1
* In krb5_rc_io_open_internal, d->fn is always set for the cleanupGreg Hudson2009-02-121-6/+4
* hide stat buf init on windowsKen Raeburn2009-02-111-1/+1
* In krb5_rc_io_store, check the return value of krb5int_buf_len as wellGreg Hudson2009-02-051-4/+6
* Change krb5_rc_resolve_type (not a public API) to allocate the rcacheGreg Hudson2009-02-052-37/+38
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-023-16/+11
* Make output parameter value of krb5_rc_resolve_full well-defined onGreg Hudson2009-01-301-8/+13
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-6/+6
* Per coding standards, don't declare variables in inner scopes in newGreg Hudson2009-01-232-10/+6
* fix trailing whitespaceTom Yu2009-01-223-5/+5
* Patch from Love: when opening an existing replay cache, check moreGreg Hudson2009-01-211-14/+40
* Rework the replay cache extensions to make the hash extension recordsGreg Hudson2009-01-152-60/+224
* updateKen Raeburn2009-01-151-0/+10
* Add message hash support to the replay interface, using extensionGreg Hudson2009-01-124-42/+363
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-85/+83
* whitespaceTom Yu2008-12-2812-628/+633
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-60/+64
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-201-8/+2
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-202-4/+2
* makedependKen Raeburn2008-09-181-48/+52
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-1/+1
* malloc+memset(,0,) -> callocKen Raeburn2008-08-071-2/+1
* Pull out two copies of errno mapping into a common functionKen Raeburn2008-08-021-60/+42
* Use mkstemp(), and fstat() the file to make sure that the mkstemp()Tom Yu2008-07-181-19/+60
* Revert due to potential file modes race conditionTom Yu2008-07-181-18/+14
* Make krb5_rc_io_creat() use mkstempTom Yu2008-07-181-14/+18