diff options
Diffstat (limited to 'src/include')
| -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 |
