From 68434ab65b7adf49b0e46bbec5a80a79a9028631 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Thu, 2 May 1996 23:24:09 +0000 Subject: [PATCH] missing log entries git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7885 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kadmin/v5client/ChangeLog | 7 +++++++ src/kadmin/v5server/ChangeLog | 32 ++++++++++++++++++++++++++++++++ src/kadmin/v5server/Makefile.in | 2 +- 3 files changed, 40 insertions(+), 1 deletion(-) diff --git a/src/kadmin/v5client/ChangeLog b/src/kadmin/v5client/ChangeLog index c999b401c..37b687594 100644 --- a/src/kadmin/v5client/ChangeLog +++ b/src/kadmin/v5client/ChangeLog @@ -1,3 +1,10 @@ +Sun Mar 31 17:49:01 1996 Mark Eichin + + * kadmin5.c (kadmin_extract_snk4): new command to get the key data + out for an SNK4 device. Prints the octal digits as they'd be + entered into the hardware, and the checksum printed by the device + in response. + Fri Sep 29 14:44:24 1995 Mark Eichin * kadmin5.c (kadmin_startup): initialize action before strcat'ing 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 + + * 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 + + * 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 + + * 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 * 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 (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 + + * 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 * admin.c (admin_add_modify): copy, don't just assign, principals diff --git a/src/kadmin/v5server/Makefile.in b/src/kadmin/v5server/Makefile.in index ef9efb898..3ce81f6e8 100644 --- a/src/kadmin/v5server/Makefile.in +++ b/src/kadmin/v5server/Makefile.in @@ -1,4 +1,4 @@ -CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) +CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) all:: -- 2.26.2