summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/rcache/rc_dfl.c
Commit message (Expand)AuthorAgeFilesLines
* Modernize k5bufGreg Hudson2013-02-141-22/+22
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-091-3/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-2/+1
* make mark-cstyleTom Yu2009-10-311-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-051-6/+1
* 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-231-4/+2
* fix trailing whitespaceTom Yu2009-01-221-1/+1
* Rework the replay cache extensions to make the hash extension recordsGreg Hudson2009-01-151-60/+181
* Add message hash support to the replay interface, using extensionGreg Hudson2009-01-121-41/+86
* whitespaceTom Yu2008-12-281-178/+178
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* malloc+memset(,0,) -> callocKen Raeburn2008-08-071-2/+1
* Do hash stuff with unsigned mathKen Raeburn2008-06-081-8/+9
* Tag krb5_rc_dfl_init_locked as static - not used outside fileEzra Peisach2006-10-161-1/+1
* * rc_dfl.c: Move the extraction of the struct dfl_dataJeffrey Altman2005-01-151-3/+3
* * rc-int.h (struct _krb5_rc_ops): Add new member, recover_or_init.Ken Raeburn2004-08-041-7/+31
* Move definitions of struct krb5_rc_st, struct _krb5_rc_ops, krb5_rc_ops, andKen Raeburn2004-06-021-0/+1
* * rc_dfl.c (krb5_rc_dfl_expunge_locked): Declare before useKen Raeburn2004-05-031-0/+3
* Use the new mutex in the replay cache structureKen Raeburn2004-05-011-14/+76
* In my tests (2GHz P4 Linux, 5 minutes, no pre-existing replay cache), this getsKen Raeburn2003-08-271-10/+22
* protoizeKen Raeburn2002-09-031-7/+7
* * rc_io.c, rc_dfl.c: use "" includes for krb5.h and k5-int.hTom Yu2002-06-141-1/+1
* * rc_dfl.c (krb5_rc_io_fetch): Once length element read fromEzra Peisach2001-07-251-5/+10
* * rc_io.c (krb5_rc_io_creat): Make cleanup code easier to read.Danilo Almeida2001-06-221-13/+22
* * rc_dfl.c, rc_io.c: More compliance with coding standards: useDanilo Almeida2001-06-201-218/+193
* * rc_io.h (struct krb5_rc_iostuff): Internal structure - changeEzra Peisach2000-09-211-4/+4
* * rc_dfl.c (krb5_rc_io_fetch): Set client and server fields toKen Raeburn1999-09-211-0/+1
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-9/+18
* rc_dfl.c: Apply jik's fix to allow the expunging of the replay cacheTheodore Tso1996-11-191-15/+32
* * rc_dfl.c (krb5_rc_dfl_init): default lifespan toTom Yu1995-11-271-1/+2
* first pass attempt at cleaning up some gcc -Wall flamesTom Yu1995-08-051-5/+6
* * rc_dfl.c (rc_store): rename from store() to avoid conflict withMark Eichin1995-07-211-4/+4
* Fix memory leaks in this function. The krb5_donot_replay structureTheodore Tso1995-05-031-19/+14
* Windows global stuff:Keith Vetter1995-04-141-11/+11
* * rc_dfl.c (krb5_rc_dfl_expunage): Close the old, temporary replyTheodore Tso1995-03-311-0/+1
* Updated rcache's makefile.in. Small change to confirm I'm back in aKeith Vetter1995-03-011-17/+19
* Avoid <krb5/....> includesJohn Gilmore1995-02-281-1/+0
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-69/+84
* Fix type used to call krb5_rc_io_size (one last time)Theodore Tso1994-10-031-1/+1
* In krb5_rc_dfl_recover, krb5_rc_io_size was being called withTheodore Tso1994-09-301-1/+1
* Fix bug of trying to use freed memoryTheodore Tso1994-08-201-1/+4
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* Fix so that rc_dfl_resolve(id, name) works when name is NULLTheodore Tso1994-06-121-6/+9
* Clean up memory allocation strategy in replay cacheTheodore Tso1994-06-021-17/+37
* Make sure memory is freed on errors in krb5_rc_io_fetchTheodore Tso1993-12-241-11/+27
* krb5_close_rcache will now free rcacheTheodore Tso1993-12-241-2/+10
* Remove deference of freed structureTheodore Tso1993-09-211-1/+3
* Re-indented to improve readability; fixed error handling situationTheodore Tso1992-09-291-106/+104