aboutsummaryrefslogtreecommitdiff
path: root/src/admin
AgeCommit message (Expand)AuthorFilesLines
1996-09-06remove admin directory as it is no longer neededTom Yu4-94/+0
1996-09-06remove kdb5_anadd as it is no longer neededTom Yu6-347/+0
1996-09-04Update to reflect realityEzra Peisach1-3/+3
1996-08-29man page tweaks from CygnusJeff Bigler1-3/+3
1996-08-24Removing programs which are now in the new OV admin systemEzra Peisach33-7730/+0
1996-08-23Don't build in edit subdir - it is no longer neededEzra Peisach2-1/+5
1996-08-05* Linux shared lib fixSam Hartman2-0/+7
1996-07-25Don't build the create, destroy, and stash directoriesTheodore Tso2-1/+4
1996-07-25Declare function as returning voidTheodore Tso2-1/+5
1996-07-22this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz12-81/+98
1996-06-14 * configure.in: remove ref to SS_RULESTom Yu2-1/+4
1996-06-10cvsignore hackeryTom Yu6-6/+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-08convert has been removedEzra Peisach1-1/+1
1996-05-08Removing unbuilt directory from source tree. The functionality wasEzra Peisach7-1251/+0
1996-05-04*** empty log message ***Ken Raeburn1-1/+0
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 Basch8-142/+5
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-13 * kdb5_create.c : Remove mkvno from krb5_db_entryChris Provenzano2-1/+5
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-09 * kdb5_create.c : Remove krb5_enctype from krb5_string_to_key() argsChris Provenzano2-10/+9
1995-11-03remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin7-21/+13
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-23Add new option 's' which automatically stashes the master key in theTheodore Tso2-1/+26
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