Describe previous changes
authorPaul Park <pjpark@mit.edu>
Mon, 31 Jul 1995 20:01:57 +0000 (20:01 +0000)
committerPaul Park <pjpark@mit.edu>
Mon, 31 Jul 1995 20:01:57 +0000 (20:01 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6364 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kadm/ChangeLog

index 39ba26439cc793225e4157f1b90ff8727f7ff45c..d1e1ad7b75634ebb691c2953b90bc942c7ae727e 100644 (file)
@@ -1,3 +1,14 @@
+
+Mon Jul 31 15:52:40 EDT 1995   Paul Park       (pjpark@mit.edu)
+       * adm_kw_{enc,dec}.c - Add support for new kadmin protocol.
+       * alt_prof.c - Remove string conversion routine, use the ones in str_
+               conv.c.  Convert krb5_read_realm_params() to use these string
+               conversion routines so that the KDC profile is more textual
+               as opposed to being numeric.
+       * str_conv.c - String conversion routines.
+       * Makefile.in, configure.in - Add support for str_conv.c
+       * t_dbentry.c - Test new kadmin protocol.
+
 Mon Jul 17 15:16:26 EDT 1995   Paul Park       (pjpark@mit.edu)
        * alt_prof.c - Add krb5_{read,free}_realm_params() to read in per-
                realm KDC data and to free the allocated structure.