summaryrefslogtreecommitdiffstats
path: root/src/kadmin/dbutil
Commit message (Expand)AuthorAgeFilesLines
* Make kdb5_util dump work with LDAP againGreg Hudson2012-11-121-1/+2
* Remove install-oldmanBen Kaduk2012-10-171-3/+0
* Remove nroff man pagesBen Kaduk2012-10-161-276/+0
* 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-052-34/+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-312-16/+25
* Revert an out-of-scope change in policy extensionsGreg Hudson2012-07-311-1/+1
* Policy extensions + new policy: allowed ks typesNicolas Williams2012-07-303-61/+261
* De-indent process_k5beta6_record()Nicolas Williams2012-07-301-247/+210
* Allow using locales when gettext is absentBen Kaduk2012-07-061-0/+1
* Enable all localizations in main functionsBen Kaduk2012-07-061-1/+1
* Only store master mey list in DAL handleGreg Hudson2012-03-215-30/+26
* install sphinx-generated manpagesTom Yu2012-01-091-0/+2
* Man page spelling corrections from ville.skytta@iki.fiGreg Hudson2011-10-021-2/+2
* Instead of passing a 0 to add_new_mkey for kvno and leavingKen Raeburn2011-09-051-1/+3
* Remove an unused variableEzra Peisach2011-08-191-1/+0
* Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson2011-06-231-1/+1
* Add setlocale() calls to main functionsGreg Hudson2011-06-101-0/+1
* Mark up strings for translationGreg Hudson2011-06-107-278/+315
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-096-38/+10
* Make sure ulog_map() is invoked whenever we open the database inGreg Hudson2011-02-272-8/+11
* Make dependGreg Hudson2011-02-251-28/+25
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* 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
* Make dependGreg Hudson2010-09-081-24/+27
* Remove count parameters from get_principal, put_principal,Greg Hudson2010-07-065-253/+158
* Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson2010-07-022-14/+5
* Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson2010-07-023-31/+22
* Remove the set_master_key and get_master_key DAL interfaces and theirGreg Hudson2010-07-021-1/+1
* Remove some dead code in kdb5_stash() left behind by r24142Greg Hudson2010-06-221-9/+0
* Eliminate a bunch of duplicated code in kdb5_stash() by usingGreg Hudson2010-06-211-41/+3
* kdb5_stash() contains its own kdb5_db_open() call (because it doesn'tGreg Hudson2010-06-211-1/+1
* When we display enctypes, display the input name rather than theGreg Hudson2010-06-082-3/+4
* make dependGreg Hudson2010-06-071-43/+48
* 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 some uses of variables as format strings. Based on a patchGreg Hudson2010-05-031-1/+1
* Eliminate the use of variables for format strings in kdb5_util. ManyGreg Hudson2010-05-038-140/+8
* Fix minor error-handling bug in r23676Greg Hudson2010-01-311-1/+1
* Handle migration from pre-1.7 databases with master key kvno != 1Greg Hudson2010-01-281-2/+8
* Fix spelling and hyphen errors in man pagesRuss Allbery2009-12-311-3/+3
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-122/+123