missing log entries
authorKen Raeburn <raeburn@mit.edu>
Thu, 2 May 1996 23:24:09 +0000 (23:24 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 2 May 1996 23:24:09 +0000 (23:24 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7885 dc483132-0cff-0310-8789-dd5450dbe970

src/kadmin/v5client/ChangeLog
src/kadmin/v5server/ChangeLog
src/kadmin/v5server/Makefile.in

index c999b401c35762dcca93628d2350a7a20ed7d061..37b687594c6ce6e782868ddfe3854d1ae1555a73 100644 (file)
@@ -1,3 +1,10 @@
+Sun Mar 31 17:49:01 1996  Mark Eichin  <eichin@cygnus.com>
+
+       * 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  <eichin@cygnus.com>
 
        * kadmin5.c (kadmin_startup): initialize action before strcat'ing
index 568f5c6ab4282ed51e6239862b13e26400201a26..7e15c92257b6b83f250f7180cf1b9ded53b7bf65 100644 (file)
@@ -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
index ef9efb89831759024b6945d1cd385b2ed07ee40f..3ce81f6e81b9e90afe7c01639b0bf49f017176de 100644 (file)
@@ -1,4 +1,4 @@
-CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) 
+CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE)
 
 all::