summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-06-15 20:53:22 -0400
committerUlrich Drepper <drepper@gmail.com>2011-06-15 21:06:19 -0400
commitc41af17eed77f07983dab6f702a6347fcad9a619 (patch)
tree1d6ec2a294dcca7d9f54e26231b89752d6d44cd2 /ChangeLog
parenta9e836b0406c259979fbb31eb6650d33c2bbefbc (diff)
Fix handling of initgroups database.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
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.