From edf8b4d8a6a665c2aa150993cd813ea6c5cf12e1 Mon Sep 17 00:00:00 2001 From: Marc Horowitz Date: Mon, 22 Jul 1996 20:49:46 +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@8774 dc483132-0cff-0310-8789-dd5450dbe970 --- src/admin/edit/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/admin/edit/ChangeLog') diff --git a/src/admin/edit/ChangeLog b/src/admin/edit/ChangeLog index 12eaab25f..c01d269c1 100644 --- a/src/admin/edit/ChangeLog +++ b/src/admin/edit/ChangeLog @@ -17,6 +17,19 @@ Sat Jun 8 09:54:38 1996 Ezra Peisach * dumpv4.c (handle_one_key): Remove the temporary --with-kdb4 support. +Sun May 12 00:27:44 1996 Marc Horowitz + + * loadv4.c (enter_in_v5_db, add_principal), kdb5_edit.c + (create_db_entry, modent), dumpv4.c (dump_v4_iterator), dump.c + (dump_k5beta_iterator, process_k5beta_record): convert to use new + krb5_dbe_* tl_data functions. + + * cpw.c (enter_pwd_key): krb5_dbe_cpw() takes a kvno now. + +Tue May 7 23:16:57 1996 Marc Horowitz + + * configure.in: USE_KADM_LIBRARY replaced by USE_KADMSRV_LIBRARY + Thu May 2 22:16:01 1996 Ken Raeburn * ss_wrapper.c (main): Make sci_idx a global. This makes certain -- cgit