summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-03-04 01:54:09 +0000
committerUlrich Drepper <drepper@redhat.com>2008-03-04 01:54:09 +0000
commit27c377dd04f40e4d0a7e11daad059939e94d9367 (patch)
tree25141dbca8580fbb71b210108fa57457830278d8 /ChangeLog
parent0f749099e991ef47514bd635225a89a9c0250b80 (diff)
downloadglibc-27c377dd04f40e4d0a7e11daad059939e94d9367.tar.gz
[BZ #5818]
* nscd/connections.c (dbs): Add initializers for .suggested_module. (verify_persistent_db): Remove one unnecessary test and add a new one for bad configuration. (nscd_init): Improve error reported when persistent database cannot be reused. * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define. * nscd/nscd_conf.c (nscd_parse_file): Provide default values for .suggested_module and .max_db_size and case config file says the values are zero. * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ac33e994e..6378d3f00b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2008-03-03 Ulrich Drepper <drepper@redhat.com>
+ [BZ #5818]
+ * nscd/connections.c (dbs): Add initializers for .suggested_module.
+ (verify_persistent_db): Remove one unnecessary test and add a new one
+ for bad configuration.
+ (nscd_init): Improve error reported when persistent database cannot
+ be reused.
+ * nscd/nscd.h (DEFAULT_SUGGESTED_MODULE): Define.
+ * nscd/nscd_conf.c (nscd_parse_file): Provide default values for
+ .suggested_module and .max_db_size and case config file says the
+ values are zero.
+ * nscd/nscd_helper.c (get_mapping): Fail if hash table module is zero.
+
[BZ #5854]
* nis/ypclnt.c (yp_order): Fix handling of return value of
do_ypcall_tr call.