| Commit message (Expand) | Author | Age | Files | Lines |
| * | Introduced '-u' option to kvno to enforce KRB5_NT_UNKNOWN princ type | Zhanna Tsitkov | 2009-03-09 | 1 | -6/+20 |
| * | Add "-V" option to klist to print the package name and version, and exit | Ken Raeburn | 2009-03-06 | 1 | -3/+13 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 3 | -11/+11 |
| * | Remove ksu's own implementation of krb5_verify_init_creds now that it is not ... | Sam Hartman | 2009-01-06 | 1 | -122/+0 |
| * | Ksu should call krb5_verify_init_creds instead of using its own function. | Sam Hartman | 2009-01-06 | 1 | -7/+13 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 13 | -116/+105 |
| * | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 2 | -20/+51 |
| * | Remove krb4 support from clients. Some of the code has been | Greg Hudson | 2008-12-15 | 14 | -1018/+90 |
| * | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 3 | -30/+26 |
| * | Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be used | Greg Hudson | 2008-11-05 | 1 | -1/+1 |
| * | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 6 | -47/+44 |
| * | Use the k5buf module instead of strcpy/strcat in several places | Greg Hudson | 2008-10-30 | 1 | -13/+10 |
| * | Use snprintf instead of strcpy/strcat in many places | Greg Hudson | 2008-10-23 | 1 | -4/+3 |
| * | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 1 | -4/+2 |
| * | 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 |