[31053] in CVS-changelog-for-Kerberos-V5
krb5 commit: Update gss_config explanation in mglueP.h
daemon@ATHENA.MIT.EDU (Greg Hudson)
Sun Aug 29 17:18:34 2021
Date: Sun, 29 Aug 2021 17:18:25 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-ID: <202108292118.17TLIPNb002179@drugstore.mit.edu>
To: <cvs-krb5@mit.edu>
MIME-Version: 1.0
Reply-To: krbdev@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/0232e34ba6cb1237c58ab8e1962192295d12ac3b
commit 0232e34ba6cb1237c58ab8e1962192295d12ac3b
Author: Robbie Harwood <rharwood@redhat.com>
Date: Tue Feb 14 21:20:56 2017 -0500
Update gss_config explanation in mglueP.h
[ghudson@mit.edu: further shortened the comment, removing some
arguably inaccurate clauses]
src/lib/gssapi/mechglue/mglueP.h | 13 ++++---------
1 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/src/lib/gssapi/mechglue/mglueP.h b/src/lib/gssapi/mechglue/mglueP.h
index 2b65939..dbd244b 100644
--- a/src/lib/gssapi/mechglue/mglueP.h
+++ b/src/lib/gssapi/mechglue/mglueP.h
@@ -82,16 +82,11 @@ int gssint_mechglue_initialize_library(void);
OM_uint32 gssint_get_mech_type_oid(gss_OID OID, gss_buffer_t token);
/*
- * This is the definition of the mechs_array struct, which is used to
- * define the mechs array table. This table is used to indirectly
- * access mechanism specific versions of the gssapi routines through
- * the routines in the glue module (gssd_mech_glue.c)
- *
- * This contains all of the functions defined in gssapi.h except for
- * gss_release_buffer() and gss_release_oid_set(), which I am
- * assuming, for now, to be equal across mechanisms.
+ * This table is used to access mechanism-specific versions of the GSSAPI
+ * functions. It contains all of the functions defined in gssapi.h except for
+ * gss_release_buffer() and gss_release_oid_set(), which are assumed to be
+ * identical across mechanisms.
*/
-
typedef struct gss_config {
gss_OID_desc mech_type;
void * context;
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5