forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 <[email protected]>
- Loading branch information
Ulrich Drepper
committed
Jul 24, 2000
1 parent
945b22e
commit cf9e9ad
Showing
7 changed files
with
93 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
2000-07-23 Ulrich Drepper <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* locale/iso-639.def: Some errors corrected. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters