| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Revert due to potential file modes race condition | Tom Yu | 2008-07-18 | 1 | -18/+14 |
* | Make krb5_rc_io_creat() use mkstemp | Tom Yu | 2008-07-18 | 1 | -14/+18 |
* | In krb5_rc_io_creat(), unlink any existing rcache file before trying | Tom Yu | 2008-07-17 | 1 | -1/+2 |
* | Report file name in detailed cache creation error | Ken Raeburn | 2008-06-08 | 1 | -2/+2 |
* | Do hash stuff with unsigned math | Ken Raeburn | 2008-06-08 | 1 | -8/+9 |
* | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 1 | -0/+3 |
* | make depend | Ken Raeburn | 2007-08-16 | 1 | -44/+48 |
* | Avoid use of unchecked sprintf in libraries. Use asprintf if the | Ken Raeburn | 2007-07-12 | 2 | -35/+25 |
* | krb5_rc_io_open_internal on error will call close(-1) | Ezra Peisach | 2006-12-18 | 1 | -1/+3 |
* | Tag krb5_rc_dfl_init_locked as static - not used outside file | Ezra Peisach | 2006-10-16 | 1 | -1/+1 |
* | make depend | Tom Yu | 2006-10-06 | 1 | -16/+20 |