Added lines to adm.h which Chris had removed while working on the
authorTheodore Tso <tytso@mit.edu>
Wed, 24 Jan 1996 19:23:54 +0000 (19:23 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 24 Jan 1996 19:23:54 +0000 (19:23 +0000)
kadmin revisions.  This allows the existing code to compile.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7374 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ChangeLog
src/include/krb5/adm.h

index 20898ab57c7ea1da39a85fb9a9b6133bbee732f2..7bd9ac430ce37559a65b66a2a4b296678747242c 100644 (file)
@@ -1,3 +1,9 @@
+Wed Jan 24 14:23:07 1996  Theodore Y. Ts'o  <tytso@dcl>
+
+       * adm.h: Added lines to adm.h which Chris had removed while
+               working on the kadmin revisions.  This allows the existing
+               code to compile.
+
 Mon Jan 22 17:36:00 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * configure.in: Use KRB5_CHECK_PROTOS instead of inlining
index 85e0bea5b2f59dfc7ab3f86ce17d71d4c8a26152..02028235022d5512eb260624137c469b3e292cef 100644 (file)
 #define        KRB5_ADM_INQ_PRINC_CMD  "INQUIRE-PRINCIPAL"
 #define        KRB5_ADM_EXT_KEY_CMD    "EXTRACT-KEY"
 
+/*
+ * Protocol command strings for the current version of the admin
+ * server.  (Chris had removed them in the version he was working
+ * with.)
+ *
+ * XXX I'm adding them back so the tree works.  We need to take care
+ * of this eventually.
+ */
+#define       KRB5_ADM_CHG_OPW_CMD    "OTHER-CHANGEPW"
+#define       KRB5_ADM_CHG_ORPW_CMD   "OTHER-RANDOM-CHANGEPW"
+#define       KRB5_ADM_ADD_KEY_CMD    "ADD-KEY"
+#define       KRB5_ADM_DEL_KEY_CMD    "DELETE-KEY"
+
 /*
  * Reply status values.
  */