From 0e067d5a6726ca7e3aa7f8c28367ae5073e71c46 Mon Sep 17 00:00:00 2001 From: Chris Provenzano Date: Tue, 12 Dec 1995 06:44:09 +0000 Subject: * TODO: Done: keytab routines to access to database. Todo: Create a real krb5_db_context after 1.0 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7204 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 6 ++++++ src/TODO | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'src') diff --git a/src/ChangeLog b/src/ChangeLog index 770e046a3..6c4f69274 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ + +Tue Dec 12 01:30:36 1995 Chris Provenzano (proven@mit.edu) + + * TODO: Done: keytab routines to access to database. + Todo: Create a real krb5_db_context after 1.0 + Tue Dec 5 20:48:56 1995 Ezra Peisach * aclocal.m4 (kutil_lib): Add USE_KRB5UTIL_LIBRARY. Change diff --git a/src/TODO b/src/TODO index d4189116d..030fd5eb0 100644 --- a/src/TODO +++ b/src/TODO @@ -22,6 +22,12 @@ DONE * make DES-MD5 default, fall back to DES-CRC 4. Better Kerberos Database DONE * Design encoders/decoders +DONE * Added keytab routines to access to database. + * A krb5_db_context is necessary for all the db access routines. + Eg put_principal(), get_principal(), etc... + The API on these routines needs to be modified and the + current db_context needs to be removed from the krb5_context + to better support multiple databases/realms. (POST 1.0) 5. Configuration file DONE * write configuration file library -- cgit