]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix two IAKERB comments
authorGreg Hudson <ghudson@mit.edu>
Tue, 27 Oct 2015 04:44:24 +0000 (00:44 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 27 Oct 2015 04:44:24 +0000 (00:44 -0400)
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

index 4662bd9fe382fdde657abaa6db06fa47ad69d8b7..e25862df47d9c8323b01216f52904836a0888bef 100644 (file)
@@ -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.