| Commit message (Expand) | Author | Age | Files | Lines |
* | makedepend | Ken Raeburn | 2008-09-18 | 1 | -27/+31 |
* | Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and | Ken Raeburn | 2008-07-20 | 1 | -1/+1 |
* | misc uninitialized-storage accesses | Ken Raeburn | 2008-06-27 | 1 | -2/+3 |
* | Don't use private copy of syslog.h. Rebuild dependencies | Ken Raeburn | 2008-06-10 | 1 | -10/+6 |
* | Passing 0 to krb5_build_principal requires a cast | Ken Raeburn | 2008-06-03 | 1 | -1/+1 |
* | After malloc/realloc/calloc failures, return ENOMEM explicitly instead | Ken Raeburn | 2008-04-30 | 3 | -11/+11 |
* | man page macro and hyphen fixes | Russ Allbery | 2008-02-19 | 1 | -2/+1 |
* | improve debugging of ticket verification in ksu | Russ Allbery | 2007-12-30 | 1 | -5/+5 |
* | -S sname option for kvno | Tom Yu | 2007-08-29 | 2 | -7/+32 |
* | make depend | Ken Raeburn | 2007-08-16 | 1 | -27/+31 |
* | Add PKINIT support | Kevin Coffman | 2007-08-01 | 2 | -3/+29 |
* | make depend | Ken Raeburn | 2007-07-27 | 1 | -3/+3 |
* | Include k5-platform.h | Ken Raeburn | 2007-07-22 | 1 | -0/+1 |
* | declare xasprintf | Ken Raeburn | 2007-07-20 | 1 | -0/+1 |
* | Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat... | Ken Raeburn | 2007-07-12 | 2 | -10/+11 |
* | Create and use xasprintf akin to xmalloc, returns pointer on success or exits... | Ken Raeburn | 2007-07-12 | 2 | -5/+17 |
* | Define and use some inline helper functions for comparing data and authdata s... | Ken Raeburn | 2007-05-10 | 2 | -17/+8 |
* | Add resource data windows/version.rc for: | Jeffrey Altman | 2007-04-14 | 7 | -27/+100 |
* | remove krb5_get_init_creds_opt_set_pkinit() for now | Tom Yu | 2007-01-31 | 1 | -18/+0 |
* | get_init_creds_opt extensibility | Tom Yu | 2007-01-30 | 3 | -30/+123 |
* | This commit adds two new functions, krb5_server_decrypt_ticket_keyblock | Jeffrey Altman | 2007-01-16 | 1 | -11/+41 |
* | Modifications to support the generation and embedding | Jeffrey Altman | 2006-12-07 | 6 | -0/+6 |
* | make depend | Tom Yu | 2006-10-06 | 1 | -16/+18 |
* | * src/clients/ksu/main.c (sweep_up): Don't check return value of | Tom Yu | 2006-08-15 | 1 | -2/+3 |
* | fix MITKRB5-SA-2006-001: multiple local privilege escalation vulnerabilities | Tom Yu | 2006-08-08 | 1 | -3/+6 |
* | Enable kinit -a to match the man page and add documentation | Russ Allbery | 2006-06-13 | 1 | -3/+3 |
* | Fix minor nroff man page problems (stray space, bad cross reference) | Russ Allbery | 2006-06-12 | 1 | -1/+1 |
* | Rename locate.h to locate_plugin.h. Change references, update dependencies | Ken Raeburn | 2006-05-24 | 1 | -6/+6 |
* | install headers into include/krb5 | Ken Raeburn | 2006-05-23 | 6 | -37/+90 |
* | * configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. Generate | Ken Raeburn | 2006-05-18 | 8 | -38/+14 |
* | Fix excessive italics in kinit man page; | Sam Hartman | 2006-04-27 | 1 | -1/+2 |
* | Include com_err.h | Ken Raeburn | 2006-04-14 | 1 | -0/+1 |
* | Don't include kdb.h from k5-int.h; instead, include it in the handful | Ken Raeburn | 2006-04-13 | 1 | -18/+14 |
* | make depend | Ken Raeburn | 2006-04-11 | 1 | -1/+2 |
* | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 9 | -1917/+0 |
* | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 5 | -197/+0 |
* | * setenv.c: Include autoconf.h | Ken Raeburn | 2006-04-04 | 2 | -0/+5 |
* | more DEFS= | Ken Raeburn | 2006-04-04 | 4 | -0/+10 |
* | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 2 | -56/+58 |
* | make depend | Ken Raeburn | 2006-03-30 | 1 | -6/+5 |
* | * klist.c: Include autoconf.h first | Ken Raeburn | 2006-03-30 | 2 | -1/+5 |
* | include autoconf.h before krb5.h | Ken Raeburn | 2006-03-30 | 4 | -2/+10 |
* | Include autoconf.h early in sources, and disable use of @DEFS@ | Ken Raeburn | 2006-03-28 | 12 | -0/+28 |
* | * configure.in: Always pass three arguments to AC_DEFINE | Ken Raeburn | 2006-03-28 | 2 | -1/+5 |
* | make depend | Ken Raeburn | 2006-03-27 | 1 | -18/+22 |
* | Initial enhanced error message support, similar to what I sent to | Ken Raeburn | 2006-03-26 | 4 | -10/+56 |
* | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 2 | -17/+17 |
* | make depend | Ken Raeburn | 2006-03-08 | 1 | -6/+12 |
* | add missing $(SCLIB) aka bufferoverflow.lib for 64-bit windows | Jeffrey Altman | 2006-02-28 | 1 | -1/+1 |
* | Qing Dong <dongq@mit.edu> provided a set of changes to allow | Jeffrey Altman | 2006-02-27 | 2 | -1/+5 |