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

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

krb5 commit: Fix two IAKERB comments

daemon@ATHENA.MIT.EDU (Greg Hudson)
Tue Oct 27 11:31:41 2015

Date: Tue, 27 Oct 2015 11:31:36 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-Id: <201510271531.t9RFVafR026570@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/92d6dd045dfc06cc03d20b327a6ee7a71e6bc24d
commit 92d6dd045dfc06cc03d20b327a6ee7a71e6bc24d
Author: Greg Hudson <ghudson@mit.edu>
Date:   Tue Oct 27 00:44:24 2015 -0400

    Fix two IAKERB comments
    
    The comment explaining why there is no iakerb_gss_import_sec_context()
    erroneously referenced SPNEGO instead of IAKERB (noticed by Ben
    Kaduk).  The comment above iakerb_gss_delete_sec_context() is out of
    date after the last commit.

 src/lib/gssapi/krb5/iakerb.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/src/lib/gssapi/krb5/iakerb.c b/src/lib/gssapi/krb5/iakerb.c
index 4662bd9..e25862d 100644
--- a/src/lib/gssapi/krb5/iakerb.c
+++ b/src/lib/gssapi/krb5/iakerb.c
@@ -727,10 +727,6 @@ cleanup:
     return code;
 }
 
-/*
- * Delete an IAKERB context. This can also accept Kerberos context
- * handles. The heuristic is similar to SPNEGO's delete_sec_context.
- */
 OM_uint32 KRB5_CALLCONV
 iakerb_gss_delete_sec_context(OM_uint32 *minor_status,
                               gss_ctx_id_t *context_handle,
@@ -1077,7 +1073,7 @@ iakerb_gss_export_sec_context(OM_uint32 *minor_status,
 }
 
 /*
- * Until we implement partial context exports, there are no SPNEGO exported
+ * Until we implement partial context exports, there are no IAKERB exported
  * context tokens, only tokens for the underlying krb5 context.  So we do not
  * need to implement an iakerb_gss_import_sec_context() yet; it would be
  * unreachable except via a manually constructed token.
_______________________________________________
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