From 32f0352590834695d516298bb3546ae3fbc44820 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 6 Nov 1997 00:02:56 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3797 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 26 ++++++++++++++++++++++++++ TODO | 12 ++++++++++++ 2 files changed, 38 insertions(+) diff --git a/ChangeLog b/ChangeLog index 052886b24..60b12abdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +Thu Nov 6 00:20:41 1997 Johan Danielsson + + * kadmin/kadmind.c: Crude admin server. + + * kadmin/kadmin.c: Update to use remote protocol. + + * kadmin/get.c: Fix principal formatting. + + * lib/kadm5: Add client support. + + * lib/kadm5/error.c: Error code mapping. + + * lib/kadm5/server.c: Kadmind support function. + + * lib/kadm5/marshall.c: Kadm5 marshalling. + + * lib/kadm5/acl.c: Simple acl system. + + * lib/kadm5/kadm5_locl.h: Add client stuff. + + * lib/kadm5/init_s.c: Initialize acl. + + * lib/kadm5/*: Return values. + + * lib/kadm5/create_s.c: Correct kvno. + Wed Nov 5 22:06:50 1997 Johan Danielsson * lib/krb5/log.c: Fix parsing of log destinations. diff --git a/TODO b/TODO index 603a5deb3..14afd2672 100644 --- a/TODO +++ b/TODO @@ -39,6 +39,10 @@ there's some room for improvement here. should the KDC use keytabs to store its keys? Then it could use krb5_rd_req. +* kadmin + +is in need of a major cleanup + * lib ** lib/asn1 @@ -80,8 +84,16 @@ fix locking fix atomic rename of database +** lib/kadm5 + +add policies? + +fix to use rpc? + ** lib/krb5 +fix addresses when there are no addresses + replay cache not implemented the following encryption types have been implemented: DES-CBC-CRC,