| Commit message (Expand) | Author | Age | Files | Lines |
* | Include autoconf.h before system headers | Greg Hudson | 2014-07-08 | 1 | -1/+0 |
* | In kdb5_util dump, only lock DB for iprop dumps | Greg Hudson | 2014-02-26 | 1 | -10/+12 |
* | Simplify ulog_map | Greg Hudson | 2014-02-20 | 1 | -1/+1 |
* | Lock around more ulog operations | Greg Hudson | 2014-02-20 | 1 | -9/+27 |
* | Factor out ulog serial number status check | Greg Hudson | 2014-02-20 | 1 | -29/+18 |
* | In kdb5_util load, init ulog closer to promote | Greg Hudson | 2014-02-05 | 1 | -3/+7 |
* | Remove kdb5_util load iprop safety net | Greg Hudson | 2014-01-30 | 1 | -14/+0 |
* | Clean up the code to eliminate some clang warnings | Ben Kaduk | 2013-11-04 | 1 | -2/+0 |
* | Clarify flag handling in dump.c | Greg Hudson | 2013-08-27 | 1 | -63/+68 |
* | Update ulog state after promoting DB when loading | Greg Hudson | 2013-08-27 | 1 | -30/+21 |
* | Reset ulog header if iprop load fails | Greg Hudson | 2013-03-15 | 1 | -0/+2 |
* | Modernize dump.c | Greg Hudson | 2013-02-06 | 1 | -1310/+694 |
* | Refactor dump.c | Greg Hudson | 2013-02-06 | 1 | -175/+124 |
* | Reorder dump.c | Greg Hudson | 2013-02-06 | 1 | -467/+439 |
* | Remove -b6 and -old dump formats | Greg Hudson | 2013-02-04 | 1 | -590/+8 |
* | Fix kdb5_util dump.c uninitialized warnings | Greg Hudson | 2013-02-01 | 1 | -1/+1 |
* | Fix iprop log reinitialization | Greg Hudson | 2013-01-22 | 1 | -7/+1 |
* | Fix iprop safety net in kdb5_util load | Greg Hudson | 2013-01-17 | 1 | -2/+4 |
* | Allow principals to refer to nonexistent policies | Greg Hudson | 2013-01-09 | 1 | -15/+14 |
* | Fix various integer issues | Greg Hudson | 2012-12-10 | 1 | -2/+1 |
* | Make kdb5_util dump work with LDAP again | Greg Hudson | 2012-11-12 | 1 | -1/+2 |
* | Fix a minor race in kdb5_util load | Nicolas Williams | 2012-10-05 | 1 | -1/+1 |
* | Fix policy refcount corruption race in dump | Nicolas Williams | 2012-10-05 | 1 | -10/+10 |
* | Sync iprop header in kdb5_util dump | Nicolas Williams | 2012-10-05 | 1 | -0/+10 |
* | kdb5_util load needs iprop safety net | Nicolas Williams | 2012-10-05 | 1 | -15/+36 |
* | Fix kdb5_util dump race | Nicolas Williams | 2012-10-05 | 1 | -32/+32 |
* | Cleanup dump_db() | Nicolas Williams | 2012-10-05 | 1 | -20/+14 |
* | Use a single global dump for iprop full syncs | Nicolas Williams | 2012-10-05 | 1 | -54/+177 |
* | Fix edge-case bugs in kdb5_util load | Greg Hudson | 2012-07-31 | 1 | -15/+25 |
* | Revert an out-of-scope change in policy extensions | Greg Hudson | 2012-07-31 | 1 | -1/+1 |
* | Policy extensions + new policy: allowed ks types | Nicolas Williams | 2012-07-30 | 1 | -58/+258 |
* | De-indent process_k5beta6_record() | Nicolas Williams | 2012-07-30 | 1 | -247/+210 |
* | Only store master mey list in DAL handle | Greg Hudson | 2012-03-21 | 1 | -5/+2 |
* | Remove an unused variable | Ezra Peisach | 2011-08-19 | 1 | -1/+0 |
* | Mark up strings for translation | Greg Hudson | 2011-06-10 | 1 | -80/+80 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 1 | -7/+3 |
* | Make sure ulog_map() is invoked whenever we open the database in | Greg Hudson | 2011-02-27 | 1 | -8/+0 |
* | 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 |
* | Remove count parameters from get_principal, put_principal, | Greg Hudson | 2010-07-06 | 1 | -67/+66 |
* | Remove verify_master_key from the DAL table, as well as its associated | Greg Hudson | 2010-07-02 | 1 | -4/+5 |
* | Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data to | Greg Hudson | 2010-07-02 | 1 | -7/+5 |
* | 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 the use of variables for format strings in kdb5_util. Many | Greg Hudson | 2010-05-03 | 1 | -1/+1 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -2001/+2002 |
* | Account lockout | Greg Hudson | 2009-10-25 | 1 | -54/+231 |
* | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 1 | -2/+2 |