summaryrefslogtreecommitdiffstats
path: root/src/lib/kdb/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2003-03-06 02:39:51 +0000
committerTom Yu <tlyu@mit.edu>2003-03-06 02:39:51 +0000
commit416d9a774090ee78c30a844025887bd2b9e79d16 (patch)
tree125ef2ffc3d8cee7138aa853731aa3ba8bc0e065 /src/lib/kdb/ChangeLog
parent74cb6881569b70f41fb9781ebc9a5b95bba59c7d (diff)
downloadkrb5-416d9a774090ee78c30a844025887bd2b9e79d16.tar.gz
krb5-416d9a774090ee78c30a844025887bd2b9e79d16.tar.xz
krb5-416d9a774090ee78c30a844025887bd2b9e79d16.zip
use kdb keytab for kadmind
kadmind previously required a file-based keytab to support its use of gssapi. For ease of administration, a kdb-based keytab would be beneficial. This commit includes changes to the kdb library to support this goal, as well as actual changes in the kadmind itself. ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15237 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/kdb/ChangeLog')
-rw-r--r--src/lib/kdb/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/lib/kdb/ChangeLog b/src/lib/kdb/ChangeLog
index ce72e34e3f..d685be6d9e 100644
--- a/src/lib/kdb/ChangeLog
+++ b/src/lib/kdb/ChangeLog
@@ -1,3 +1,21 @@
+2003-03-05 Tom Yu <tlyu@mit.edu>
+
+ * kdb_xdr.c (krb5_dbe_search_enctype): Check for ktype > 0 rather
+ than ktype >= 0; file keytab uses ktype 0 to indicate "first
+ match", as does acquire_cred. The kdc uses -1, though.
+
+ * Makefile.in (LIBMAJOR): Bump major version due to change in
+ krb5_ktkdb_resolve's signature.
+
+ * keytab.c (krb5_ktkdb_resolve): Add NAME parameter, which is
+ ignored, so that kdb keytab can be registered.
+ (krb5_ktkdb_set_context): New function; allows caller to set a
+ different context for use with ktkdb_get_entry(). This is
+ primarily useful for kadmind, where the gssapi library context,
+ which will be used for the keytab, will necessarily have a
+ different context than that used by the kadm5 library to access
+ the database for its own purposes.
+
2003-02-08 Tom Yu <tlyu@mit.edu>
* keytab.c (krb5_ktkdb_get_entry): Fix comment; not going to