aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2015-10-27 00:44:24 -0400
committerTom Yu <tlyu@mit.edu>2015-11-25 17:00:42 -0500
commit491d7d5182458fcf4025aa43a89462119d8df7f1 (patch)
treeae95c6b000bee8e17f133c9d1d74f7ea9f288f86 /src
parent41d987867a29a8a8fa6f99de63d9e05b8792e91a (diff)
downloadkrb5-491d7d5182458fcf4025aa43a89462119d8df7f1.zip
krb5-491d7d5182458fcf4025aa43a89462119d8df7f1.tar.gz
krb5-491d7d5182458fcf4025aa43a89462119d8df7f1.tar.bz2
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. (cherry picked from commit 92d6dd045dfc06cc03d20b327a6ee7a71e6bc24d) (cherry picked from commit 1be18763f94dc519da9b9928e82566558c8748c2)
Diffstat (limited to 'src')
-rw-r--r--src/lib/gssapi/krb5/iakerb.c6
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.