summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-01 03:33:26 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-01 03:33:26 -0700
commit5cd1f906c34256abdccc92052fbbde51fd70a565 (patch)
treea4dc5522f622b7b9b0ab2dc2ae9d6c4b630bcab6 /ChangeLog
parent29ba9812bb86bf6da9702f4fbff5cdbb25846401 (diff)
Fix getent networks lookup and resulting incorrect NSS change.
I changed the files NSS backend for networks because I thought the getent use of getnetbyaddr is correct. But it isn't. Undo parts of the last change and fix getent.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 714d114d5e..6dfd700637 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,10 @@
2009-07-01 Ulrich Drepper <drepper@redhat.com>
* nss/nss_files/files-network.c (netbyaddr): If type is AF_UNSPEC,
- recognize all types. Fix endianess in comparison of network number.
+ recognize all types.
* nss/getent.c (networks_keys): Pass AF_UNSPEC instead of AF_UNIX
- to getnetbyaddr.
+ to getnetbyaddr. Fix network parameter to getnetbyaddr. It must
+ be in host byte order.
2009-06-26 H.J. Lu <hongjiu.lu@intel.com>