[29789] in CVS-changelog-for-Kerberos-V5
krb5 commit: Fix documented kcpreauth minor version
daemon@ATHENA.MIT.EDU (Greg Hudson)
Thu Dec 15 11:17:59 2016
Date: Thu, 15 Dec 2016 11:17:55 -0500
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201612151617.uBFGHtEx014852@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/d335bf36ef6dff2ef04a2abbbf98785f86422c1c
commit d335bf36ef6dff2ef04a2abbbf98785f86422c1c
Author: Greg Hudson <ghudson@mit.edu>
Date: Wed Dec 14 11:56:56 2016 -0500
Fix documented kcpreauth minor version
Commit 7b12eb4757f8dd05b79c9b49d4289f0caf1f6eec erroneously changed
the documented kdcpreauth minor version from 2 to 3. Only the
callback version changed in that commit; the interface minor version
remains at 2 (from commit 83b4ecd20e50ad330cd761977d5dadefe30a785b
which added the loop method).
src/include/krb5/kdcpreauth_plugin.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/include/krb5/kdcpreauth_plugin.h b/src/include/krb5/kdcpreauth_plugin.h
index f455eff..4a0e121 100644
--- a/src/include/krb5/kdcpreauth_plugin.h
+++ b/src/include/krb5/kdcpreauth_plugin.h
@@ -34,7 +34,7 @@
* Declarations for kdcpreauth plugin module implementors.
*
* The kdcpreauth interface has a single supported major version, which is 1.
- * Major version 1 has a current minor version of 3. kdcpreauth modules should
+ * Major version 1 has a current minor version of 2. kdcpreauth modules should
* define a function named kdcpreauth_<modulename>_initvt, matching the
* signature:
*
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5