summaryrefslogtreecommitdiffstats
path: root/src/admin
Commit message (Expand)AuthorAgeFilesLines
* * kdb5_edit.c (extract_v4_srvtab): do not test to make sure weRichard Basch1996-03-203-86/+47
* POSIX requires a file be opened read-write for lockingRichard Basch1996-03-061-1/+1
* * dumpv4.c:Richard Basch1996-03-062-6/+78
* * kdb5_edit.c: new command line option -f stashfile.Mark Eichin1996-03-053-15/+33
* now the keys actually *work* when you load an old dump (a real one,Mark Eichin1996-03-052-3/+15
* With this change, lddb -old actually *works* on old dumps..Mark Eichin1996-02-252-1/+46
* * kdb5_edit.c (kdb5_edit_Init): set manual_mkey for testing with -PMark Eichin1996-02-232-0/+5
* * kdb5_edit.c (enter_master_key, set_dbname_help): If master keyEzra Peisach1996-02-142-11/+52
* * kdb5_edit.c (extract_v4_srvtab): krb5_dbekd_decrypt_key_dataEzra Peisach1996-02-132-2/+7
* * dump.c (load_db): dbrenerr_fmt prints "from" first, so pass itMark Eichin1996-01-302-1/+6
* * dump.c (process_k5_record): t2..t9 is only 8 vars, not 9Mark Eichin1996-01-282-1/+5
* Fixed extraction of keytabs to extract all keysSam Hartman1996-01-262-6/+38
* * Makefile.in: Remove spurious @DEFS@Tom Yu1996-01-242-1/+3
* Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARYRichard Basch1996-01-228-142/+5
* Set the enctype to ENCTYPE_UNKNOWN when the enctype should be determined fromRichard Basch1996-01-111-2/+2
* * dump.c, dumpv4.c, kdb5_edit.c, loadv4.c :Chris Provenzano1995-12-135-15/+13
* * kdb5_create.c : Remove mkvno from krb5_db_entryChris Provenzano1995-12-132-1/+5
* * kdb5_edit.c: Use the master key enctype from the stash file if noneRichard Basch1995-12-121-11/+18
* * kdb5_edit.M: Document that modent existsEzra Peisach1995-12-103-0/+30
* * kdb5_edit.c : Remove krb5_enctype from krb5_string_to_key() argsChris Provenzano1995-11-092-1/+4
* * kdb5_create.c : Remove krb5_enctype from krb5_string_to_key() argsChris Provenzano1995-11-092-10/+9
* remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1995-11-037-21/+13
* When showing a principal with the "show" command, iterate through theRichard Basch1995-10-301-8/+27
* Fix off by one in malloc for reading in nameEzra Peisach1995-10-272-1/+5
* Rather than displaying the master key version twice, display the actualRichard Basch1995-10-241-1/+1
* Read the V4 Kerberos master key from /.k. Only prompt the user for theRichard Basch1995-10-241-2/+17
* Add new option 's' which automatically stashes the master key in theTheodore Tso1995-10-232-1/+26
* extract_v4_srvtab: Version number is only one byte long (warlord)Ezra Peisach1995-10-092-2/+9
* Move declaration of std_ks_tuple from kdb5_edit.h to cpw.c (extern part)Ezra Peisach1995-10-053-3/+9
* Use the kdc.conf file to determine the default list of keysalt tuplesTheodore Tso1995-10-044-18/+29
* Don't use krb5_lname_file; instead, use DEFAULT_LNAME_FILENAMETheodore Tso1995-09-292-2/+5
* kdb5_edit.c (show_principal): Show key version and last password changeEzra Peisach1995-09-183-3/+11
* Add DES_CBC_MD5 and DES_CBC_CRC with the V4 salt as default key/saltTheodore Tso1995-09-152-2/+16
* (tgt_keysalt_iterate): Don't bash the master key encblock whenTheodore Tso1995-09-132-55/+98
* If V4 compatibility is not enabled, provide a dummy routine forEzra Peisach1995-09-082-1/+16
* * kdb5_stash.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-062-14/+17
* * cpw.c, dump.c, dumpv4.c, kdb5_edit.c, loadv4.c :Chris Provenzano1995-09-066-42/+46
* * kdb5_create.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-062-17/+21
* * kdb5_stash.c : Remove krb5_enctype references, and replace withChris Provenzano1995-09-062-26/+7
* * cpw.c, dump.c, dumpv4.c, kdb5_edit.c, loadv4.c : Remove krb5_enctypeChris Provenzano1995-09-066-53/+47
* * kdb5_create.c : Remove krb5_enctype references, and replace withChris Provenzano1995-09-062-25/+8
* Add v4 dump load logic from kdb5_convertPaul Park1995-08-255-1/+903
* Remove duplicated logicPaul Park1995-08-251-50/+6
* Update file listTheodore Tso1995-08-242-2/+7
* Update description of -k and -e flagsPaul Park1995-08-212-5/+8
* Make new dump format text-based. Also add logic to read/write old formatPaul Park1995-08-212-250/+1593
* Add description of -s and -R. Update description of -e and -kPaul Park1995-08-211-9/+26
* Use symbolic names for keytype and enctypePaul Park1995-08-213-7/+16
* Fix script handlingPaul Park1995-08-182-1/+5
* Add support for -s scriptfile and fix gcc -Wall complaintsPaul Park1995-08-155-95/+176