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