[28710] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit [krb5-1.13]: Bump DAL major version for iterate change

daemon@ATHENA.MIT.EDU (Tom Yu)
Wed Feb 4 15:50:22 2015

Date: Wed, 4 Feb 2015 15:50:02 -0500
From: Tom Yu <tlyu@mit.edu>
Message-Id: <201502042050.t14Ko2so005293@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/5ba284b94e8d755f3b8b9d27767db88f3be66286
commit 5ba284b94e8d755f3b8b9d27767db88f3be66286
Author: Greg Hudson <ghudson@mit.edu>
Date:   Wed Feb 4 13:03:20 2015 -0500

    Bump DAL major version for iterate change
    
    Commit ab009b8568d9b64b7e992ecdb98114e895b4a7ff for issue #7977
    changed the signature of krb5_db_iterate() and properly bumped
    KRB5_KDB_API_VERSION from 7 to 8.  It also changed the signature of
    the DAL iterate() function, but did not bump
    KRB5_KDB_DAL_MAJOR_VERSION.  Bump that version from 4 to 5 now.
    
    (cherry picked from commit 58f6636ba3af96f7b94ba6d4b2c91b61fc85e58a)
    
    ticket: 8066
    version_fixed: 1.13.1
    status: resolved

 src/include/kdb.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/include/kdb.h b/src/include/kdb.h
index e89c7aa..d0a390a 100644
--- a/src/include/kdb.h
+++ b/src/include/kdb.h
@@ -817,7 +817,7 @@ krb5_dbe_free_string(krb5_context, char *);
  * This number indicates the date of the last incompatible change to the DAL.
  * The maj_ver field of the module's vtable structure must match this version.
  */
-#define KRB5_KDB_DAL_MAJOR_VERSION 4
+#define KRB5_KDB_DAL_MAJOR_VERSION 5
 
 /*
  * A krb5_context can hold one database object.  Modules should use
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post