summaryrefslogtreecommitdiffstats
path: root/src/mac/GSSLibrary.exp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mac/GSSLibrary.exp')
-rw-r--r--src/mac/GSSLibrary.exp41
1 files changed, 38 insertions, 3 deletions
diff --git a/src/mac/GSSLibrary.exp b/src/mac/GSSLibrary.exp
index a1043ae4a..a6b116c1e 100644
--- a/src/mac/GSSLibrary.exp
+++ b/src/mac/GSSLibrary.exp
@@ -1,5 +1,16 @@
-__terminate
-__initialize
+#----------------------------------------------------
+# GSSLibrary.exp - GSSLib fragment definition file
+#----------------------------------------------------
+
+#
+#CFM
+#
+#__terminate
+#__initialize
+
+#
+#GSS-API v2
+#
gss_acquire_cred
gss_release_cred
gss_init_sec_context
@@ -20,20 +31,44 @@ gss_release_name
gss_release_buffer
gss_release_oid_set
gss_inquire_cred
+
+#
+#GSS-API v2 additional credential calls
+#
gss_add_cred
gss_inquire_cred_by_mech
+
+#
+#GSS-API v2 additional context-level calls
+#
gss_inquire_context
gss_wrap_size_limit
gss_export_sec_context
gss_import_sec_context
+
+#
+#GSS-API v2 additional calls for OID and OID_set operations
+#
gss_release_oid
gss_create_empty_oid_set
gss_add_oid_set_member
gss_test_oid_set_member
gss_oid_to_str
gss_str_to_oid
+
+#
+#GSS-API v2 renamed message protection calls
+#
gss_wrap
gss_unwrap
gss_get_mic
gss_verify_mic
-gss_inquire_names_for_mech
+
+#
+#GSS-API v2 future extensions
+#
+ gss_inquire_names_for_mech
+# gss_inquire_mechs_for_name
+ gss_canonicalize_name
+ gss_export_name
+ gss_duplicate_name