diff options
author | Marc Horowitz <marc@mit.edu> | 1996-07-22 21:11:35 +0000 |
---|---|---|
committer | Marc Horowitz <marc@mit.edu> | 1996-07-22 21:11:35 +0000 |
commit | 2f727ab5c338e8e5fc7d51418ef6d35186ed31bd (patch) | |
tree | c75765717c85b80597892a8979c8485878542313 /src/kadmin/server/ChangeLog | |
parent | edf8b4d8a6a665c2aa150993cd813ea6c5cf12e1 (diff) | |
download | krb5-2f727ab5c338e8e5fc7d51418ef6d35186ed31bd.tar.gz krb5-2f727ab5c338e8e5fc7d51418ef6d35186ed31bd.tar.xz krb5-2f727ab5c338e8e5fc7d51418ef6d35186ed31bd.zip |
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
Diffstat (limited to 'src/kadmin/server/ChangeLog')
-rw-r--r-- | src/kadmin/server/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/kadmin/server/ChangeLog b/src/kadmin/server/ChangeLog new file mode 100644 index 0000000000..07ffdd7025 --- /dev/null +++ b/src/kadmin/server/ChangeLog @@ -0,0 +1,10 @@ +Mon Jul 22 04:16:15 1996 Marc Horowitz <marc@mit.edu> + + * 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 <marc@mit.edu> + + * kadm_rpc_svc.c: renamed <ovsec_admin/foo.h> to <kadm5/foo.h> + * configure.in: cosmetic changes. + * Makefile.in: complete rewrite. |