From: Tom Yu Date: Sat, 8 Feb 2003 08:12:46 +0000 (+0000) Subject: Change comments to remove the note that we're going to redesign key X-Git-Tag: krb5-1.3-alpha1~109 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=388118ed24ef0bc75458fc29d0c07e11b588338a;p=krb5.git Change comments to remove the note that we're going to redesign key storage architecture for 1.3. ticket: 1193 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15168 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/kdb/ChangeLog b/src/lib/kdb/ChangeLog index 68fa8f58f..ce72e34e3 100644 --- a/src/lib/kdb/ChangeLog +++ b/src/lib/kdb/ChangeLog @@ -1,3 +1,8 @@ +2003-02-08 Tom Yu + + * keytab.c (krb5_ktkdb_get_entry): Fix comment; not going to + redesign key storage architecture for 1.3. + 2003-01-10 Ken Raeburn * configure.in: Don't explicitly invoke AC_PROG_ARCHIVE, diff --git a/src/lib/kdb/keytab.c b/src/lib/kdb/keytab.c index 9c9b3b3bd..d7ee59aad 100644 --- a/src/lib/kdb/keytab.c +++ b/src/lib/kdb/keytab.c @@ -139,8 +139,7 @@ krb5_ktkdb_get_entry(context, id, principal, kvno, enctype, entry) /* * Coerce the enctype of the output keyblock in case we got an - * inexact match on the enctype; this behavior will go away when - * the key storage architecture gets redesigned for 1.3. + * inexact match on the enctype. */ entry->key.enctype = enctype; diff --git a/src/lib/krb5/keytab/ChangeLog b/src/lib/krb5/keytab/ChangeLog index 7a7e19dcc..ef0e702f1 100644 --- a/src/lib/krb5/keytab/ChangeLog +++ b/src/lib/krb5/keytab/ChangeLog @@ -1,3 +1,8 @@ +2003-02-08 Tom Yu + + * kt_file.c (krb5_ktfile_get_entry): Fix comment; not going to + redesign key storage architecture for 1.3. + 2003-01-10 Ken Raeburn * Makefile.in: Add AC_SUBST_FILE marker for libobj_frag. diff --git a/src/lib/krb5/keytab/kt_file.c b/src/lib/krb5/keytab/kt_file.c index 47050798a..9e4f15aa7 100644 --- a/src/lib/krb5/keytab/kt_file.c +++ b/src/lib/krb5/keytab/kt_file.c @@ -275,9 +275,7 @@ krb5_ktfile_get_entry(krb5_context context, krb5_keytab id, krb5_const_principal } /* * Coerce the enctype of the output keyblock in case we - * got an inexact match on the enctype; this behavior will - * go away when the key storage architecture gets - * redesigned for 1.3. + * got an inexact match on the enctype. */ new_entry.key.enctype = enctype;