summaryrefslogtreecommitdiffstats
path: root/src/admin/create/ChangeLog
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1996-08-24 00:46:52 +0000
committerEzra Peisach <epeisach@mit.edu>1996-08-24 00:46:52 +0000
commit73700efbb5968d21b92f7dafa153e79a10094ccb (patch)
tree66790aee50958422384b73e7a1341321745d5b4b /src/admin/create/ChangeLog
parente7a959caf3b47b3e0277e685a8bd88ba06bcc613 (diff)
downloadkrb5-73700efbb5968d21b92f7dafa153e79a10094ccb.tar.gz
krb5-73700efbb5968d21b92f7dafa153e79a10094ccb.tar.xz
krb5-73700efbb5968d21b92f7dafa153e79a10094ccb.zip
Removing programs which are now in the new OV admin system
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8980 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin/create/ChangeLog')
-rw-r--r--src/admin/create/ChangeLog132
1 files changed, 0 insertions, 132 deletions
diff --git a/src/admin/create/ChangeLog b/src/admin/create/ChangeLog
deleted file mode 100644
index 611bdf10e..000000000
--- a/src/admin/create/ChangeLog
+++ /dev/null
@@ -1,132 +0,0 @@
-Tue May 7 23:04:17 1996 Marc Horowitz <marc@mit.edu>
-
- * kdb5_create.c (add_principal): convert to used new krb5_dbe_*
- tl_data functions.
-
- * configure.in: use USE_KADMSRV_LIBRARY instead of
- USE_KADM_LIBRARY.
-
-Wed Dec 13 03:44:58 1995 Chris Provenzano (proven@mit.edu)
-
- * kdb5_create.c : Remove mkvno from krb5_db_entry.
-
-Thu Nov 09 17:05:57 1995 Chris Provenzano (proven@mit.edu)
-
- * kdb5_create.c : Remove krb5_enctype from krb5_string_to_key() args.
-
-Wed Oct 18 14:25:29 1995 <tytso@rsts-11.mit.edu>
-
- * kdb5_create.c (main): Add new option 's' which automatically
- stashes the master key in the key stash file. This
- eliminates the need for the admin to type kdb5_stash right
- after kdb5_create.
-
-Wed Sep 13 19:02:50 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * kdb5_create.c (tgt_keysalt_iterate): Don't bash the master key
- encblock when creating the various TGT keys. Otherwise,
- the keys end up getting encrypted using the wrong
- encryption algorithm. Initialize a new encblock,
- random_encblock, from the master key password.
- (main): Prompt for the master key password ourselves, and
- store it away so that it can be used by tgt_keysalt_iterate.
-
-Wed Sep 06 14:20:57 1995 Chris Provenzano (proven@mit.edu)
-
- * kdb5_create.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g
-
-Tue Sep 05 22:10:34 1995 Chris Provenzano (proven@mit.edu)
-
- * kdb5_create.c : Remove krb5_enctype references, and replace with
- krb5_keytype where appropriate.
-
-Wed Aug 9 18:05:44 EDT 1995 Paul Park (pjpark@mit.edu)
- * kdb5_create.c - Use default key/salt tuple list or one generated from
- reading KDC profile to determine which key types to make for
- the tgt principal.
-
-
-Mon Jul 31 15:45:49 EDT 1995 Paul Park (pjpark@mit.edu)
- * kdb5_create.c - Use new admin string conversion routines.
- * kdb5_create.M - Remove "string representation of integer" for keytype
- and etype.
-
-
-Thu Jul 27 02:59:05 1995 Chris Provenzano (proven@mit.edu)
-
- * kdb5_create.c : Use new kdb format.
-
-Mon Jul 17 14:58:00 EDT 1995 Paul Park (pjpark@mit.edu)
- * configure.in - Add KADM library.
- * kdb5_create.c - Add KDC profile reading/handling as a supplement to
- command line supplied arguments. Change calling sequence to
- krb5_db_fetch_mkey().
-
-
-Fri Jul 7 15:36:00 EDT 1995 Paul Park (pjpark@mit.edu)
- * Makefile.in - Remove all explicit library handling and LDFLAGS.
- * configure.in - Add USE_KDB5_LIBRARY and KRB5_LIBRARIES.
-
-
-Fri Jun 30 14:30:07 EDT 1995 Paul Park (pjpark@mit.edu)
- * configure.in - Add --with-dbm to select between Berkeley and DBM
- KDC database format.
-
-
-Thu Jun 15 15:29:39 EDT 1995 Paul Park (pjpark@mit.edu)
- * Makefile.in - Change explicit library names to -l<lib> form, and
- change target link line to use $(LD) and associated flags.
- Also, remove DBMLIB, it wasn't used.
- * configure.in - Remove checks for dbm, they are not needed any
- more with the Berkeley database code. Add shared library
- usage check.
-
-Fri Jun 9 18:14:21 1995 <tytso@rsx-11.mit.edu>
-
- * configure.in: Remove standardized set of autoconf macros, which
- are now handled by CONFIG_RULES.
-
-Thu Mar 2 12:18:02 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
-
-Wed Mar 1 11:52:18 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * configure.in: Remove ISODE_INCLUDE, replace check for -lsocket
- and -lnsl with WITH_NETLIB check.
-
-Tue Feb 28 02:05:32 1995 John Gilmore (gnu at toad.com)
-
- * kdb5_create.c: Avoid <krb5/...> and <com_err.h> includes.
-
-Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu)
-
- * Added krb5_context to all krb5_routines
-
-Thu Oct 6 23:29:07 1994 Theodore Y. Ts'o (tytso@dcl)
-
- * kdb5_create.c (main): Add a new option so that the master key
- password can be entered on the command line --- for
- testing only; not documented!!
-
-Mon Oct 3 19:10:01 1994 Theodore Y. Ts'o (tytso@dcl)
-
- * Makefile.in: Use $(srcdir) to find manual page for make install.
-
-Fri Sep 30 22:04:35 1994 Theodore Y. Ts'o (tytso@dcl)
-
- * kdb5_create.c: Add placeholders for magic numbers.
-
-Thu Sep 29 22:19:37 1994 Theodore Y. Ts'o (tytso@dcl)
-
- * Makefile.in: Relink executable when libraries change.
-
-Tue Jul 19 18:56:59 1994 Tom Yu (tlyu at dragons-lair)
-
- * kdb5_create.c: start kvno and mkno at 1, not 0.
-
-Wed Jun 29 00:19:17 1994 Tom Yu (tlyu at dragons-lair)
-
- * kdb5_create.c: fixed up something that should have been a call
- to init_ets()
-