From 2f727ab5c338e8e5fc7d51418ef6d35186ed31bd Mon Sep 17 00:00:00 2001 From: Marc Horowitz Date: Mon, 22 Jul 1996 21:11:35 +0000 Subject: this commit includes all the changes on the OV_9510_INTEGRATION and OV_MERGE branches. This includes, but is not limited to, the new openvision admin system, and major changes to gssapi to add functionality, and bring the implementation in line with rfc1964. before committing, the code was built and tested for netbsd and solaris. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8775 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kadmin/server/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/kadmin/server/ChangeLog (limited to 'src/kadmin') diff --git a/src/kadmin/server/ChangeLog b/src/kadmin/server/ChangeLog new file mode 100644 index 000000000..07ffdd702 --- /dev/null +++ b/src/kadmin/server/ChangeLog @@ -0,0 +1,10 @@ +Mon Jul 22 04:16:15 1996 Marc Horowitz + + * ovsec_kadmd.c (main): open the socket with SO_REUSEADDR. The + old server did this, and the tests require it on some platforms. + +Tue Jul 9 16:04:53 1996 Marc Horowitz + + * kadm_rpc_svc.c: renamed to + * configure.in: cosmetic changes. + * Makefile.in: complete rewrite. -- cgit