aboutsummaryrefslogtreecommitdiff
path: root/src/admin/edit
AgeCommit message (Expand)AuthorFilesLines
1996-08-24Removing programs which are now in the new OV admin systemEzra Peisach15-6232/+0
1996-08-05* Linux shared lib fixSam Hartman2-0/+7
1996-07-25Declare function as returning voidTheodore Tso2-1/+5
1996-07-22this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz7-75/+80
1996-06-14 * configure.in: remove ref to SS_RULESTom Yu2-1/+4
1996-06-10cvsignore hackeryTom Yu1-1/+0
1996-06-10 * util.c (strstr): Replace crusty OS specific ifdef with configureEzra Peisach3-2/+10
1996-06-08 * configure.in: Remove kdb4 library usageEzra Peisach3-13/+7
1996-05-03* ss_wrapper.c (main): Make sci_idx a global. This makes certain CygnusKen Raeburn3-1/+33
1996-04-11 * kdb5_edit.c (extract_v4_srvtab): Use the matching key_data's kvno;Richard Basch2-1/+7
1996-04-11V4 srvtab extraction did not do proper principal translationRichard Basch2-16/+35
1996-03-20* kdb5_edit.c (extract_v4_srvtab): do not test to make sure weRichard Basch3-86/+47
1996-03-06POSIX requires a file be opened read-write for lockingRichard Basch1-1/+1
1996-03-06* dumpv4.c:Richard Basch2-6/+78
1996-03-05 * kdb5_edit.c: new command line option -f stashfile.Mark Eichin3-15/+33
1996-03-05now the keys actually *work* when you load an old dump (a real one,Mark Eichin2-3/+15
1996-02-25With this change, lddb -old actually *works* on old dumps..Mark Eichin2-1/+46
1996-02-23 * kdb5_edit.c (kdb5_edit_Init): set manual_mkey for testing with -PMark Eichin2-0/+5
1996-02-14 * kdb5_edit.c (enter_master_key, set_dbname_help): If master keyEzra Peisach2-11/+52
1996-02-13 * kdb5_edit.c (extract_v4_srvtab): krb5_dbekd_decrypt_key_dataEzra Peisach2-2/+7
1996-01-30 * dump.c (load_db): dbrenerr_fmt prints "from" first, so pass itMark Eichin2-1/+6
1996-01-28 * dump.c (process_k5_record): t2..t9 is only 8 vars, not 9Mark Eichin2-1/+5
1996-01-26Fixed extraction of keytabs to extract all keysSam Hartman2-6/+38
1996-01-24 * Makefile.in: Remove spurious @DEFS@Tom Yu2-1/+3
1996-01-22Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARYRichard Basch2-31/+2
1996-01-11Set the enctype to ENCTYPE_UNKNOWN when the enctype should be determined fromRichard Basch1-2/+2
1995-12-13 * dump.c, dumpv4.c, kdb5_edit.c, loadv4.c :Chris Provenzano5-15/+13
1995-12-12 * kdb5_edit.c: Use the master key enctype from the stash file if noneRichard Basch1-11/+18
1995-12-10 * kdb5_edit.M: Document that modent existsEzra Peisach3-0/+30
1995-11-09 * kdb5_edit.c : Remove krb5_enctype from krb5_string_to_key() argsChris Provenzano2-1/+4
1995-11-03remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin2-6/+3
1995-10-30When showing a principal with the "show" command, iterate through theRichard Basch1-8/+27
1995-10-27Fix off by one in malloc for reading in nameEzra Peisach2-1/+5
1995-10-24Rather than displaying the master key version twice, display the actualRichard Basch1-1/+1
1995-10-24Read the V4 Kerberos master key from /.k. Only prompt the user for theRichard Basch1-2/+17
1995-10-09extract_v4_srvtab: Version number is only one byte long (warlord)Ezra Peisach2-2/+9
1995-10-05Move declaration of std_ks_tuple from kdb5_edit.h to cpw.c (extern part)Ezra Peisach3-3/+9
1995-10-04Use the kdc.conf file to determine the default list of keysalt tuplesTheodore Tso4-18/+29
1995-09-18kdb5_edit.c (show_principal): Show key version and last password changeEzra Peisach3-3/+11
1995-09-15Add DES_CBC_MD5 and DES_CBC_CRC with the V4 salt as default key/saltTheodore Tso2-2/+16
1995-09-08If V4 compatibility is not enabled, provide a dummy routine forEzra Peisach2-1/+16
1995-09-06 * cpw.c, dump.c, dumpv4.c, kdb5_edit.c, loadv4.c :Chris Provenzano6-42/+46
1995-09-06 * cpw.c, dump.c, dumpv4.c, kdb5_edit.c, loadv4.c : Remove krb5_enctypeChris Provenzano6-53/+47
1995-08-25Add v4 dump load logic from kdb5_convertPaul Park5-1/+903
1995-08-25Remove duplicated logicPaul Park1-50/+6
1995-08-24Update file listTheodore Tso2-2/+7
1995-08-21Make new dump format text-based. Also add logic to read/write old formatPaul Park2-250/+1593
1995-08-21Add description of -s and -R. Update description of -e and -kPaul Park1-9/+26
1995-08-18Fix script handlingPaul Park2-1/+5
1995-08-15Add support for -s scriptfile and fix gcc -Wall complaintsPaul Park5-95/+176