Home | History | Annotate | Download | only in libgss
      1 #
      2 # CDDL HEADER START
      3 #
      4 # The contents of this file are subject to the terms of the
      5 # Common Development and Distribution License (the "License").
      6 # You may not use this file except in compliance with the License.
      7 #
      8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9 # or http://www.opensolaris.org/os/licensing.
     10 # See the License for the specific language governing permissions
     11 # and limitations under the License.
     12 #
     13 # When distributing Covered Code, include this CDDL HEADER in each
     14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15 # If applicable, add the following below this CDDL HEADER, with the
     16 # fields enclosed by brackets "[]" replaced with your own identifying
     17 # information: Portions Copyright [yyyy] [name of copyright owner]
     18 #
     19 # CDDL HEADER END
     20 #
     21 #
     22 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
     23 # Use is subject to license terms.
     24 #
     25 # ident	"%Z%%M%	%I%	%E% SMI"
     26 #
     27 
     28 SUNW_1.2 {
     29     global:
     30 	gss_accept_sec_context;
     31 	gss_acquire_cred;
     32 	gss_acquire_cred_with_password;
     33 	gss_add_cred;
     34 	gss_add_cred_with_password;
     35 	gss_add_oid_set_member;
     36 	gss_canonicalize_name;
     37 	GSS_C_NT_ANONYMOUS;
     38 	GSS_C_NT_EXPORT_NAME;
     39 	GSS_C_NT_HOSTBASED_SERVICE;
     40 	GSS_C_NT_MACHINE_UID_NAME;
     41 	GSS_C_NT_STRING_UID_NAME;
     42 	GSS_C_NT_USER_NAME;
     43 	gss_compare_name;
     44 	gss_context_time;
     45 	gss_create_empty_oid_set;
     46 	gss_delete_sec_context;
     47 	gss_display_name;
     48 	gss_display_status;
     49 	gss_duplicate_name;
     50 	gss_export_name;
     51 	gss_export_sec_context;
     52 	gss_get_mic;
     53 	gss_import_name;
     54 	gss_import_sec_context;
     55 	gss_indicate_mechs;
     56 	gss_init_sec_context;
     57 	gss_inquire_context;
     58 	gss_inquire_cred;
     59 	gss_inquire_cred_by_mech;
     60 	gss_inquire_mechs_for_name;
     61 	gss_inquire_names_for_mech;
     62 	gss_process_context_token;
     63 	gss_release_buffer;
     64 	gss_release_cred;
     65 	gss_release_name;
     66 	gss_release_oid;
     67 	gss_release_oid_set;
     68 	gss_seal;
     69 	gss_sign;
     70 	gss_store_cred;
     71 	gss_test_oid_set_member;
     72 	gss_unseal;
     73 	gss_unwrap;
     74 	gss_verify;
     75 	gss_verify_mic;
     76 	gss_wrap;
     77 	gss_wrap_size_limit;
     78 } SUNW_1.1;
     79 
     80 # Due to mistakes made early in the history of this library, there are
     81 # no SUNW_1.1 symbols, but the version is now kept as a placeholder.
     82 # Don't add any symbols to this version.
     83 
     84 SUNW_1.1 {
     85     global:
     86 	SUNW_1.1;
     87 };
     88 
     89 SUNWprivate_1.1 {
     90     global:
     91 	der_length_size;
     92 	generic_gss_copy_oid;
     93 	generic_gss_release_oid;
     94 	get_der_length;
     95 	gss_copy_oid_set;
     96 	gsscred_expname_to_unix_cred;
     97 	gsscred_expname_to_unix_cred_ext;
     98 	gsscred_name_to_unix_cred;
     99 	gsscred_name_to_unix_cred_ext;
    100 	gsscred_set_options;
    101 	gss_get_group_info;
    102 	__gss_get_kmodName;
    103 	__gss_get_mechanisms;
    104 	__gss_get_mech_info;
    105 	__gss_get_mech_type;
    106 	__gss_get_modOptions;
    107 	__gss_mech_qops;
    108 	__gss_mech_to_oid;
    109 	gss_nt_exported_name;
    110 	gss_nt_service_name;
    111 	gss_nt_service_name_v2;
    112 	__gss_num_to_qop;
    113 	__gss_oid_to_mech;
    114 	gss_oid_to_str;
    115 	__gss_qop_to_num;
    116 	gss_str_to_oid;
    117 	__gss_userok;
    118 	put_der_length;
    119     local:
    120 	*;
    121 };
    122