mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-06 05:10:05 +00:00
cf9e9ad98f
* grp/initgroups.c (initgroups): Don't limit the possible number of groups to NGROUPS_MAX. Allow dynamic resizing. Loop around the setgroups call while the call fails and descrease the number of groups each round. The name of the initgroups function in the NSS modules changed. (compat_call): Adapt for dynamic resizing. * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn): Implement dynamic resizing. * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn): Likewise. * nis/nss_nis/compat-initgroups.c (_nss_nis_initgroups_dyn): Likewise. * hesiod/Versions: Change exported interface name. * nis/Versions: Change exported interface name. 2000-07-23 Ulrich Drepper <drepper@redhat.com>
17 lines
524 B
Plaintext
17 lines
524 B
Plaintext
libnss_hesiod {
|
|
GLIBC_2.1 {
|
|
_nss_hesiod_setpwent; _nss_hesiod_endpwent;
|
|
_nss_hesiod_getpwnam_r; _nss_hesiod_getpwuid_r;
|
|
_nss_hesiod_setgrent; _nss_hesiod_endgrent;
|
|
_nss_hesiod_getgrnam_r; _nss_hesiod_getgrgid_r;
|
|
_nss_hesiod_setservent; _nss_hesiod_endservent;
|
|
_nss_hesiod_getservbyname_r;
|
|
}
|
|
GLIBC_2.2 {
|
|
_nss_hesiod_initgroups_dyn;
|
|
_nss_hesiod_getservbyport_r;
|
|
_nss_hesiod_setprotoent; _nss_hesiod_endprotoent;
|
|
_nss_hesiod_getprotobyname_r; _nss_hesiod_getprotobynumber_r;
|
|
}
|
|
}
|