| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 14 | -289/+276 |
* | Use "unsigned short" instead of "u_short" in argument to SET macro; | Ken Raeburn | 2009-11-04 | 1 | -8/+13 |
* | Reindent and manually restore some BSD-style files that were | Tom Yu | 2009-11-04 | 3 | -1/+4 |
* | Reindent after making fixes for emacs-23 | Tom Yu | 2009-11-03 | 4 | -8/+8 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 33 | -8481/+8492 |
* | Fix printf argument type mismatches related to pw_max_fail in | Greg Hudson | 2009-10-26 | 1 | -4/+5 |
* | Remove the telnet-to-localhost sanity check in start_servers_local, as | Greg Hudson | 2009-10-26 | 1 | -71/+27 |
* | Account lockout | Greg Hudson | 2009-10-25 | 12 | -84/+375 |
* | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 4 | -54/+61 |
* | Add keytab_local.c to the kadmin client SRCS variable, so that we | Greg Hudson | 2009-09-25 | 2 | -1/+20 |
* | Fix a few bugs in kadmin's keytab.c from r22785 | Greg Hudson | 2009-09-25 | 1 | -13/+10 |
* | Update the kadmin client code to most current coding practices | Greg Hudson | 2009-09-24 | 3 | -1629/+1408 |
* | Fix a braino in r22782: we don't use strcpy even safely; use strlcpy | Greg Hudson | 2009-09-22 | 1 | -1/+1 |
* | Improve the mechanism used for addprinc -randkey. In the kadmin | Greg Hudson | 2009-09-21 | 1 | -43/+61 |
* | Fix addprinc -randkey when policy requires multiple character classes | Greg Hudson | 2009-09-21 | 1 | -6/+7 |
* | Implement s4u extensions | Greg Hudson | 2009-09-13 | 1 | -3/+7 |
* | Clean up a little bit of test suite spew in env-setup: first, when | Greg Hudson | 2009-08-28 | 1 | -12/+6 |
* | Remove bogus conditional from tcl_kadm5_randkey_principal(), which was | Tom Yu | 2009-08-28 | 1 | -1/+1 |
* | update dependencies | Ken Raeburn | 2009-08-21 | 2 | -11/+1 |
* | Modify kadm5 initializers to accept krb5 contexts | Greg Hudson | 2009-08-17 | 4 | -7/+7 |
* | Remove unused variables resulting from r22521, and also remove the | Greg Hudson | 2009-08-17 | 1 | -1/+0 |
* | Remove kadmin v1 API support | Greg Hudson | 2009-08-13 | 34 | -3977/+103 |
* | Fix the LDAP build, which was broken by the build reordering in | Greg Hudson | 2009-08-07 | 1 | -1/+2 |
* | Get "make depend" to work in an unbuilt source tree, since bad deps | Greg Hudson | 2009-08-03 | 2 | -0/+3 |
* | Add a new '-W' option to kadmind and kdb5_util create to allow reading | Tom Yu | 2009-07-10 | 3 | -3/+12 |
* | Make datetest buildable again | Tom Yu | 2009-07-09 | 2 | -3/+4 |
* | man1 in title header for man1 manpages | Sam Hartman | 2009-05-07 | 4 | -4/+4 |
* | Move KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb.h. Add kadmin | Greg Hudson | 2009-04-27 | 2 | -1/+19 |
* | move kadmin, ktutil, k5srvutil man pages to man1 | Sam Hartman | 2009-04-22 | 2 | -3/+3 |
* | Update kdb5_util man page with missing purge_mkeys command | Will Fiveash | 2009-04-13 | 1 | -0/+12 |
* | Update kdb5_util man page for mkey migration project | Will Fiveash | 2009-03-25 | 1 | -7/+18 |
* | Several small fixes to enable the migrate mkey commands to work properly with... | Will Fiveash | 2009-03-10 | 1 | -0/+5 |
* | Also install k5srvutil into PREFIX/bin instead of PREFIX/sbin | Russ Allbery | 2009-02-20 | 1 | -1/+1 |
* | Don't apply 'const' twice | Ken Raeburn | 2009-02-12 | 1 | -1/+1 |
* | Install ktutil and kadmin into CLIENT_BINDIR instead of ADMIN_BINDIR | Russ Allbery | 2009-02-11 | 2 | -2/+2 |
* | Rename X11 resource file to avoid name conflict on Mac in in-place build | Ken Raeburn | 2009-02-09 | 1 | -0/+0 |
* | deal with memleaks in migrate mkey project | Will Fiveash | 2009-02-05 | 1 | -96/+107 |
* | include omitted system header string.h | Ken Raeburn | 2009-02-05 | 1 | -0/+1 |
* | regenerate | Ken Raeburn | 2009-02-04 | 1 | -0/+21 |
* | new multi-masterkey support doesn't work well when system clock is set | Will Fiveash | 2009-02-04 | 1 | -53/+65 |
* | In tcl_ovsec_kadm_get_policy, initialize ent since (at least in | Greg Hudson | 2009-02-04 | 1 | -1/+1 |
* | remove some krb4 testing hooks | Ken Raeburn | 2009-02-04 | 8 | -446/+3 |
* | prefer structure assignment to memcpy | Ken Raeburn | 2009-02-03 | 1 | -1/+1 |
* | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 10 | -17/+17 |
* | Get rid of casts of free() argument to char*, except where it's | Ken Raeburn | 2009-02-02 | 1 | -3/+3 |
* | Revise last change to better resemble the original test, keeping the | Ken Raeburn | 2009-02-02 | 2 | -22/+19 |
* | speed up kpasswd tests | Ken Raeburn | 2009-02-02 | 1 | -12/+23 |
* | don't delay so long while waiting for daemon startup | Ken Raeburn | 2009-02-02 | 1 | -2/+2 |
* | fix resource leak | Ken Raeburn | 2009-01-31 | 1 | -1/+2 |
* | don't use uninitialized variable | Ken Raeburn | 2009-01-31 | 1 | -1/+1 |