Remove calls to macros that are a part of CONFIG_RULES;
[krb5.git] / src / kadmin / dbutil / ChangeLog
index d17cf488274d0a6eda83760003bac24b50120ffc..ee6a8779d7de26ab9375be8e89eb2a45cecafd6f 100644 (file)
@@ -1,3 +1,65 @@
+Thu Nov  7 20:53:17 1996  Tom Yu  <tlyu@mit.edu>
+
+       * configure.in: Remove spurious WITH_KRB4.
+
+Tue Nov  5 16:16:53 1996  Barry Jaspan  <bjaspan@mit.edu>
+
+       * dump.c (load_db): minor fix to code that verifies the specified
+       load version matches the file (autodetect worked anyway)
+
+Fri Oct 18 14:23:41 1996  Barry Jaspan  <bjaspan@mit.edu>
+
+       * dump.c (load_db): osa_adb_rename_policy_db will create the db,
+       so this function doesn't have to [krb5-admin/58]
+
+       * dump.c (dump_k5beta6_iterator): don't dump tl types that are
+       special to us and the previous version did not understand
+       [krb5-admin/89]
+
+Tue Oct  8 13:35:56 1996  Barry Jaspan  <bjaspan@mit.edu>
+
+       * dump.c (load_db): rework the way policy database naming and
+       renaming is handled; the code no longer depends on being able to
+       specify admin_dbname specifically (which is no longer supported by
+       the libraries), uses osa_adb_rename_policy instead of doing it
+       directly, and will create a policy db if one does not already
+       exist.  Automated testing is needed. [krb5-admin/62]
+
+       * dump.c (load_db): rename osa_adb_rename_policy to *_db
+
+Thu Oct  3 18:17:36 1996  Barry Jaspan  <bjaspan@mit.edu>
+
+       * kdb5_util.c (ARG_VAL): case second half of ?: operator to char *
+       to fix problem on AIX; this should have worked anyway because of
+       the , operator but it is easy enough to force the solution, too.
+       [krb5-admin/41]
+
+Tue Sep 10 14:16:40 1996  Tom Yu  <tlyu@mit.edu>
+
+       * kdb5_edit.M: remove extra args from .TH
+
+       * kdb5_util.M: remove ".so man1/header.doc"
+
+Mon Sep  9 11:06:29 1996  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * loadv4.c: Don't call get_config_params again, since it's not
+               necessary, and breaks the policy database name if it is
+               manually set.
+
+Wed Sep  4 17:34:58 1996  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * loadv4.c (load_v4db): Fix argument parsing so that it actually works!
+               Eliminated the -f option, as it is superfluous.  Don't
+               create the policy database if using the -t option, since
+               it'll already exist.
+
+       * kdb5_util.c (usage): Fix usage message so that it's correct for
+               load_v4.
+
+Tue Sep  3 22:12:54 1996  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * Makefile.in (install): Fixed typo: ($PROG) -> $(PROG)
+
 Thu Aug 29 11:57:09 1996  Barry Jaspan  <bjaspan@mit.edu>
 
        * dump.c (dump_db): don't compare apples and iguanas