| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 1 | -2/+1 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -1/+1 |
* | In krb5_rc_io_store, check the return value of krb5int_buf_len as well | Greg Hudson | 2009-02-05 | 1 | -4/+6 |
* | Change krb5_rc_resolve_type (not a public API) to allocate the rcache | Greg Hudson | 2009-02-05 | 1 | -6/+1 |
* | Start to phase out krb5_xfree macro, which just casts its argument to | Ken Raeburn | 2009-01-28 | 1 | -6/+6 |
* | Per coding standards, don't declare variables in inner scopes in new | Greg Hudson | 2009-01-23 | 1 | -4/+2 |
* | fix trailing whitespace | Tom Yu | 2009-01-22 | 1 | -1/+1 |
* | Rework the replay cache extensions to make the hash extension records | Greg Hudson | 2009-01-15 | 1 | -60/+181 |
* | Add message hash support to the replay interface, using extension | Greg Hudson | 2009-01-12 | 1 | -41/+86 |
* | whitespace | Tom Yu | 2008-12-28 | 1 | -178/+178 |
* | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 1 | -2/+1 |
* | malloc+memset(,0,) -> calloc | Ken Raeburn | 2008-08-07 | 1 | -2/+1 |
* | Do hash stuff with unsigned math | Ken Raeburn | 2008-06-08 | 1 | -8/+9 |
* | Tag krb5_rc_dfl_init_locked as static - not used outside file | Ezra Peisach | 2006-10-16 | 1 | -1/+1 |
* | * rc_dfl.c: Move the extraction of the struct dfl_data | Jeffrey Altman | 2005-01-15 | 1 | -3/+3 |
* | * rc-int.h (struct _krb5_rc_ops): Add new member, recover_or_init. | Ken Raeburn | 2004-08-04 | 1 | -7/+31 |
* | Move definitions of struct krb5_rc_st, struct _krb5_rc_ops, krb5_rc_ops, and | Ken Raeburn | 2004-06-02 | 1 | -0/+1 |
* | * rc_dfl.c (krb5_rc_dfl_expunge_locked): Declare before use | Ken Raeburn | 2004-05-03 | 1 | -0/+3 |
* | Use the new mutex in the replay cache structure | Ken Raeburn | 2004-05-01 | 1 | -14/+76 |
* | In my tests (2GHz P4 Linux, 5 minutes, no pre-existing replay cache), this gets | Ken Raeburn | 2003-08-27 | 1 | -10/+22 |
* | protoize | Ken Raeburn | 2002-09-03 | 1 | -7/+7 |
* | * rc_io.c, rc_dfl.c: use "" includes for krb5.h and k5-int.h | Tom Yu | 2002-06-14 | 1 | -1/+1 |
* | * rc_dfl.c (krb5_rc_io_fetch): Once length element read from | Ezra Peisach | 2001-07-25 | 1 | -5/+10 |
* | * rc_io.c (krb5_rc_io_creat): Make cleanup code easier to read. | Danilo Almeida | 2001-06-22 | 1 | -13/+22 |
* | * rc_dfl.c, rc_io.c: More compliance with coding standards: use | Danilo Almeida | 2001-06-20 | 1 | -218/+193 |
* | * rc_io.h (struct krb5_rc_iostuff): Internal structure - change | Ezra Peisach | 2000-09-21 | 1 | -4/+4 |
* | * rc_dfl.c (krb5_rc_io_fetch): Set client and server fields to | Ken Raeburn | 1999-09-21 | 1 | -0/+1 |
* | Windows/NT integration (V1_0_WIN32_BRANCH merge) | Richard Basch | 1997-02-06 | 1 | -9/+18 |
* | rc_dfl.c: Apply jik's fix to allow the expunging of the replay cache | Theodore Tso | 1996-11-19 | 1 | -15/+32 |
* | * rc_dfl.c (krb5_rc_dfl_init): default lifespan to | Tom Yu | 1995-11-27 | 1 | -1/+2 |
* | first pass attempt at cleaning up some gcc -Wall flames | Tom Yu | 1995-08-05 | 1 | -5/+6 |
* | * rc_dfl.c (rc_store): rename from store() to avoid conflict with | Mark Eichin | 1995-07-21 | 1 | -4/+4 |
* | Fix memory leaks in this function. The krb5_donot_replay structure | Theodore Tso | 1995-05-03 | 1 | -19/+14 |
* | Windows global stuff: | Keith Vetter | 1995-04-14 | 1 | -11/+11 |
* | * rc_dfl.c (krb5_rc_dfl_expunage): Close the old, temporary reply | Theodore Tso | 1995-03-31 | 1 | -0/+1 |
* | Updated rcache's makefile.in. Small change to confirm I'm back in a | Keith Vetter | 1995-03-01 | 1 | -17/+19 |
* | Avoid <krb5/....> includes | John Gilmore | 1995-02-28 | 1 | -1/+0 |
* | Removed all references to DECLARG and OLDDECLARG. | Chris Provenzano | 1995-01-13 | 1 | -69/+84 |
* | Fix type used to call krb5_rc_io_size (one last time) | Theodore Tso | 1994-10-03 | 1 | -1/+1 |
* | In krb5_rc_dfl_recover, krb5_rc_io_size was being called with | Theodore Tso | 1994-09-30 | 1 | -1/+1 |
* | Fix bug of trying to use freed memory | Theodore Tso | 1994-08-20 | 1 | -1/+4 |
* | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 1 | -6/+1 |
* | Fix so that rc_dfl_resolve(id, name) works when name is NULL | Theodore Tso | 1994-06-12 | 1 | -6/+9 |
* | Clean up memory allocation strategy in replay cache | Theodore Tso | 1994-06-02 | 1 | -17/+37 |
* | Make sure memory is freed on errors in krb5_rc_io_fetch | Theodore Tso | 1993-12-24 | 1 | -11/+27 |
* | krb5_close_rcache will now free rcache | Theodore Tso | 1993-12-24 | 1 | -2/+10 |
* | Remove deference of freed structure | Theodore Tso | 1993-09-21 | 1 | -1/+3 |
* | Re-indented to improve readability; fixed error handling situation | Theodore Tso | 1992-09-29 | 1 | -106/+104 |
* | Applied Bill Sommerfeld's patches | Theodore Tso | 1992-06-09 | 1 | -79/+154 |
* | fix up notice about code ownership | John Kohl | 1991-06-07 | 1 | -4/+1 |