aboutsummaryrefslogtreecommitdiff
path: root/sncgss.exp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-01-08 15:39:24 +0100
committerGuido Guenther <agx@sigxcpu.org>2009-01-08 15:39:24 +0100
commit7bb8b22d8da0f6a398e2102a20d885d885339496 (patch)
tree94e1c50195604b3bd532cc703e90f9eb96e80d67 /sncgss.exp
import initial version
from https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/dd6fc290-0201-0010-c190-86ce775d5673
Diffstat (limited to 'sncgss.exp')
-rwxr-xr-xsncgss.exp54
1 files changed, 54 insertions, 0 deletions
diff --git a/sncgss.exp b/sncgss.exp
new file mode 100755
index 0000000..ea27fad
--- /dev/null
+++ b/sncgss.exp
@@ -0,0 +1,54 @@
+#! sncgss.o
+* $Id: sncgss.exp,v 1.2 1999/08/24 14:39:32 d019080 Exp $
+* export definition for shared libraries/objects on AIX
+*
+
+* SNC-Adapter calls
+*
+sapsnc_init_adapter
+sapsnc_export_cname_blob
+sapsnc_import_cname_blob
+
+* wrapper calls for GSS-API Version 1 (RFC 1508/1509)
+*
+sapgss_acquire_cred
+sapgss_release_cred
+sapgss_init_sec_context
+sapgss_accept_sec_context
+sapgss_process_context_token
+sapgss_delete_sec_context
+sapgss_context_time
+sapgss_get_mic
+sapgss_verify_mic
+sapgss_wrap
+sapgss_unwrap
+sapgss_display_status
+sapgss_indicate_mechs
+sapgss_compare_name
+sapgss_display_name
+sapgss_import_name
+sapgss_release_name
+sapgss_release_buffer
+sapgss_release_oid_set
+sapgss_inquire_cred
+
+* wrapper calls for GSS-API Version 2
+*
+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_inquire_names_for_mech
+sapgss_inquire_mechs_for_name
+
+