summaryrefslogtreecommitdiffstats
path: root/src/kadmin/dbutil
Commit message (Expand)AuthorAgeFilesLines
* regenerateKen Raeburn2009-02-041-0/+21
* new multi-masterkey support doesn't work well when system clock is setWill Fiveash2009-02-041-53/+65
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-024-9/+9
* fix resource leakKen Raeburn2009-01-311-1/+2
* don't use uninitialized variableKen Raeburn2009-01-311-1/+1
* don't double-freeKen Raeburn2009-01-311-1/+0
* Master Key Migration ProjectWill Fiveash2009-01-308-92/+1637
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-281-7/+7
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-149/+147
* Fix up warning of suggested parens in assignment in conditionalEzra Peisach2008-12-291-3/+3
* Remove krb524, lib/des425, lib/krb4, and include/kerberosIV.Greg Hudson2008-12-181-5/+4
* Remove loadv4/dumpv4 code in kdb5_util. (The command table entries forGreg Hudson2008-12-156-1500/+0
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-2/+1
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-56/+60
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-3/+3
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-203-19/+4
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* makedependKen Raeburn2008-09-181-51/+54
* a stash file is not a keytabWill Fiveash2008-08-155-28/+108
* 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-175-80/+65
* Apply patch from Mark Phalan to initialize progname before useTom Yu2008-07-161-4/+6
* misc uninitialized-storage accessesKen Raeburn2008-06-271-1/+1
* Merge from branch sun-ipropKen Raeburn2008-06-247-21/+272
* Remove documentation for no-longer-supported admin_dbname argumentKen Raeburn2008-06-101-6/+1
* Fix various minor format-string issuesKen Raeburn2008-06-031-5/+6
* No prototype when building kdb5_util without krb4 supportAlexandra Ellwood2008-05-301-1/+2
* Force hostname to lowercase before constructing kadmin principal name.Ken Raeburn2008-05-171-2/+22
* Remove some unused codesKen Raeburn2007-08-271-4/+0
* Remove unused PLURAL macroKen Raeburn2007-08-271-1/+0
* make dependKen Raeburn2007-08-161-26/+28
* Remove unused filesKen Raeburn2007-05-182-340/+0
* Remove unused fileKen Raeburn2007-05-181-241/+0
* make dependKen Raeburn2007-03-281-9/+10
* * kadm5_create.c: Include fake-addrinfo.h.Ken Raeburn2007-03-141-6/+21
* minor update to kdb5_util man page for LDAP pluginWill Fiveash2006-12-041-1/+8
* * src/kadmin/dbutil/dump.c (load_db): Open the dumpfile asTom Yu2006-12-011-1/+1
* fix krb5_ldap_iterate to handle NULL match_expr and open_db_and_mkey to use K...Will Fiveash2006-10-231-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
* make dependTom Yu2006-10-061-14/+16
* Patch from Will Fiveash for "kdb5_util create" support in LDAP, modified toKen Raeburn2006-09-252-4/+6
* Move RPC header files to include/gssrpc, which we copy to them atKen Raeburn2006-09-161-49/+49
* 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
* (add_db_arg): Fix silly bug.Ken Raeburn2006-06-301-3/+8