summaryrefslogtreecommitdiffstats
path: root/src/kadmin/dbutil/dump.c
Commit message (Expand)AuthorAgeFilesLines
* Include autoconf.h before system headersGreg Hudson2014-07-081-1/+0
* In kdb5_util dump, only lock DB for iprop dumpsGreg Hudson2014-02-261-10/+12
* Simplify ulog_mapGreg Hudson2014-02-201-1/+1
* Lock around more ulog operationsGreg Hudson2014-02-201-9/+27
* Factor out ulog serial number status checkGreg Hudson2014-02-201-29/+18
* In kdb5_util load, init ulog closer to promoteGreg Hudson2014-02-051-3/+7
* Remove kdb5_util load iprop safety netGreg Hudson2014-01-301-14/+0
* Clean up the code to eliminate some clang warningsBen Kaduk2013-11-041-2/+0
* Clarify flag handling in dump.cGreg Hudson2013-08-271-63/+68
* Update ulog state after promoting DB when loadingGreg Hudson2013-08-271-30/+21
* Reset ulog header if iprop load failsGreg Hudson2013-03-151-0/+2
* Modernize dump.cGreg Hudson2013-02-061-1310/+694
* Refactor dump.cGreg Hudson2013-02-061-175/+124
* Reorder dump.cGreg Hudson2013-02-061-467/+439
* Remove -b6 and -old dump formatsGreg Hudson2013-02-041-590/+8
* Fix kdb5_util dump.c uninitialized warningsGreg Hudson2013-02-011-1/+1
* Fix iprop log reinitializationGreg Hudson2013-01-221-7/+1
* Fix iprop safety net in kdb5_util loadGreg Hudson2013-01-171-2/+4
* Allow principals to refer to nonexistent policiesGreg Hudson2013-01-091-15/+14
* Fix various integer issuesGreg Hudson2012-12-101-2/+1
* Make kdb5_util dump work with LDAP againGreg Hudson2012-11-121-1/+2
* Fix a minor race in kdb5_util loadNicolas Williams2012-10-051-1/+1
* Fix policy refcount corruption race in dumpNicolas Williams2012-10-051-10/+10
* Sync iprop header in kdb5_util dumpNicolas Williams2012-10-051-0/+10
* kdb5_util load needs iprop safety netNicolas Williams2012-10-051-15/+36
* Fix kdb5_util dump raceNicolas Williams2012-10-051-32/+32
* Cleanup dump_db()Nicolas Williams2012-10-051-20/+14
* Use a single global dump for iprop full syncsNicolas Williams2012-10-051-54/+177
* Fix edge-case bugs in kdb5_util loadGreg Hudson2012-07-311-15/+25
* Revert an out-of-scope change in policy extensionsGreg Hudson2012-07-311-1/+1
* Policy extensions + new policy: allowed ks typesNicolas Williams2012-07-301-58/+258
* De-indent process_k5beta6_record()Nicolas Williams2012-07-301-247/+210
* Only store master mey list in DAL handleGreg Hudson2012-03-211-5/+2
* Remove an unused variableEzra Peisach2011-08-191-1/+0
* Mark up strings for translationGreg Hudson2011-06-101-80/+80
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-7/+3
* Make sure ulog_map() is invoked whenever we open the database inGreg Hudson2011-02-271-8/+0
* After a failed kdb5_util load, make a subsequent load operation workGreg Hudson2010-11-061-22/+10
* krb5_get_error_message cannot return NULL, and returns "Success" onGreg Hudson2010-11-011-24/+4
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-061-67/+66
* Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2010-07-021-4/+5
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-021-7/+5
* Remove a non-functional and unnecessary check in kdb5_util'sGreg Hudson2010-05-211-2/+0
* Fix an error case in kdb_util's dump.c where the dump file handle wasGreg Hudson2010-05-211-0/+1
* Get rid of some kdb5_util load code which is no longer useful afterGreg Hudson2010-05-041-32/+1
* Remove some unused format string definitions from kdb5_util's dump.cGreg Hudson2010-05-041-14/+0
* Eliminate the use of variables for format strings in kdb5_util. ManyGreg Hudson2010-05-031-1/+1
* make mark-cstyleTom Yu2009-10-311-2001/+2002
* Account lockoutGreg Hudson2009-10-251-54/+231
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-2/+2