components/samba/samba/Solaris/gssapi_krb5-mapfile-vers
changeset 4433 d35242d8330c
parent 4371 29fdb14099eb
equal deleted inserted replaced
4432:3413062823ea 4433:d35242d8330c
       
     1 #
       
     2 # Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
       
     3 #
       
     4 
       
     5 #
       
     6 # MAPFILE HEADER START
       
     7 #
       
     8 # WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
       
     9 # Object versioning must comply with the rules detailed in
       
    10 #
       
    11 #	usr/src/lib/README.mapfiles
       
    12 #
       
    13 # You should not be making modifications here until you've read the most current
       
    14 # copy of that file. If you need help, contact a gatekeeper for guidance.
       
    15 #
       
    16 # MAPFILE HEADER END
       
    17 #
       
    18 
       
    19 $mapfile_version 2
       
    20 
       
    21 STUB_OBJECT;
       
    22 
       
    23 #
       
    24 # This is a mapfile that defines a filter for mech_krb5 so that
       
    25 # a new public library can be made to access certain functions in
       
    26 # the private library.
       
    27 #
       
    28 # New functions can be added as needed.
       
    29 #
       
    30 
       
    31 SYMBOL_VERSION SUNWprivate {
       
    32     global:
       
    33 
       
    34 # gssapi_krb5.h private to Samba
       
    35 	gss_krb5_import_cred		{ TYPE = FUNCTION; FILTER = mech_krb5.so.1; };
       
    36 
       
    37 # lucid context required by Samba4 (filter to gss/mech_krb5.so.1)
       
    38 	gss_krb5_export_lucid_sec_context { TYPE = FUNCTION; FILTER = mech_krb5.so.1; };
       
    39 	gss_krb5_free_lucid_sec_context	{ TYPE = FUNCTION; FILTER = mech_krb5.so.1; };
       
    40 	gss_krb5_set_allowable_enctypes	{ TYPE = FUNCTION; FILTER = mech_krb5.so.1; };
       
    41 
       
    42 	gss_krb5_copy_ccache	{ TYPE = FUNCTION; FILTER = mech_krb5.so.1; };
       
    43 	gsskrb5_extract_authz_data_from_sec_context	{ TYPE = FUNCTION; FILTER = mech_krb5.so.1; };
       
    44 
       
    45     local:
       
    46 	*;
       
    47 };