diff options
author | Theodore Tso <tytso@mit.edu> | 1996-01-24 19:23:54 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1996-01-24 19:23:54 +0000 |
commit | 644ab17f2b88b511a8f4647cea96a3eb62e6b887 (patch) | |
tree | e26457ddcdaf4690bd27ad0eb6f85c13c68fc279 | |
parent | ccfc7fa2f0e0b93e3e5843083ef9fdb6cfad4b33 (diff) | |
download | krb5-644ab17f2b88b511a8f4647cea96a3eb62e6b887.tar.gz krb5-644ab17f2b88b511a8f4647cea96a3eb62e6b887.tar.xz krb5-644ab17f2b88b511a8f4647cea96a3eb62e6b887.zip |
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
-rw-r--r-- | src/include/krb5/ChangeLog | 6 | ||||
-rw-r--r-- | src/include/krb5/adm.h | 13 |
2 files changed, 19 insertions, 0 deletions
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 <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 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 @@ -55,6 +55,19 @@ #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. */ #define KRB5_ADM_SUCCESS 0 |