diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-06-15 20:53:22 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-06-15 21:06:19 -0400 |
commit | c41af17eed77f07983dab6f702a6347fcad9a619 (patch) | |
tree | 1d6ec2a294dcca7d9f54e26231b89752d6d44cd2 /ChangeLog | |
parent | a9e836b0406c259979fbb31eb6650d33c2bbefbc (diff) | |
download | glibc-c41af17eed77f07983dab6f702a6347fcad9a619.tar.gz glibc-c41af17eed77f07983dab6f702a6347fcad9a619.tar.xz glibc-c41af17eed77f07983dab6f702a6347fcad9a619.zip |
Fix handling of initgroups database.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ed75109d2b..f74127808e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-06-15 Ulrich Drepper <drepper@gmail.com> + * grp/initgroups.c (__nss_initgroups_database): Renamed and exported. + (internal_getgrouplist): Adjust to name change. + Update use_initgroups_entry if this is not the first call. + * nss/databases.def: Add initgroups entry. + * nss/makedb.c (compute_tables): Check result of multiple hash table sizes to minimize maximum chain length. |