summaryrefslogtreecommitdiffstats
path: root/src/admin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use key/salt list to determine which key types to make for the tgt principalPaul Park1995-08-092-16/+81
* Use krb5_string_to_keysalts() to ensure that list is uniquePaul Park1995-08-072-44/+16
* * cpw.c : Uses new kdb change password routines for ank, ark, cpw,Chris Provenzano1995-08-078-746/+199
* cpw.c : New change password code for kdb5_edit.Chris Provenzano1995-08-033-73/+542
* Remove convert utility. All It's functionality has been moved to kdb5_editChris Provenzano1995-08-032-8/+6
* Use new admin string conversion routinesPaul Park1995-07-3110-1184/+113
* Add --with-dbm checkPaul Park1995-07-274-0/+44
* Use new kdb formatChris Provenzano1995-07-277-444/+250
* Add KDC profile and stash file supportPaul Park1995-07-1713-10/+256
* Add ability to get rid of -lkdb4 referencesPaul Park1995-07-126-13/+112
* Reorganize library logic and use LDFLAGS from configurePaul Park1995-07-0718-90/+52
* Remove LDFLAGSPaul Park1995-07-072-1/+5
* Add ability to switch between Berkeley and DBM for KDC databasePaul Park1995-06-306-0/+57
* Add ability to switch between Berkeley and DBM for both aname and KDC databasePaul Park1995-06-304-9/+73
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-1518-33/+75
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-0911-35/+28
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-093-9/+11
* Use kdb5_db_destroy instead of explicitly unlinking filesPaul Park1995-05-313-45/+10
* Change to new Berkeley Database naming conventionPaul Park1995-05-263-1/+20
* Include k5-int.h before krb.h so that PROTOTYPE is not redefinedEzra Peisach1995-05-212-2/+8
* Add AC_HEADER_STDC to define STDC_HEADERS for getdate.y (if present)Ezra Peisach1995-05-092-0/+6