diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/TODO | 6 |
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 @@ -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 |
