| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 1 | -1/+1 |
| * | After a failed kdb5_util load, make a subsequent load operation work | Greg Hudson | 2010-11-06 | 1 | -22/+10 |
| * | krb5_get_error_message cannot return NULL, and returns "Success" on | Greg Hudson | 2010-11-01 | 1 | -24/+4 |
| * | Make depend | Greg Hudson | 2010-09-08 | 1 | -24/+27 |
| * | Remove count parameters from get_principal, put_principal, | Greg Hudson | 2010-07-06 | 5 | -253/+158 |
| * | Remove verify_master_key from the DAL table, as well as its associated | Greg Hudson | 2010-07-02 | 2 | -14/+5 |
| * | Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data to | Greg Hudson | 2010-07-02 | 3 | -31/+22 |
| * | Remove the set_master_key and get_master_key DAL interfaces and their | Greg Hudson | 2010-07-02 | 1 | -1/+1 |
| * | Remove some dead code in kdb5_stash() left behind by r24142 | Greg Hudson | 2010-06-22 | 1 | -9/+0 |
| * | Eliminate a bunch of duplicated code in kdb5_stash() by using | Greg Hudson | 2010-06-21 | 1 | -41/+3 |
| * | kdb5_stash() contains its own kdb5_db_open() call (because it doesn't | Greg Hudson | 2010-06-21 | 1 | -1/+1 |
| * | When we display enctypes, display the input name rather than the | Greg Hudson | 2010-06-08 | 2 | -3/+4 |
| * | make depend | Greg Hudson | 2010-06-07 | 1 | -43/+48 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | Fix spelling and hyphen errors in man pages | Russ Allbery | 2009-12-31 | 1 | -3/+3 |
| * | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 2 | -122/+123 |
| * | Reindent after making fixes for emacs-23 | Tom Yu | 2009-11-03 | 4 | -8/+8 |
| * | make mark-cstyle | Tom Yu | 2009-10-31 | 13 | -3077/+3086 |
| * | Account lockout | Greg Hudson | 2009-10-25 | 4 | -60/+240 |
| * | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 1 | -26/+29 |
| * | Modify kadm5 initializers to accept krb5 contexts | Greg Hudson | 2009-08-17 | 1 | -1/+1 |
| * | Get "make depend" to work in an unbuilt source tree, since bad deps | Greg Hudson | 2009-08-03 | 1 | -0/+1 |
| * | Add a new '-W' option to kadmind and kdb5_util create to allow reading | Tom Yu | 2009-07-10 | 1 | -2/+6 |
| * | 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 |
| * | deal with memleaks in migrate mkey project | Will Fiveash | 2009-02-05 | 1 | -96/+107 |
| * | 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 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 4 | -9/+9 |
| * | fix resource leak | Ken Raeburn | 2009-01-31 | 1 | -1/+2 |
| * | don't use uninitialized variable | Ken Raeburn | 2009-01-31 | 1 | -1/+1 |
| * | don't double-free | Ken Raeburn | 2009-01-31 | 1 | -1/+0 |
| * | Master Key Migration Project | Will Fiveash | 2009-01-30 | 8 | -92/+1637 |
| * | Start to phase out krb5_xfree macro, which just casts its argument to | Ken Raeburn | 2009-01-28 | 1 | -7/+7 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 2 | -149/+147 |
| * | Fix up warning of suggested parens in assignment in conditional | Ezra Peisach | 2008-12-29 | 1 | -3/+3 |
| * | Remove krb524, lib/des425, lib/krb4, and include/kerberosIV. | Greg Hudson | 2008-12-18 | 1 | -5/+4 |
| * | Remove loadv4/dumpv4 code in kdb5_util. (The command table entries for | Greg Hudson | 2008-12-15 | 6 | -1500/+0 |
| * | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 1 | -2/+1 |
| * | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -56/+60 |
| * | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 1 | -3/+3 |
| * | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 3 | -19/+4 |