summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris Provenzano <proven@mit.edu>1995-12-12 06:44:09 +0000
committerChris Provenzano <proven@mit.edu>1995-12-12 06:44:09 +0000
commit0e067d5a6726ca7e3aa7f8c28367ae5073e71c46 (patch)
tree46d63620ca8e1ad60d9dc9a664d296ac0e4e2a12 /src
parentb91a3470e68617cf2a5ac5217a0dc2951f99ffc2 (diff)
downloadkrb5-0e067d5a6726ca7e3aa7f8c28367ae5073e71c46.tar.gz
krb5-0e067d5a6726ca7e3aa7f8c28367ae5073e71c46.tar.xz
krb5-0e067d5a6726ca7e3aa7f8c28367ae5073e71c46.zip
* 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
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/TODO6
2 files changed, 12 insertions, 0 deletions
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 <epeisach@kangaroo.mit.edu>
* 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