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 2009 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25 26# 27# MAPFILE HEADER START 28# 29# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 30# Object versioning must comply with the rules detailed in 31# 32# usr/src/lib/README.mapfiles 33# 34# You should not be making modifications here until you've read the most current 35# copy of that file. If you need help, contact a gatekeeper for guidance. 36# 37# MAPFILE HEADER END 38# 39 40SUNWprivate_1.1 { 41 global: 42 bootconf_end; 43 bootconf_errmsg; 44 bootconf_get; 45 bootconf_init; 46 bootinfo_end; 47 bootinfo_get; 48 bootinfo_init; 49 bootlog; 50 http_conn_is_https; 51 http_decode_err; 52 http_errorstr; 53 http_free_respinfo; 54 http_get_conn_info; 55 http_get_header_value; 56 http_get_lasterr; 57 http_get_range_request; 58 http_get_request; 59 http_get_response_header; 60 http_get_version; 61 http_head_request; 62 http_process_headers; 63 http_process_part_headers; 64 http_read_body; 65 http_set_basic_auth; 66 http_set_certificate_authority_file; 67 http_set_cipher_list; 68 http_set_client_certificate_file; 69 http_set_keepalive; 70 http_set_key_file_password; 71 http_set_p12_format; 72 http_set_password; 73 http_set_private_key_file; 74 http_set_proxy; 75 http_set_random_file; 76 http_set_socket_read_timeout; 77 http_set_verbose; 78 http_srv_close; 79 http_srv_connect; 80 http_srv_disconnect; 81 http_srv_init; 82 sunw_check_keys; 83 sunw_crypto_init; 84 sunw_evp_pkey_free; 85 sunw_issuer_attrs; 86 sunw_PKCS12_create; 87 sunw_PKCS12_parse; 88 sunw_print_times; 89 sunw_subject_attrs; 90 url_parse; 91 url_parse_hostport; 92 local: 93 *; 94}; 95