* TODO: Done: keytab routines to access to database.
authorChris Provenzano <proven@mit.edu>
Tue, 12 Dec 1995 06:44:09 +0000 (06:44 +0000)
committerChris Provenzano <proven@mit.edu>
Tue, 12 Dec 1995 06:44:09 +0000 (06:44 +0000)
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
src/TODO

index 770e046a371edaf79a6e8eaf9f72fd673f050fe5..6c4f69274e6c2c12cd62a8cbd6e958f3c16f67a4 100644 (file)
@@ -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  <epeisach@kangaroo.mit.edu>
 
        * aclocal.m4 (kutil_lib): Add USE_KRB5UTIL_LIBRARY. Change
index d4189116d10409a1455d6e6e6c260887cff32c5f..030fd5eb0deafb6669e3ef625f61de80ea5f0b0d 100644 (file)
--- 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