summaryrefslogtreecommitdiffstats
path: root/src/kadmin
diff options
context:
space:
mode:
authorPaul Park <pjpark@mit.edu>1995-08-04 20:36:44 +0000
committerPaul Park <pjpark@mit.edu>1995-08-04 20:36:44 +0000
commit52a8466e197654820cb330a6f8e1aeff63be8424 (patch)
treec81cdc049b6d18d653be0969912fd7c3997ee879 /src/kadmin
parent225e993690de31c5c0dedcc4d5a8deb57cc78cc1 (diff)
downloadkrb5-52a8466e197654820cb330a6f8e1aeff63be8424.tar.gz
krb5-52a8466e197654820cb330a6f8e1aeff63be8424.tar.xz
krb5-52a8466e197654820cb330a6f8e1aeff63be8424.zip
Describe previous changes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6420 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin')
-rw-r--r--src/kadmin/v5server/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/kadmin/v5server/ChangeLog b/src/kadmin/v5server/ChangeLog
index c9c7da734..b8845c39e 100644
--- a/src/kadmin/v5server/ChangeLog
+++ b/src/kadmin/v5server/ChangeLog
@@ -1,4 +1,20 @@
+Fri Aug 4 16:14:36 EDT 1995 Paul Park (pjpark@mit.edu)
+ * admin.c - Add support for "ADD-KEY" and "DELETE-KEY" protocol requests
+ as well as adding the ability to keep previous random keys
+ lying around after change.
+ * kadm5_defs.h - Update key handling prototypes and add prototypes for
+ newly visible routines.
+ * passwd.c - Make passwd_check_opass_ok() visible so that admin.c can
+ use it to check the password against existing keys. Also, use
+ macro to encode last_pwd_change and mod_date data.
+ * proto_serv.c - Add support for "ADD-KEY" and "DELETE-KEY" protocol
+ requests. Change KRB_ERR_GENERIC to KRB5KRB_ERR_GENERIC.
+ * srv_key.c - Use krb5_keysalt_iterate() to iterate over the desired
+ key/salt types for key_string_to_keys() and key_random_key().
+ Find the latest admin key instead of assuming that the first
+ key is the one to use.
+
Thu Aug 3 11:40:24 EDT 1995 Paul Park (pjpark@mit.edu)
* kadm5_defs.h - Include adm.h, update prototypes.
* admin,passwd.c - Rework database entry merge logic to use new database