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
+
+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
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