summaryrefslogtreecommitdiffstats
path: root/src/kadmin/dbutil/dump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Master Key Migration ProjectWill Fiveash2009-01-301-44/+53
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-7/+7
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-201-8/+2
* a stash file is not a keytabWill Fiveash2008-08-151-13/+48
* Oops. Really delete the extra argument this timeKen Raeburn2008-08-061-1/+1
* Removed unused (and unpassed) argument to process_k5beta7_policyKen Raeburn2008-08-061-1/+0
* Reuse more k5beta7 code for ipropKen Raeburn2008-07-311-61/+1
* Apply patch from Mark Phalan to correctly use progname instead ofTom Yu2008-07-171-40/+32
* Merge from branch sun-ipropKen Raeburn2008-06-241-3/+190
* Fix various minor format-string issuesKen Raeburn2008-06-031-5/+6
* * src/kadmin/dbutil/dump.c (load_db): Open the dumpfile asTom Yu2006-12-011-1/+1
* enabling LDAP mix-in support for kdb5_util loadWill Fiveash2006-10-211-7/+29
* Call fileno and krb5_lock_file before calling fclose, rather than after.Ken Raeburn2006-10-141-2/+6
* Another patch from Will Fiveash, to make "kdb5_util load <dumpfile>"Ken Raeburn2006-10-121-22/+80
* copyright datesKen Raeburn2006-06-301-1/+1
* * dump.c (load_db): Call krb5_db_promote instead of krb5_db_finiKen Raeburn2006-06-301-0/+10
* New kdb backend operation promote_db, makes a temporary database become theKen Raeburn2006-06-301-1/+7
* * kdb5_util.c (add_db_arg): New function.Ken Raeburn2006-06-291-16/+5
* * lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn2006-05-161-2/+2
* Partial merge from Novell LDAP integration branch, not including theKen Raeburn2006-04-131-1/+2
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-1/+1
* Novell Database Abstraction Layer merge.Ken Raeburn2005-06-211-156/+89
* * dump.c (dump_db): Update usage comment. Add "-rev" andTom Yu2002-08-231-5/+21
* * main.c: updated the usage functionJen Selby2002-08-141-1/+2
* * dump.c (master_key_convert): Iterate over freeingTom Yu2002-07-311-2/+6
* * dump.c (dump_ov_princ): Remove variable set but unusedEzra Peisach2002-07-151-4/+2
* * dump.c (dump_db): Pass krb5_boolean instead of char * asEzra Peisach2001-10-261-1/+3
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-30/+30
* Fixed a bunch of typosMitchell Berger2001-06-201-5/+5
* * dump.c (name_matches): Cleanup warning of assignments inEzra Peisach2001-06-181-4/+4
* * dump.c: Include regex.h if exists and if HAVE_REGCOMPEzra Peisach2001-06-181-1/+1
* * loadv4.c, ovload.c, kdb5_util.h, kdb5_util.c, kadm5_create.c,Ezra Peisach2001-02-261-7/+6
* * dump.c: Various message char arrays turned into macros, to permit gcc toKen Raeburn2000-07-051-64/+62
* * dump.c: Add a new dump version, r1_3_version, and make it theTom Yu2000-07-011-6/+61
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* * dump.c: Fix up to work with new crypto APITom Yu1998-11-031-26/+19
* Add support for changing the master key for a database as part ofTheodore Tso1998-09-301-26/+162
* * loadv4.c:Tom Yu1997-07-251-3/+8