summaryrefslogtreecommitdiffstats
path: root/src/admin/edit/kdb5_edit.c
Commit message (Expand)AuthorAgeFilesLines
* Rather than displaying the master key version twice, display the actualRichard Basch1995-10-241-1/+1
* extract_v4_srvtab: Version number is only one byte long (warlord)Ezra Peisach1995-10-091-2/+4
* Use the kdc.conf file to determine the default list of keysalt tuplesTheodore Tso1995-10-041-1/+14
* kdb5_edit.c (show_principal): Show key version and last password changeEzra Peisach1995-09-181-2/+2
* * cpw.c, dump.c, dumpv4.c, kdb5_edit.c, loadv4.c :Chris Provenzano1995-09-061-16/+16
* * cpw.c, dump.c, dumpv4.c, kdb5_edit.c, loadv4.c : Remove krb5_enctypeChris Provenzano1995-09-061-24/+2
* Add support for -s scriptfile and fix gcc -Wall complaintsPaul Park1995-08-151-72/+94
* * cpw.c : Uses new kdb change password routines for ank, ark, cpw,Chris Provenzano1995-08-071-436/+0
* Use new admin string conversion routinesPaul Park1995-07-311-143/+51
* Use new kdb formatChris Provenzano1995-07-271-156/+141
* Add KDC profile and stash file supportPaul Park1995-07-171-3/+67
* Check the return code from kdb5_init_context()Theodore Tso1995-05-011-1/+6
* When default realm specified on command line, call krb5_set_default_realm soEzra Peisach1995-04-191-1/+8
* Add "support_desmd5" flagTheodore Tso1995-03-241-1/+3
* Avoid <krb5/...> and <com_err.h> includesJohn Gilmore1995-02-281-10/+2
* * kdb5_edit.c: add struct timeb and sys/timeb includes fromMark Eichin1995-02-241-0/+31
* * kdb5_edit.c: add modentTom Yu1995-02-141-5/+214
* * kdb5_edit.c (show_principal): make sane and print all usefulTom Yu1995-02-091-4/+63
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-145/+148
* Don't let errors in set_dbname_help initially cause the exit status toTheodore Tso1994-10-071-0/+1
* Add new option -P to specify master key passwrd on the command line.Theodore Tso1994-10-071-5/+28
* Relink executable when libraries changeTheodore Tso1994-09-291-2/+4
* Exit with a non-zero status if there was an error in an executed command.Theodore Tso1994-09-291-3/+117
* stamp out rcs keywordsMark Eichin1994-08-181-7/+1
* lint cleanupMark Eichin1994-08-141-5/+3
* use getcwd if availableMark Eichin1994-06-241-0/+8
* tcl supportTom Yu1994-06-091-101/+61
* Fixed krb5-bugs [0437]:Theodore Tso1994-03-111-3/+2
* Added show_principal requestTheodore Tso1994-01-131-133/+293
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-13/+13
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Moved #include of kdb5_edit.h past the declaration of struct saltblock,Theodore Tso1993-07-291-2/+2
* Fix typo for dbnameTheodore Tso1993-06-031-4/+1
* Changed the ldb command so that it would accept wildcardsTheodore Tso1992-09-241-20/+72
* Fixed memory leak and bug in V4 srvtab extraction routineTheodore Tso1992-08-181-12/+20
* Set umask to 077 on entry so that output files created with stdioJohn Carr1992-02-231-12/+15
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* Added missing break in switch statement; the -onlyrealmsalt option now worksTheodore Tso1991-04-191-6/+8
* libos-proto.h -> los-proto.hJohn Kohl1991-03-141-1/+1
* fix copyrightsJohn Kohl1991-03-141-0/+1
* Added support of entering passwords with different saltsTheodore Tso1991-03-061-41/+73
* update copyright noticesJohn Kohl1991-02-191-12/+11
* need to initialize salt in all casesJohn Kohl1991-02-181-0/+4
* changes for salts in the databaseJohn Kohl1991-02-141-15/+65
* Changes to reflect the API interface changesTheodore Tso1991-02-141-2/+7
* Changed so that kdb5_edit can be run even if there is no valid Theodore Tso1991-02-051-6/+47
* Changed to export some global variables as externsTheodore Tso1991-01-151-4/+4
* Added changes so that it is possible to run kdb5_edit on a databaseTheodore Tso1990-12-201-35/+141
* Delete unused variable; cast argument 1 to fwrite()John Carr1990-12-031-3/+2
* Added extract version 4 srvtab functionTheodore Tso1990-11-291-0/+104