Print this page
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/lib/libresolv2/common/mapfile-vers
+++ new/usr/src/lib/libresolv2/common/mapfile-vers
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21 #
22 22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 23 # Use is subject to license terms.
24 24 #
25 25
26 26 #
27 27 # MAPFILE HEADER START
28 28 #
29 29 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
30 30 # Object versioning must comply with the rules detailed in
31 31 #
32 32 # usr/src/lib/README.mapfiles
33 33 #
34 34 # You should not be making modifications here until you've read the most current
35 35 # copy of that file. If you need help, contact a gatekeeper for guidance.
36 36 #
37 37 # MAPFILE HEADER END
38 38 #
39 39
40 40 SUNW_2.3 { # SunOS 5.11 (Solaris 11)
41 41 global:
42 42 SUNW_2.3; # Defined to create a non-weak version of SUNW_2.3.
43 43 } SUNW_2.2.2;
44 44
45 45 SUNW_2.2.2 { # SunOS 5.10 (Solaris 10 Update 5)
46 46 global:
47 47 inet_aton = FUNCTION FILTER libnsl.so.1;
48 48 } SUNW_2.2.1;
49 49
50 50 SUNW_2.2.1 { # SunOS 5.10 (Solaris 10 Update 4)
51 51 global:
52 52 res_ndestroy;
53 53 } SUNW_2.2;
54 54
55 55 SUNW_2.2 { # SunOS 5.9 (Solaris 9)
56 56 global:
57 57 fp_resstat;
58 58 herror;
59 59 res_hostalias;
60 60 res_nclose;
61 61 res_ninit;
62 62 res_nmkquery;
63 63 res_nquery;
64 64 res_nquerydomain;
65 65 res_nsearch;
66 66 res_nsend;
67 67 res_nsendsigned;
68 68 } SUNW_2.1;
69 69
70 70 SUNW_2.1 { # SunOS 5.6 (Solaris 2.6)
71 71 global:
72 72 dn_comp;
73 73 dn_expand;
74 74 __dn_skipname;
75 75 __fp_query;
76 76 _getlong;
77 77 _getshort;
78 78 h_errno = NODIRECT FILTER libnsl.so.1;
79 79 __hostalias;
80 80 hstrerror;
81 81 __p_cdname;
82 82 __p_class;
83 83 __p_query;
84 84 __p_time;
85 85 __p_type;
86 86 __putlong;
87 87 _res;
88 88 res_init;
89 89 res_mkquery;
90 90 res_query;
91 91 res_querydomain;
92 92 res_search;
93 93 res_send;
94 94 res_update;
95 95 };
96 96
97 97 # There really should be only one SUNWprivate version.
98 98 # Don't add any more. Add new private symbols to SUNWprivate_2.2
99 99
100 100 SUNWprivate_2.2 {
101 101 global:
102 102 isc_gethexstring;
103 103 isc_puthexstring;
104 104 __log_close_debug_channels;
105 105 __memactive;
106 106 p_sockun;
|
↓ open down ↓ |
106 lines elided |
↑ open up ↑ |
107 107 res_gethostbyname2;
108 108 res_getservers;
109 109 res_nametoclass;
110 110 res_nametotype;
111 111 res_nopt;
112 112 res_setservers;
113 113 } SUNWprivate_2.1;
114 114
115 115 SUNWprivate_2.1 {
116 116 global:
117 - __areweinnamed;
118 117 __assertion_failed;
119 118 assertion_type_to_text;
120 119 b64_ntop;
121 120 __b64_ntop;
122 121 b64_pton;
123 122 __b64_pton;
124 123 __ctl_client;
125 124 __ctl_command;
126 125 __ctl_endclient;
127 126 __ctl_endserver;
128 127 __ctl_getcsctx;
129 128 __ctl_response;
130 129 __ctl_sendhelp;
131 130 __ctl_server;
132 131 __ctl_setcsctx;
133 132 daemon;
134 133 dn_count_labels;
135 134 __dn_count_labels;
136 135 dn_skipname;
137 - dst_buffer_to_key;
138 - dst_check_algorithm;
139 - dst_dnskey_to_key;
140 - dst_free_key;
141 - dst_generate_key;
142 - dst_init;
143 - dst_key_to_buffer;
144 - dst_random;
145 - dst_read_key;
146 - dst_s_calculate_bits;
147 - dst_s_conv_bignum_b64_to_u8;
148 - dst_s_conv_bignum_u8_to_b64;
149 - dst_s_dns_key_id;
150 - dst_s_get_int16;
151 - dst_s_id_calc;
152 - dst_sign_data;
153 - dst_s_put_int16;
154 - dst_s_verify_str;
136 + __dst_buffer_to_key;
137 + __dst_check_algorithm;
138 + __dst_dnskey_to_key;
139 + __dst_free_key;
140 + __dst_generate_key;
141 + __dst_init;
142 + __dst_key_to_buffer;
143 + __dst_read_key;
144 + __dst_s_calculate_bits;
145 + __dst_s_dns_key_id;
146 + __dst_s_get_int16;
147 + __dst_s_id_calc;
148 + __dst_sign_data;
149 + __dst_s_put_int16;
150 + __dst_s_verify_str;
155 151 dst_t_func;
156 - dst_verify_data;
157 - dst_write_key;
152 + __dst_verify_data;
153 + __dst_write_key;
158 154 __evAddTime;
159 155 __evCancelConn;
160 156 __evCancelRW;
161 157 __evClearTimer;
162 158 __evConnect;
163 159 __evConsIovec;
164 160 __evConsTime;
165 161 __evCreate;
166 162 __evDeselectFD;
167 163 __evDestroy;
168 164 __evDispatch;
169 165 __evDo;
170 166 __evGetNext;
171 167 __evHighestFD;
172 168 __evListen;
173 169 __evNowTime;
174 170 __evRead;
175 171 __evResetTimer;
176 172 __evSelectFD;
177 173 __evSetDebug;
178 174 __evSetTimer;
179 175 __evTimeVal;
|
↓ open down ↓ |
12 lines elided |
↑ open up ↑ |
180 176 __evUnwait;
181 177 __evWaitFor;
182 178 fp_nquery;
183 179 __fp_nquery;
184 180 fp_query;
185 181 __fp_resstat;
186 182 h_errlist;
187 183 __h_errno;
188 184 __h_errno_set;
189 185 hostalias;
186 + inet_cidr_ntop;
187 + inet_cidr_pton;
188 + inet_neta;
190 189 inet_net_ntop;
191 190 inet_net_pton;
192 191 inet_nsap_addr;
193 192 inet_nsap_ntoa;
194 - irs_destroy;
193 + __irs_destroy;
195 194 __ISC_res_freeupdrec;
196 195 __ISC_res_mkupdate;
197 196 __ISC_res_mkupdrec;
198 197 __ISC_res_nmkupdate;
199 198 __ISC_res_nupdate;
200 199 __ISC_res_update;
201 200 key_file_fmt_str;
202 201 loc_aton;
203 202 __loc_aton;
204 203 loc_ntoa;
205 204 __loc_ntoa;
206 205 __log_add_channel;
207 206 __log_category_is_active;
208 207 __log_check;
209 208 __log_close_stream;
210 209 __log_free_channel;
211 210 __log_free_context;
212 211 __log_get_channel_type;
213 212 __log_get_stream;
214 213 __log_inc_references;
215 214 __log_new_context;
216 215 __log_new_file_channel;
217 216 __log_new_null_channel;
218 217 __log_new_syslog_channel;
219 218 __log_open_stream;
|
↓ open down ↓ |
15 lines elided |
↑ open up ↑ |
220 219 __log_option;
221 220 __log_set_file_owner;
222 221 __log_vwrite;
223 222 __log_write;
224 223 __memget;
225 224 __memget_record;
226 225 __memput;
227 226 __memput_record;
228 227 __memstats;
229 228 __net_data_init;
230 - net_data_minimize;
229 + __net_data_minimize;
231 230 __ns_datetosecs;
232 231 __ns_find_tsig;
233 232 _ns_flagdata;
234 233 __ns_format_ttl;
235 234 __ns_get16;
236 235 __ns_get32;
237 236 __ns_initparse;
238 237 __ns_makecanon;
239 238 __ns_msg_getflag;
239 + __ns_name_compress;
240 + __ns_name_eq;
241 + __ns_name_labels;
242 + __ns_name_length;
243 + __ns_name_map;
240 244 __ns_name_ntol;
241 245 __ns_name_ntop;
246 + __ns_name_owned;
247 + __ns_name_pack;
242 248 __ns_name_pton;
243 249 __ns_name_rollback;
250 + __ns_name_skip;
251 + __ns_name_uncompress;
244 252 __ns_name_unpack;
253 + __ns_newmsg_copy;
254 + __ns_newmsg_done;
255 + __ns_newmsg_flag;
256 + __ns_newmsg_id;
257 + __ns_newmsg_init;
258 + __ns_newmsg_q;
259 + __ns_newmsg_rr;
245 260 __ns_parserr;
246 261 __ns_parse_ttl;
262 + __ns_parserr2;
247 263 __ns_put16;
264 + __ns_put32;
265 + __ns_rdata_equal;
266 + __ns_rdata_refers;
267 + __ns_rdata_unpack;
248 268 __ns_samedomain;
249 269 __ns_samename;
250 270 __ns_sign;
251 271 __ns_sign2;
252 272 __ns_sign_tcp;
253 273 __ns_sign_tcp2;
254 274 __ns_sign_tcp_init;
255 275 __ns_skiprr;
256 276 __ns_sprintrr;
257 277 __ns_sprintrrf;
258 278 __ns_verify;
259 279 __ns_verify_tcp;
260 280 __ns_verify_tcp_init;
261 281 p_cdname;
262 282 __p_cert_syms;
263 283 p_class;
264 284 __p_class_syms;
265 285 p_fqnname;
266 286 __p_key_syms;
287 + p_option;
288 + __p_option;
267 289 p_query;
268 290 p_rcode;
269 291 p_secstodate;
270 292 __p_secstodate;
271 293 p_section;
272 294 __p_section;
273 295 p_time;
274 296 p_type;
275 297 __p_type_syms;
276 298 putlong;
277 299 putshort;
278 300 __putshort;
279 301 res_close;
280 302 __res_disable_mt;
281 303 res_dnok;
282 304 __res_dnok;
283 305 __res_enable_mt;
284 306 res_endhostent;
285 307 res_findzonecut;
286 308 res_freehostent;
287 309 res_freeupdrec;
288 310 __res_get_h_errno;
289 311 res_gethostbyaddr;
290 312 res_gethostbyname;
291 313 res_gethostent;
292 314 res_getipnodebyaddr;
293 315 res_getipnodebyname;
294 316 __res_get_res;
|
↓ open down ↓ |
18 lines elided |
↑ open up ↑ |
295 317 res_hnok;
296 318 __res_hnok;
297 319 res_isourserver;
298 320 res_mailok;
299 321 __res_mailok;
300 322 res_mkupdate;
301 323 res_mkupdrec;
302 324 res_nameinquery;
303 325 __res_nameinquery;
304 326 res_nisourserver;
327 + res_nmkupdate;
328 + res_nupdate;
329 + __res_no_hosts_fallback;
305 330 _res_opcodes;
306 331 __res_override_retry;
307 332 res_ownok;
308 333 __res_ownok;
309 334 res_pquery;
310 335 res_queriesmatch;
311 336 __res_queriesmatch;
337 + res_rndinit;
312 338 res_randomid;
313 339 __res_randomid;
314 340 res_sendsigned;
315 341 res_sethostent;
316 342 __res_set_no_hosts_fallback;
317 343 __res_state;
318 344 __res_unset_no_hosts_fallback;
319 345 set_assertion_failure_callback;
320 346 sym_ntop;
321 347 __sym_ntop;
322 348 sym_ntos;
323 349 __sym_ntos;
324 350 sym_ston;
325 351 __sym_ston;
326 - tree_add;
327 - tree_init;
328 - tree_mung;
329 - tree_srch;
330 - tree_trav;
352 + __tree_add;
353 + __tree_init;
354 + __tree_mung;
355 + __tree_srch;
356 + __tree_trav;
331 357 local:
332 358 *;
333 359 };
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX