* kdb.h: Update dbe_crk and dbe_cpw to take a boolean to indicate
authorTom Yu <tlyu@mit.edu>
Tue, 17 Nov 1998 23:19:17 +0000 (23:19 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 17 Nov 1998 23:19:17 +0000 (23:19 +0000)
whether old keys should be retained.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11044 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ChangeLog
src/include/krb5/kdb.h

index 27690ebc3754c66024f835eed44798807cac861b..2a054716236eff588bc352f6c2c722770c304755 100644 (file)
@@ -1,5 +1,8 @@
 Tue Nov 17 15:39:32 1998  Tom Yu  <tlyu@mit.edu>
 
+       * kdb.h: Update dbe_crk and dbe_cpw to take a boolean to indicate
+       whether old keys should be retained.
+
        * Makefile.in (autoconf.stamp): Fix up to deal with config.status
        not being in the current directory anymore.
 
index 65731279f7e850987d808422e26ec17b7f1b83e9..04cd765c8915053d409441ef4e67874dc17b550d 100644 (file)
@@ -372,6 +372,7 @@ krb5_error_code krb5_dbe_cpw
                        int,
                        char *,
                        int,
+                       krb5_boolean,
                        krb5_db_entry *));
 krb5_error_code krb5_dbe_apw
         KRB5_PROTOTYPE((krb5_context,
@@ -385,6 +386,7 @@ krb5_error_code krb5_dbe_crk
                    krb5_keyblock  *,
                    struct __krb5_key_salt_tuple *,
                    int,
+                  krb5_boolean,
                    krb5_db_entry *));
 krb5_error_code krb5_dbe_ark
         KRB5_PROTOTYPE((krb5_context,