[27835] in CVS-changelog-for-Kerberos-V5
krb5 commit: Reference correct preauth header files
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Jul 3 13:45:35 2013
Date: Wed, 3 Jul 2013 13:45:28 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201307031745.r63HjSgx009515@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/26ff0e617bdac7e2858801484096ee0822b9a866
commit 26ff0e617bdac7e2858801484096ee0822b9a866
Author: Greg Hudson <ghudson@mit.edu>
Date: Mon Jul 1 12:12:10 2013 -0400
Reference correct preauth header files
The clpreauth and kdcpreauth header files are split up for 1.12. In
clpreauth.rst and kdcpreauth.rst, reference the correct header files
for each.
doc/plugindev/clpreauth.rst | 2 +-
doc/plugindev/kdcpreauth.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/plugindev/clpreauth.rst b/doc/plugindev/clpreauth.rst
index 68e56aa..5322fcd 100644
--- a/doc/plugindev/clpreauth.rst
+++ b/doc/plugindev/clpreauth.rst
@@ -8,7 +8,7 @@ preauthentication, and is described in :rfc:`4120` and :rfc:`6113`.
The clpreauth interface allows the addition of client support for
preauthentication mechanisms beyond those included in the core MIT
krb5 code base. For a detailed description of the clpreauth
-interface, see the header file ``<krb5/preauth_plugin.h>``.
+interface, see the header file ``<krb5/clpreauth_plugin.h>``.
A clpreauth module is generally responsible for:
diff --git a/doc/plugindev/kdcpreauth.rst b/doc/plugindev/kdcpreauth.rst
index e6ba9e5..790b1f0 100644
--- a/doc/plugindev/kdcpreauth.rst
+++ b/doc/plugindev/kdcpreauth.rst
@@ -4,7 +4,7 @@ KDC preauthentication interface (kdcpreauth)
The kdcpreauth interface allows the addition of KDC support for
preauthentication mechanisms beyond those included in the core MIT
krb5 code base. For a detailed description of the kdcpreauth
-interface, see the header file ``<krb5/preauth_plugin.h>``.
+interface, see the header file ``<krb5/kdcpreauth_plugin.h>``.
A kdcpreauth module is generally responsible for:
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5