summaryrefslogtreecommitdiffstats
path: root/src/admin/convert/ChangeLog
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1996-05-08 20:48:45 +0000
committerEzra Peisach <epeisach@mit.edu>1996-05-08 20:48:45 +0000
commit66fc8c5b0e1ac3eb39f248129b4e67c189a735ee (patch)
tree6d7aa9586ae72ea9979506d68f099107936ac9f2 /src/admin/convert/ChangeLog
parent09ba5bd96bb4cd8db152835b2e3371be1c6ceaaf (diff)
downloadkrb5-66fc8c5b0e1ac3eb39f248129b4e67c189a735ee.tar.gz
krb5-66fc8c5b0e1ac3eb39f248129b4e67c189a735ee.tar.xz
krb5-66fc8c5b0e1ac3eb39f248129b4e67c189a735ee.zip
Removing unbuilt directory from source tree. The functionality was
merged with kdb5_edit August 1995. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7944 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin/convert/ChangeLog')
-rw-r--r--src/admin/convert/ChangeLog98
1 files changed, 0 insertions, 98 deletions
diff --git a/src/admin/convert/ChangeLog b/src/admin/convert/ChangeLog
deleted file mode 100644
index 2273a346c..000000000
--- a/src/admin/convert/ChangeLog
+++ /dev/null
@@ -1,98 +0,0 @@
-Mon Aug 21 16:44:07 EDT 1995 Paul Park (pjpark@mit.edu)
- * kdb5_convert.c - Interpret -k and -e arguments as strings instead of
- string representations of integers (e.g. -e des-cbc-md5).
- * kdb5_convert.M - Remove "ascii representation of a decimal number".
-
-
-Thu Jul 27 14:59:53 EDT 1995 Paul Park (pjpark@mit.edu)
- * configure.in - Add --with-dbm and check for already checking for dbm.
-
-
-Mon Jul 17 14:55:58 EDT 1995 Paul Park (pjpark@mit.edu)
- * configure.in - Add KADM library.
- * kdb5_convert.c - Change calling sequence to krb5_db_fetch_mkey(),
- using the stash file. Add KDC profile reading/handling as
- a supplement to command line supplied arguments.
-
-
-Wed Jul 12 11:55:44 EDT 1995 Paul Park (pjpark@mit.edu)
- * configure.in - Temporarily add --with-kdb4 option. Default is without
- kdb4. Without kdb4 enables a define. With kdb4 uses -lkdb4 and
- -l[n]dbm libraries.
- * kdb5_convert.c - Conditionalize references to kdb4 routines with
- KDB4_DISABLE. Replace two required routines:
- kdb_encrypt_key -> pcbc_encrypt
- kdb_get_master_key -> des_read_password/printf/key_sched
-
-
-Fri Jul 7 15:35:07 EDT 1995 Paul Park (pjpark@mit.edu)
- * Makefile.in - Remove all explicit library handling and LDFLAGS.
- * configure.in - Add appropriate USE_<mumble> and KRB5_LIBRARIES.
-
-
-Thu Jun 15 15:27:36 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, for K4, use KRB4_LIB and KRB4_CRYPTO_LIB, these wer
- split out.
- * configure.in - Add shared library usage check.
-
-Fri Jun 9 18:14:06 1995 <tytso@rsx-11.mit.edu>
-
- * configure.in: Remove standardized set of autoconf macros, which
- are now handled by CONFIG_RULES.
-
-Fri Apr 28 18:02:53 1995 Mark Eichin <eichin@cygnus.com>
-
- * Makefile.in (LOCAL_LIBRARIES): put KRB4_LIB inside KLIB, and put
- KDB4_LIB ahead of them both.
-
-Thu Apr 27 13:45:46 1995 Mark Eichin <eichin@cygnus.com>
-
- * Makefile.in (LOCAL_LIBRARIES): use KDB4_LIB and KRB4_LIB directly.
-
-Tue Mar 28 16:41:52 1995 <tytso@rsx-11.mit.edu>
-
- * kdb5_convert.c (fixup_database, main): Set SUPPORT_DESMD5
- attribute for the krbtgt entry.
-
-Thu Mar 2 12:23:51 1995 Theodore Y. Ts'o <tytso@dcl>
-
- * Makefile.in (ISODELIB): Remove reference to $(ISODELIB).
-
-Wed Mar 1 11:51:54 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:04:57 1995 John Gilmore (gnu at toad.com)
-
- * kdb5_convert.c: Avoid <krb5/...> and <com_err.h> includes.
-
-Tue Nov 15 23:55:56 1994 Mark Eichin (eichin@cygnus.com)
-
- * kdb5_convert.c (enter_in_v5_db): use the correct instance for
- the mod_name field.
-
-Thu Nov 10 17:07:54 1994 Theodore Y. Ts'o (tytso@dcl)
-
- * kdb5_convert.c (enter_in_v5_db): Set the keyblock magic number
- and encryption type.
-
-Mon Oct 3 19:12:02 1994 Theodore Y. Ts'o (tytso@dcl)
-
- * Makefile.in: Use $(srcdir) to find manual page for make install.
-
-Fri Sep 30 22:06:03 1994 Theodore Y. Ts'o (tytso@dcl)
-
- * kdb5_convert.c: Add placeholders for magic numbers
-
-Thu Sep 29 22:21:21 1994 Theodore Y. Ts'o (tytso@dcl)
-
- * Makefile.in: Relink executable when libraries change.
-
-Thu Sep 15 17:11:30 1994 Theodore Y. Ts'o (tytso@dcl)
-
- * kdb5_convert.c (add_principal, enter_in_v5_db): Make the key
- version numbers entered into the database be 1.
-