From: Theodore Tso Date: Wed, 24 Jan 1996 19:23:54 +0000 (+0000) Subject: Added lines to adm.h which Chris had removed while working on the X-Git-Tag: krb5-1.0-beta6~575 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=644ab17f2b88b511a8f4647cea96a3eb62e6b887;p=krb5.git Added lines to adm.h which Chris had removed while working on the kadmin revisions. This allows the existing code to compile. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7374 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index 20898ab57..7bd9ac430 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,9 @@ +Wed Jan 24 14:23:07 1996 Theodore Y. Ts'o + + * 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 * configure.in: Use KRB5_CHECK_PROTOS instead of inlining diff --git a/src/include/krb5/adm.h b/src/include/krb5/adm.h index 85e0bea5b..020282350 100644 --- a/src/include/krb5/adm.h +++ b/src/include/krb5/adm.h @@ -54,6 +54,19 @@ #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. */