glibc/nss/nss_files
Siddhesh Poyarekar 5a4c6d53f5 Get canonical name in getaddrinfo from hosts file for AF_INET (fixes 16077)
AF_INET lookup in hosts file uses _nss_files_gethostbyname2_r, which
is not capable of returning a canonical name if it has found one.
This change adds _nss_files_gethostbyname3_r, which wraps around
_nss_files_gethostbyname2_r and then returns result.h_name as the
canonical name.
2013-11-28 17:18:12 +05:30
..
files-XXX.c Fix reads for sizes larger than INT_MAX in AF_INET lookup 2013-10-30 16:19:40 +05:30
files-alias.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
files-ethers.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
files-grp.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
files-have_o_cloexec.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
files-hosts.c Get canonical name in getaddrinfo from hosts file for AF_INET (fixes 16077) 2013-11-28 17:18:12 +05:30
files-init.c Remove non-standard initialisation of flexible array member 2013-04-23 10:31:03 +02:00
files-initgroups.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
files-key.c Use proper #include for xdecrypt declarations. 2013-08-26 15:04:02 -07:00
files-netgrp.c Fix leading whitespaces. 2013-06-06 20:36:07 +02:00
files-network.c Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 2013-05-16 11:32:54 -05:00
files-parse.c Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 2013-05-16 11:32:54 -05:00
files-proto.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
files-pwd.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
files-rpc.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
files-service.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
files-sgrp.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00
files-spwd.c Update copyright notices with scripts/update-copyrights. 2013-01-02 19:05:09 +00:00