aboutsummaryrefslogtreecommitdiff
path: root/src/kadmin/dbutil/dump.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-01pull up r24667 from trunkTom Yu1-8/+0
2010-07-06Remove count parameters from get_principal, put_principal,Greg Hudson1-67/+66
2010-07-02Remove verify_master_key from the DAL table, as well as its associatedGreg Hudson1-4/+5
2010-07-02Rename krb5_dbekd_encrypt_key_data and krb5_dbekd_decrypt_key_data toGreg Hudson1-7/+5
2010-05-21Remove a non-functional and unnecessary check in kdb5_util'sGreg Hudson1-2/+0
2010-05-21Fix an error case in kdb_util's dump.c where the dump file handle wasGreg Hudson1-0/+1
2010-05-04Get rid of some kdb5_util load code which is no longer useful afterGreg Hudson1-32/+1
2010-05-04Remove some unused format string definitions from kdb5_util's dump.cGreg Hudson1-14/+0
2010-05-03Eliminate the use of variables for format strings in kdb5_util. ManyGreg Hudson1-1/+1
2009-10-31make mark-cstyleTom Yu1-2001/+2002
2009-10-25Account lockoutGreg Hudson1-54/+231
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-2/+2
2009-01-30Master Key Migration ProjectWill Fiveash1-44/+53
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn1-7/+7
2008-10-20Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson1-8/+2
2008-08-15a stash file is not a keytabWill Fiveash1-13/+48
2008-08-06Oops. Really delete the extra argument this timeKen Raeburn1-1/+1
2008-08-06Removed unused (and unpassed) argument to process_k5beta7_policyKen Raeburn1-1/+0
2008-07-31Reuse more k5beta7 code for ipropKen Raeburn1-61/+1
2008-07-17Apply patch from Mark Phalan to correctly use progname instead ofTom Yu1-40/+32
2008-06-24Merge from branch sun-ipropKen Raeburn1-3/+190
2008-06-03Fix various minor format-string issuesKen Raeburn1-5/+6
2006-12-01 * src/kadmin/dbutil/dump.c (load_db): Open the dumpfile asTom Yu1-1/+1
2006-10-21enabling LDAP mix-in support for kdb5_util loadWill Fiveash1-7/+29
2006-10-14Call fileno and krb5_lock_file before calling fclose, rather than after.Ken Raeburn1-2/+6
2006-10-12Another patch from Will Fiveash, to make "kdb5_util load <dumpfile>"Ken Raeburn1-22/+80
2006-06-30copyright datesKen Raeburn1-1/+1
2006-06-30* dump.c (load_db): Call krb5_db_promote instead of krb5_db_finiKen Raeburn1-0/+10
2006-06-30New kdb backend operation promote_db, makes a temporary database become theKen Raeburn1-1/+7
2006-06-29* kdb5_util.c (add_db_arg): New function.Ken Raeburn1-16/+5
2006-05-16* lib/kadm5/alt_prof.c (kadm5_get_config_params): Replace filename andKen Raeburn1-2/+2
2006-04-13Partial merge from Novell LDAP integration branch, not including theKen Raeburn1-1/+2
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn1-1/+1
2005-06-21Novell Database Abstraction Layer merge.Ken Raeburn1-156/+89
2002-08-23 * dump.c (dump_db): Update usage comment. Add "-rev" andTom Yu1-5/+21
2002-08-14 * main.c: updated the usage functionJen Selby1-1/+2
2002-07-31 * dump.c (master_key_convert): Iterate over freeingTom Yu1-2/+6
2002-07-15 * dump.c (dump_ov_princ): Remove variable set but unusedEzra Peisach1-4/+2
2001-10-26 * dump.c (dump_db): Pass krb5_boolean instead of char * asEzra Peisach1-1/+3
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn1-30/+30
2001-06-20Fixed a bunch of typosMitchell Berger1-5/+5
2001-06-18 * dump.c (name_matches): Cleanup warning of assignments inEzra Peisach1-4/+4
2001-06-18 * dump.c: Include regex.h if exists and if HAVE_REGCOMPEzra Peisach1-1/+1
2001-02-26 * loadv4.c, ovload.c, kdb5_util.h, kdb5_util.c, kadm5_create.c,Ezra Peisach1-7/+6
2000-07-05* dump.c: Various message char arrays turned into macros, to permit gcc toKen Raeburn1-64/+62
2000-07-01 * dump.c: Add a new dump version, r1_3_version, and make it theTom Yu1-6/+61
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1998-11-03 * dump.c: Fix up to work with new crypto APITom Yu1-26/+19
1998-09-30Add support for changing the master key for a database as part ofTheodore Tso1-26/+162
1997-07-25 * loadv4.c:Tom Yu1-3/+8