this commit includes all the changes on the OV_9510_INTEGRATION and
authorMarc Horowitz <marc@mit.edu>
Mon, 22 Jul 1996 21:11:35 +0000 (21:11 +0000)
committerMarc Horowitz <marc@mit.edu>
Mon, 22 Jul 1996 21:11:35 +0000 (21:11 +0000)
commit2f727ab5c338e8e5fc7d51418ef6d35186ed31bd
treec75765717c85b80597892a8979c8485878542313
parentedf8b4d8a6a665c2aa150993cd813ea6c5cf12e1
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
12 files changed:
src/kadmin/server/ChangeLog [new file with mode: 0644]
src/util/dyn/Makefile.ov [new file with mode: 0644]
src/util/dyn/dyn.h [new file with mode: 0644]
src/util/dyn/dyn.man [new file with mode: 0644]
src/util/dyn/dynP.h [new file with mode: 0644]
src/util/dyn/dyn_create.c [new file with mode: 0644]
src/util/dyn/dyn_debug.c [new file with mode: 0644]
src/util/dyn/dyn_delete.c [new file with mode: 0644]
src/util/dyn/dyn_header.c [new file with mode: 0644]
src/util/dyn/dyn_put.c [new file with mode: 0644]
src/util/dyn/dyn_size.c [new file with mode: 0644]
src/util/dyn/test.c [new file with mode: 0644]