Describe previous changes
authorPaul Park <pjpark@mit.edu>
Fri, 4 Aug 1995 20:36:44 +0000 (20:36 +0000)
committerPaul Park <pjpark@mit.edu>
Fri, 4 Aug 1995 20:36:44 +0000 (20:36 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6420 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ChangeLog
src/kadmin/v5server/ChangeLog

index e7f9ef9f56fc50abef47da142ede59cbd753b9c4..40ff69ae75338f553727fa1fd7504a7ab20a8458 100644 (file)
@@ -1,4 +1,11 @@
 
+Fri Aug 4 16:10:34 EDT 1995    Paul Park       (pjpark@mit.edu)
+       * adm_proto.h - Add prototype definitions for new libkadm functions in
+               keysalt.c dealing with key/salt tuples.
+       * kdb.h - Add encode/decode macros for integers for use between kdb
+               modules.
+
+
 Thu Aug 03 12:19:52 1995   Chris Provenzano (proven@mit.edu)
 
        * kdb.h : Added prototype for krb5_dbe_cpw() the new dd entry
index c9c7da734084dcebed2c580846f45aa39da28ccc..b8845c39ec828a452f2155756a028a3a43f1654b 100644 (file)
@@ -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