summaryrefslogtreecommitdiffstats
path: root/src/kadmin/v5server/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>1996-05-02 23:24:09 +0000
committerKen Raeburn <raeburn@mit.edu>1996-05-02 23:24:09 +0000
commit68434ab65b7adf49b0e46bbec5a80a79a9028631 (patch)
treeab20f2f48d995fb4cf897e1c3112987506ef12fc /src/kadmin/v5server/ChangeLog
parentc7cd9455ef726fc633ebecd59ea3184cb8e58234 (diff)
missing log entries
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7885 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/v5server/ChangeLog')
-rw-r--r--src/kadmin/v5server/ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/kadmin/v5server/ChangeLog b/src/kadmin/v5server/ChangeLog
index 568f5c6ab..7e15c9225 100644
--- a/src/kadmin/v5server/ChangeLog
+++ b/src/kadmin/v5server/ChangeLog
@@ -1,3 +1,30 @@
+Mon Apr 8 03:35:08 1996 Ken Raeburn <raeburn@cygnus.com>
+
+ * srv_key.c (key_init): Only pass one argument to
+ key_get_admin_entry.
+ (key_string2key_keysalt): After calling krb5_string_to_key, fix
+ the length of AFS salts.
+
+ * srv_main.c (main): Initialize def_expiration and def_flags, to
+ keep codecenter happy.
+
+ * srv_output.c (output_krb5_errmsg): Removed unused variable
+ alen.
+
+Tue Apr 2 18:50:51 1996 Chris Provenzano <proven@cygnus.com>
+
+ * srv_acl.c (acl_load_acl_file()) : Copy the static string to a temporary
+ buffer for hpux 9 before passing it into sscanf. This is a kludge
+ and the correct fix is to rewrite the entire file to not use
+ sscanf and stdio.
+
+Thu Mar 28 20:03:35 1996 Ken Raeburn <raeburn@cygnus.com>
+
+ * srv_net.c (net_dispatch): New argument DETACHED. Shut down on
+ SIGHUP if not detached.
+ * srv_main.c (main): Pass extra arg to net_dispatch.
+ * kadm5_defs.h (net_dispatch): Updated prototype.
+
Sun Mar 3 12:52:49 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* srv_main.c: Move inclusion of k5-int.h before testing if
@@ -27,6 +54,11 @@ Tue Dec 12 19:14:51 1995 Mark Eichin <eichin@cygnus.com>
(admin_add_principal, admin_modify_principal, admin_change_opwd,
admin_change_orandpw): pass flag indicating modify or add.
+Thu Nov 9 01:00:51 1995 Mark W. Eichin <eichin@cygnus.com>
+
+ * srv_key.c (key_string_to_keys): support KRB5_KDB_SALTTYPE_AFS3
+ using the same length -1 trick from lib/krb5/krb/get_in_tkt.c.
+
Tue Sep 26 22:51:25 1995 Mark Eichin <eichin@cygnus.com>
* admin.c (admin_add_modify): copy, don't just assign, principals