Remove 'gshadow' and merge into 'nss'
[platform/upstream/glibc.git] / nss / Versions
1 libc {
2   GLIBC_2.0 {
3     __nss_configure_lookup;
4
5     # Functions exported as no-op compat symbols.
6     __nss_passwd_lookup; __nss_group_lookup; __nss_hosts_lookup; __nss_next;
7     __nss_database_lookup;
8
9     # e*
10     endgrent;
11
12     # f*
13     fgetgrent; fgetgrent_r;
14
15     # g*
16     getgrent; getgrent_r; getgrgid; getgrgid_r; getgrnam; getgrnam_r;
17     getgroups;
18
19     # i*
20     initgroups;
21
22     # s*
23     setgrent;
24   }
25   GLIBC_2.1 {
26     # p*
27     putgrent;
28   }
29   GLIBC_2.1.2 {
30     # g*
31     getgrent_r; getgrgid_r; getgrnam_r;
32   }
33   GLIBC_2.2.2 {
34     __nss_hostname_digits_dots;
35   }
36   GLIBC_2.2.4 {
37     # g*
38     getgrouplist;
39   }
40   GLIBC_2.10 {
41     # e*
42     endsgent;
43
44     # f*
45     fgetsgent; fgetsgent_r;
46
47     # g*
48     getsgent; getsgent_r; getsgnam; getsgnam_r;
49
50     # p*
51     putsgent;
52
53     # s*
54     setsgent;
55
56     # s*
57     sgetsgent; sgetsgent_r;
58   }
59   GLIBC_2.27 {
60   }
61   GLIBC_PRIVATE {
62     _nss_files_parse_grent; _nss_files_parse_pwent; _nss_files_parse_spent;
63     __nss_disable_nscd; __nss_lookup_function; _nss_files_parse_sgent;
64
65     __nss_passwd_lookup2; __nss_group_lookup2; __nss_hosts_lookup2;
66     __nss_services_lookup2; __nss_next2; __nss_lookup;
67     __nss_hash; __nss_database_get;
68     __nss_files_fopen; __nss_readline; __nss_parse_line_result;
69     __nss_files_data_endent;
70     __nss_files_data_open;
71     __nss_files_data_put;
72     __nss_files_data_setent;
73
74     # Routines formerly in libnss_files.so.2.
75     _nss_files_setaliasent;
76     _nss_files_endaliasent;
77     _nss_files_getaliasbyname_r;
78     _nss_files_getaliasent_r;
79
80     _nss_files_setetherent;
81     _nss_files_endetherent;
82     _nss_files_getetherent_r;
83     _nss_files_parse_etherent;
84     _nss_files_gethostton_r;
85     _nss_files_getntohost_r;
86
87     _nss_files_setgrent;
88     _nss_files_endgrent;
89     _nss_files_getgrent_r;
90     _nss_files_getgrgid_r;
91     _nss_files_getgrnam_r;
92
93     _nss_files_sethostent;
94     _nss_files_endhostent;
95     _nss_files_gethostbyaddr_r;
96     _nss_files_gethostbyname2_r;
97     _nss_files_gethostbyname3_r;
98     _nss_files_gethostbyname4_r;
99     _nss_files_gethostbyname_r;
100     _nss_files_gethostent_r;
101
102     _nss_files_setnetent;
103     _nss_files_endnetent;
104     _nss_files_getnetbyaddr_r;
105     _nss_files_getnetbyname_r;
106     _nss_files_getnetent_r;
107     _nss_files_parse_netent;
108
109     _nss_files_setnetgrent;
110     _nss_files_endnetgrent;
111     _nss_files_getnetgrent_r;
112
113     _nss_files_setprotoent;
114     _nss_files_endprotoent;
115     _nss_files_getprotobyname_r;
116     _nss_files_getprotobynumber_r;
117     _nss_files_getprotoent_r;
118     _nss_files_parse_protoent;
119
120     _nss_files_setpwent;
121     _nss_files_endpwent;
122     _nss_files_getpwent_r;
123     _nss_files_getpwnam_r;
124     _nss_files_getpwuid_r;
125
126     _nss_files_setrpcent;
127     _nss_files_endrpcent;
128     _nss_files_getrpcbyname_r;
129     _nss_files_getrpcbynumber_r;
130     _nss_files_getrpcent_r;
131     _nss_files_parse_rpcent;
132
133     _nss_files_setservent;
134     _nss_files_endservent;
135     _nss_files_getservbyname_r;
136     _nss_files_getservbyport_r;
137     _nss_files_getservent_r;
138     _nss_files_parse_servent;
139
140     _nss_files_setspent;
141     _nss_files_endspent;
142     _nss_files_getspent_r;
143     _nss_files_getspnam_r;
144
145     _nss_files_setsgent;
146     _nss_files_endsgent;
147     _nss_files_getsgent_r;
148     _nss_files_getsgnam_r;
149
150     _nss_netgroup_parseline;
151     _nss_files_getpublickey;
152     _nss_files_getsecretkey;
153
154     _nss_files_initgroups_dyn;
155
156     _nss_files_init;
157
158     __merge_grp; __copy_grp;
159   }
160 }
161
162 libnss_files {
163   GLIBC_PRIVATE {
164     # Keep a version node (with a synthesized local: * directive) so that
165     # __bss_* symbols are hidden on targets that need it.
166     __libnss_files_version_placeholder;
167   }
168 }
169
170 libnss_db {
171   GLIBC_PRIVATE {
172     _nss_db_setetherent;
173     _nss_db_endetherent;
174     _nss_db_getetherent_r;
175     _nss_db_gethostton_r;
176     _nss_db_getntohost_r;
177
178     _nss_db_setgrent;
179     _nss_db_endgrent;
180     _nss_db_getgrent_r;
181     _nss_db_getgrgid_r;
182     _nss_db_getgrnam_r;
183
184     _nss_db_setnetgrent;
185     _nss_db_endnetgrent;
186     _nss_db_getnetgrent_r;
187
188     _nss_db_setprotoent;
189     _nss_db_endprotoent;
190     _nss_db_getprotoent_r;
191     _nss_db_getprotobyname_r;
192     _nss_db_getprotobynumber_r;
193
194     _nss_db_setpwent;
195     _nss_db_endpwent;
196     _nss_db_getpwent_r;
197     _nss_db_getpwnam_r;
198     _nss_db_getpwuid_r;
199
200     _nss_db_setrpcent;
201     _nss_db_endrpcent;
202     _nss_db_getrpcent_r;
203     _nss_db_getrpcbyname_r;
204     _nss_db_getrpcbynumber_r;
205
206     _nss_db_setservent;
207     _nss_db_endservent;
208     _nss_db_getservent_r;
209     _nss_db_getservbyname_r;
210     _nss_db_getservbyport_r;
211
212     _nss_db_setsgent;
213     _nss_db_endsgent;
214     _nss_db_getsgent_r;
215     _nss_db_getsgnam_r;
216
217     _nss_db_setspent;
218     _nss_db_endspent;
219     _nss_db_getspent_r;
220     _nss_db_getspnam_r;
221
222     _nss_db_initgroups_dyn;
223
224     _nss_db_init;
225   }
226 }
227
228 libnss_compat {
229   GLIBC_PRIVATE {
230     _nss_compat_endgrent; _nss_compat_endpwent; _nss_compat_endspent;
231     _nss_compat_getgrent_r; _nss_compat_getgrgid_r; _nss_compat_getgrnam_r;
232     _nss_compat_getpwent_r; _nss_compat_getpwnam_r; _nss_compat_getpwuid_r;
233     _nss_compat_getspent_r; _nss_compat_getspnam_r;
234     _nss_compat_setgrent; _nss_compat_setpwent; _nss_compat_setspent;
235     _nss_compat_initgroups_dyn;
236   }
237 }