diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-25 00:46:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-25 00:46:36 +0000 |
commit | 29bfc9453e2945b476cec5545f8409fd2a2ba886 (patch) | |
tree | 8e6e1845730fa1aa92b264d492082b86d4ac56dd /ChangeLog | |
parent | 925c3c5c71596c02f7e58a0ffcdcaae44eb065c1 (diff) | |
download | glibc-29bfc9453e2945b476cec5545f8409fd2a2ba886.tar.gz |
Update.
* nss/getent.c: Implement alternative host database lookup via
getaddrinfo.
unbinding it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |