aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-30 18:23:15 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-30 18:23:15 +0000
commitff0913d3a334d61b20f8e91fdee7ac87ff03aa15 (patch)
tree7e4ab1baf6221907f4cc27c0588c6a303a972809 /ChangeLog
parent3b0b6c369ff4067f9ae9ee1d1c8adbc2039079c6 (diff)
downloadglibc-ff0913d3a334d61b20f8e91fdee7ac87ff03aa15.tar
glibc-ff0913d3a334d61b20f8e91fdee7ac87ff03aa15.tar.gz
glibc-ff0913d3a334d61b20f8e91fdee7ac87ff03aa15.tar.bz2
glibc-ff0913d3a334d61b20f8e91fdee7ac87ff03aa15.zip
Update.
2004-03-30 Ulrich Drepper <drepper@redhat.com> * nis/nss_nis/nis-initgroups.c: Implement getting the information from the netid.byname map if the system administrator allows this. * grp/initgroups.c (initgroups): Limit the initial allocation to 64 entries to not allocate too much on systems with really high limits.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3c0603109..a1ea7b725b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-03-30 Ulrich Drepper <drepper@redhat.com>
+
+ * nis/nss_nis/nis-initgroups.c: Implement getting the information
+ from the netid.byname map if the system administrator allows this.
+
+ * grp/initgroups.c (initgroups): Limit the initial allocation to 64
+ entries to not allocate too much on systems with really high limits.
+
2004-03-30 Jakub Jelinek <jakub@redhat.com>
* nis/nss_nis/nis-service.c (struct search_t): New type.