about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-25 00:46:36 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-25 00:46:36 +0000
commit29bfc9453e2945b476cec5545f8409fd2a2ba886 (patch)
tree8e6e1845730fa1aa92b264d492082b86d4ac56dd /ChangeLog
parent925c3c5c71596c02f7e58a0ffcdcaae44eb065c1 (diff)
downloadglibc-29bfc9453e2945b476cec5545f8409fd2a2ba886.tar.gz
glibc-29bfc9453e2945b476cec5545f8409fd2a2ba886.tar.xz
glibc-29bfc9453e2945b476cec5545f8409fd2a2ba886.zip
Update.
	* nss/getent.c: Implement alternative host database lookup via
	getaddrinfo.

	unbinding it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 16f95f9255..584e9b5cf9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-04-24  Ulrich Drepper  <drepper@redhat.com>
 
+	* nss/getent.c: Implement alternative host database lookup via
+	getaddrinfo.
+
 	* include/ifaddrs.h: New file.
 	* include/netdb.h: Move definitions of AI_V4MAPPED, AI_ALL, and
 	AI_ADDRCONFIG...
@@ -43,7 +46,7 @@
 	(__yp_unbind): Add call to free.  Adjust all callers.
 
 	* nis/ypclnt.c (yp_all): Free the dom_binding object after
-	unwinding it.
+	unbinding it.
 
 	* grp/initgroups.c (getgrouplist): Don't copy too much into the
 	user buffer if more groups are found than fit into it.