| Commit message (Expand) | Author | Age | Files | Lines |
| * | Include autoconf.h before system headers | Greg Hudson | 2014-07-08 | 2 | -6/+1 |
| * | Use k5_setmsg | Greg Hudson | 2014-06-05 | 1 | -44/+32 |
| * | Make rcache resolve functions take const char * | Greg Hudson | 2014-01-17 | 1 | -2/+3 |
| * | Fix various warnings | Greg Hudson | 2013-06-07 | 1 | -2/+1 |
| * | Reduce boilerplate in makefiles | Greg Hudson | 2013-05-16 | 1 | -3/+0 |
| * | Assume mutex locking cannot fail | Greg Hudson | 2013-05-14 | 2 | -30/+12 |
| * | make depend | Greg Hudson | 2013-03-24 | 1 | -27/+23 |
| * | Modernize k5buf | Greg Hudson | 2013-02-14 | 1 | -22/+22 |
| * | Add and use k5memdup, k5memdup0 helpers | Greg Hudson | 2013-02-09 | 1 | -3/+1 |
| * | make depend | Greg Hudson | 2013-01-10 | 1 | -1/+1 |
| * | Separate clpreauth and kdcpreauth interfaces | Greg Hudson | 2012-12-19 | 1 | -10/+10 |
| * | Mark up strings for translation | Greg Hudson | 2011-06-10 | 1 | -18/+18 |
| * | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 13 | -41/+19 |
| * | Make depend | Greg Hudson | 2011-02-25 | 1 | -32/+27 |
| * | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 1 | -1/+1 |
| * | Make depend | Greg Hudson | 2010-09-08 | 1 | -26/+31 |
| * | make depend | Greg Hudson | 2010-06-07 | 1 | -40/+44 |
| * | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 2 | -73/+71 |
| * | In lib/krb5/rcache, ensure that function definition headers put the | Greg Hudson | 2009-11-13 | 2 | -19/+31 |
| * | Reformat to avoid parens at beginnings of lines | Tom Yu | 2009-10-31 | 4 | -110/+110 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 13 | -95/+95 |
| * | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 1 | -27/+32 |
| * | Re-run make depend without autoconf.h in the source tree | Greg Hudson | 2009-09-16 | 1 | -73/+68 |
| * | Crypto modularity proj.: Move prf and random-to-key ops from backend to krb | Zhanna Tsitkov | 2009-09-16 | 1 | -68/+73 |
| * | minor memory leak in 'none' replay cache type | Ken Raeburn | 2009-06-18 | 1 | -2/+8 |
| * | In krb5_rcache_externalize, remove a pointless null check of a pointer | Greg Hudson | 2009-04-23 | 1 | -32/+44 |
| * | remove dead code | Ezra Peisach | 2009-04-12 | 2 | -7/+1 |
| * | In krb5_rc_io_open_internal, d->fn is always set for the cleanup | Greg Hudson | 2009-02-12 | 1 | -6/+4 |
| * | hide stat buf init on windows | Ken Raeburn | 2009-02-11 | 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 | 2 | -37/+38 |
| * | Get rid of casts of free() argument to char*, except where it's | Ken Raeburn | 2009-02-02 | 3 | -16/+11 |
| * | Make output parameter value of krb5_rc_resolve_full well-defined on | Greg Hudson | 2009-01-30 | 1 | -8/+13 |
| * | 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 | 2 | -10/+6 |
| * | fix trailing whitespace | Tom Yu | 2009-01-22 | 3 | -5/+5 |
| * | Patch from Love: when opening an existing replay cache, check more | Greg Hudson | 2009-01-21 | 1 | -14/+40 |
| * | Rework the replay cache extensions to make the hash extension records | Greg Hudson | 2009-01-15 | 2 | -60/+224 |
| * | update | Ken Raeburn | 2009-01-15 | 1 | -0/+10 |
| * | Add message hash support to the replay interface, using extension | Greg Hudson | 2009-01-12 | 4 | -42/+363 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 2 | -85/+83 |
| * | whitespace | Tom Yu | 2008-12-28 | 12 | -628/+633 |
| * | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -60/+64 |
| * | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 1 | -8/+2 |
| * | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 2 | -4/+2 |
| * | makedepend | Ken Raeburn | 2008-09-18 | 1 | -48/+52 |
| * | Based on patch from lxs, with some changes: | Ken Raeburn | 2008-08-27 | 1 | -1/+1 |
| * | malloc+memset(,0,) -> calloc | Ken Raeburn | 2008-08-07 | 1 | -2/+1 |
| * | Pull out two copies of errno mapping into a common function | Ken Raeburn | 2008-08-02 | 1 | -60/+42 |
| * | Use mkstemp(), and fstat() the file to make sure that the mkstemp() | Tom Yu | 2008-07-18 | 1 | -19/+60 |