aboutsummaryrefslogtreecommitdiff
path: root/sncgss32.def
diff options
context:
space:
mode:
Diffstat (limited to 'sncgss32.def')
-rw-r--r--sncgss32.def57
1 files changed, 57 insertions, 0 deletions
diff --git a/sncgss32.def b/sncgss32.def
new file mode 100644
index 0000000..a54080b
--- /dev/null
+++ b/sncgss32.def
@@ -0,0 +1,57 @@
+; $Id: sncgss32.def,v 1.1.1.1 1999/08/24 14:36:22 d019080 Exp $
+;----------------------------------------------------------------------
+; SNCGSS32.DLL SAP-SecureNetworkCommunication to GSS-API adapter DLL
+; Win32 Module Definition File (for Microsoft Visual C++ >= 2.1)
+;----------------------------------------------------------------------
+;
+
+;LIBRARY SNCGSS32
+DESCRIPTION 'SNC to GSSAPI v2 DLL-Adapter Win32'
+
+EXPORTS
+; SAP specific functions of the adapter
+ sapsnc_init_adapter @1
+ sapsnc_export_cname_blob @2
+ sapsnc_import_cname_blob @3
+
+; GSS-API Version 1 (RFC 1508,1509)
+ sapgss_acquire_cred @11
+ sapgss_release_cred @12
+ sapgss_init_sec_context @13
+ sapgss_accept_sec_context @14
+ sapgss_process_context_token @15
+ sapgss_delete_sec_context @16
+ sapgss_context_time @17
+ sapgss_get_mic @18
+ sapgss_verify_mic @19
+ sapgss_wrap @20
+ sapgss_unwrap @21
+ sapgss_display_status @22
+ sapgss_indicate_mechs @23
+ sapgss_compare_name @24
+ sapgss_display_name @25
+ sapgss_import_name @26
+ sapgss_release_name @27
+ sapgss_release_buffer @28
+ sapgss_release_oid_set @29
+ sapgss_inquire_cred @30
+
+; GSS-API Version 2 new calls
+ sapgss_add_cred
+ sapgss_inquire_cred_by_mech
+
+ sapgss_inquire_context
+ sapgss_wrap_size_limit
+ sapgss_export_sec_context
+ sapgss_import_sec_context
+
+ sapgss_create_empty_oid_set
+ sapgss_add_oid_set_member
+ sapgss_test_oid_set_member
+
+ sapgss_canonicalize_name
+ sapgss_export_name
+ sapgss_duplicate_name
+ sapgss_inquire_names_for_mech
+ sapgss_inquire_mechs_for_name
+