summaryrefslogtreecommitdiffstats
path: root/src/admin
Commit message (Expand)AuthorAgeFilesLines
* remove admin directory as it is no longer neededTom Yu1996-09-064-94/+0
* remove kdb5_anadd as it is no longer neededTom Yu1996-09-066-347/+0
* Update to reflect realityEzra Peisach1996-09-041-3/+3
* man page tweaks from CygnusJeff Bigler1996-08-291-3/+3
* Removing programs which are now in the new OV admin systemEzra Peisach1996-08-2433-7730/+0
* Don't build in edit subdir - it is no longer neededEzra Peisach1996-08-232-1/+5
* * Linux shared lib fixSam Hartman1996-08-052-0/+7
* Don't build the create, destroy, and stash directoriesTheodore Tso1996-07-252-1/+4
* Declare function as returning voidTheodore Tso1996-07-252-1/+5
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-2212-81/+98
* * configure.in: remove ref to SS_RULESTom Yu1996-06-142-1/+4
* cvsignore hackeryTom Yu1996-06-106-6/+0
* * util.c (strstr): Replace crusty OS specific ifdef with configureEzra Peisach1996-06-103-2/+10
* * configure.in: Remove kdb4 library usageEzra Peisach1996-06-083-13/+7
* convert has been removedEzra Peisach1996-05-081-1/+1
* Removing unbuilt directory from source tree. The functionality wasEzra Peisach1996-05-087-1251/+0
* *** empty log message ***Ken Raeburn1996-05-041-1/+0
* * ss_wrapper.c (main): Make sci_idx a global. This makes certain CygnusKen Raeburn1996-05-033-1/+33
* * kdb5_edit.c (extract_v4_srvtab): Use the matching key_data's kvno;Richard Basch1996-04-112-1/+7
* V4 srvtab extraction did not do proper principal translationRichard Basch1996-04-112-16/+35
* * 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