| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | kadmin ktadd may display wrong name of default keytab | Greg Hudson | 2010-06-08 | 2 | -4/+7 |
| * | When we display enctypes, display the input name rather than the | Greg Hudson | 2010-06-08 | 5 | -8/+9 |
| * | make depend | Greg Hudson | 2010-06-07 | 4 | -77/+87 |
| * | Remove a non-functional and unnecessary check in kdb5_util's | Greg Hudson | 2010-05-21 | 1 | -2/+0 |
| * | Fix an error case in kdb_util's dump.c where the dump file handle was | Greg Hudson | 2010-05-21 | 1 | -0/+1 |
| * | Remove an unneeded conditional in the cleanup for kadmin's keytab | Greg Hudson | 2010-05-21 | 1 | -5/+3 |
| * | In getdate.y, remove an error check from r19656 which couldn't ever | Greg Hudson | 2010-05-21 | 1 | -2/+0 |
| * | Use ANSI-style function definitions in our copy of getdate.y | Greg Hudson | 2010-05-21 | 1 | -37/+11 |
| * | Get rid of some kdb5_util load code which is no longer useful after | Greg Hudson | 2010-05-04 | 1 | -32/+1 |
| * | Remove some unused format string definitions from kdb5_util's dump.c | Greg Hudson | 2010-05-04 | 1 | -14/+0 |
| * | Eliminate some uses of variables as format strings. Based on a patch | Greg Hudson | 2010-05-03 | 1 | -1/+1 |
| * | Eliminate the use of variables for format strings in kdb5_util. Many | Greg Hudson | 2010-05-03 | 8 | -140/+8 |
| * | Always pass -W option to kdb5_util create in testing | Ken Raeburn | 2010-03-27 | 1 | -1/+1 |
| * | Merge users/raeburn/branches/network-merge | Ken Raeburn | 2010-03-17 | 7 | -2147/+146 |
| * | Fix minor error-handling bug in r23676 | Greg Hudson | 2010-01-31 | 1 | -1/+1 |
| * | Handle migration from pre-1.7 databases with master key kvno != 1 | Greg Hudson | 2010-01-28 | 1 | -2/+8 |
| * | disable weak crypto by default | Tom Yu | 2010-01-05 | 1 | -1/+0 |
| * | Anonymous documentation | Sam Hartman | 2010-01-04 | 1 | -1/+20 |
| * | Initialize variables in case of error path winds up freeing stack garbage | Ezra Peisach | 2010-01-03 | 1 | -2/+2 |
| * | Some unsigned/signed warning cleanup | Ezra Peisach | 2010-01-03 | 2 | -2/+4 |
| * | Unsigned/signed cleanup | Ezra Peisach | 2010-01-01 | 1 | -1/+1 |
| * | Add a new -P option to krb5kdc and kadmind which, if given, specifies | Russ Allbery | 2010-01-01 | 2 | -0/+59 |
| * | Fix spelling and hyphen errors in man pages | Russ Allbery | 2009-12-31 | 1 | -3/+3 |
| * | Whitespace fixes for new anonymous support | Greg Hudson | 2009-12-28 | 1 | -7/+8 |
| * | Anonymous support for Kerberos | Sam Hartman | 2009-12-28 | 1 | -4/+15 |
| * | Reformat new comments | Ken Raeburn | 2009-12-03 | 1 | -14/+20 |
| * | fix slow behavior on Mac OS X with link-local addresses | Ken Raeburn | 2009-12-03 | 1 | -10/+48 |
| * | allow testing even if name->addr->name mapping doesn't work | Ken Raeburn | 2009-12-03 | 2 | -5/+4 |
| * | 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 |