| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove variable set but unused | Ezra Peisach | 2011-08-19 | 1 | -2/+1 |
* | Mark up strings for translation | Greg Hudson | 2011-06-10 | 4 | -138/+146 |
* | Don't test HAVE_STDARG_H, just assume it | Ken Raeburn | 2011-04-03 | 1 | -18/+1 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 2 | -21/+17 |
* | Make depend | Greg Hudson | 2011-02-25 | 1 | -22/+20 |
* | 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 | -16/+18 |
* | make depend | Greg Hudson | 2010-06-07 | 1 | -28/+32 |
* | Eliminate some uses of variables as format strings. Based on a patch | Greg Hudson | 2010-05-03 | 1 | -1/+1 |
* | Use krb5_get_credentials in ksu instead of krb5_get_cred_from_kdc, so | Greg Hudson | 2010-04-14 | 1 | -28/+2 |
* | Assume lstat in Unix code, specifically clients/ksu/ccache.c. Fix bad | Greg Hudson | 2010-04-08 | 1 | -100/+92 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 2 | -52/+50 |
* | Reindent after making fixes for emacs-23 | Tom Yu | 2009-11-03 | 1 | -3/+3 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 8 | -2046/+2054 |
* | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 1 | -18/+22 |
* | Fix typo in error message reported by Marek Mahut (Red Hat) | Tom Yu | 2009-04-29 | 1 | -1/+1 |
* | 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 | 2 | -69/+67 |
* | 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 | 1 | -29/+31 |
* | 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 |
* | makedepend | Ken Raeburn | 2008-09-18 | 1 | -27/+31 |
* | Don't use private copy of syslog.h. Rebuild dependencies | Ken Raeburn | 2008-06-10 | 1 | -10/+6 |
* | After malloc/realloc/calloc failures, return ENOMEM explicitly instead | Ken Raeburn | 2008-04-30 | 3 | -11/+11 |
* | improve debugging of ticket verification in ksu | Russ Allbery | 2007-12-30 | 1 | -5/+5 |
* | make depend | Ken Raeburn | 2007-08-16 | 1 | -27/+31 |
* | declare xasprintf | Ken Raeburn | 2007-07-20 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | 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 | 1 | -34/+38 |
* | * configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. Generate | Ken Raeburn | 2006-05-18 | 1 | -2/+2 |
* | 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 | 1 | -565/+0 |
* | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 1 | -43/+0 |
* | * setenv.c: Include autoconf.h | Ken Raeburn | 2006-04-04 | 2 | -0/+5 |
* | more DEFS= | Ken Raeburn | 2006-04-04 | 2 | -0/+5 |
* | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 1 | -50/+52 |
* | make depend | Ken Raeburn | 2006-03-27 | 1 | -18/+22 |
* | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -16/+16 |
* | make depend | Ken Raeburn | 2006-03-08 | 1 | -6/+12 |
* | make depend | Tom Yu | 2005-11-29 | 1 | -22/+16 |