summaryrefslogtreecommitdiffstats
path: root/src/mac/GSSLibrary.exp
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-07-02 21:53:38 +0000
committerTheodore Tso <tytso@mit.edu>1998-07-02 21:53:38 +0000
commite2fb1c7ce4f362bda4ef410089474dd0fe63601a (patch)
tree8ba9f8bfc25319bd2a4a89c62f01550a1bec3616 /src/mac/GSSLibrary.exp
parent6bf2c6e0c00d4a330c80d152d333ba5e1a078881 (diff)
downloadkrb5-e2fb1c7ce4f362bda4ef410089474dd0fe63601a.tar.gz
krb5-e2fb1c7ce4f362bda4ef410089474dd0fe63601a.tar.xz
krb5-e2fb1c7ce4f362bda4ef410089474dd0fe63601a.zip
Add new GSSAPI functions
Also comment out __terminate and __initialize functions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10611 dc483132-0cff-0310-8789-dd5450dbe970
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