[27921] in CVS-changelog-for-Kerberos-V5
krb5 commit: Correct comments in ccselect_plugin.h
daemon@ATHENA.MIT.EDU (Zhanna A Tsitkova)
Wed Sep 18 16:28:08 2013
Date: Wed, 18 Sep 2013 16:27:12 -0400
From: Zhanna A Tsitkova <tsitkova@mit.edu>
Message-Id: <201309182027.r8IKRCGA002819@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/6d53a8bf53c7380598698c3df98c96ab26db63b0
commit 6d53a8bf53c7380598698c3df98c96ab26db63b0
Author: Zhanna Tsitkov <tsitkova@mit.edu>
Date: Wed Sep 18 16:18:11 2013 -0400
Correct comments in ccselect_plugin.h
Some text mistakenly referred to password quality plugin.
src/include/krb5/ccselect_plugin.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/include/krb5/ccselect_plugin.h b/src/include/krb5/ccselect_plugin.h
index ab3270b..ff96313 100644
--- a/src/include/krb5/ccselect_plugin.h
+++ b/src/include/krb5/ccselect_plugin.h
@@ -30,7 +30,7 @@
* version, which is 1. Major version 1 has a current minor version number of
* 1.
*
- * Password quality plugin modules should define a function named
+ * Credential cache selection modules should define a function named
* ccselect_<modulename>_initvt, matching the signature:
*
* krb5_error_code
@@ -57,7 +57,7 @@
#include <krb5/krb5.h>
#include <krb5/plugin.h>
-/* An abstract type for password quality module data. */
+/* An abstract type for credential cache selection module data. */
typedef struct krb5_ccselect_moddata_st *krb5_ccselect_moddata;
#define KRB5_CCSELECT_PRIORITY_AUTHORITATIVE 2
@@ -93,7 +93,7 @@ typedef void
/*** vtable declarations **/
-/* Password quality plugin vtable for major version 1. */
+/* Credential cache selection plugin vtable for major version 1. */
typedef struct krb5_ccselect_vtable_st {
const char *name; /* Mandatory: name of module. */
krb5_ccselect_init_fn init;
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5