summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)AuthorLines
2016-01-17fix if_nametoindex return value when socket open failsRon Yorston-1/+1
2016-01-06add missing protocols to protoent lookup functionsTimo Teräs-1/+16
2015-11-30properly handle point-to-point interfaces in getifaddrs()Jo-Philipp Wich-3/+16
2015-10-26getnameinfo: make size check not fail for bigger sizesHauke Mehrtens-2/+2
2015-10-26safely handle failure to open hosts, services, resolv.conf filesRich Felker-4/+29
2015-09-25avoid attempting to lookup IP literals as hostnamesRich Felker-27/+32
2015-09-25make getaddrinfo return error if both host and service name are nullRich Felker-0/+2
2015-09-11fix uninitialized scopeid in lookups from hosts file and ip literalsTimo Teräs-2/+2
2015-07-08fix negated return value of ns_skiprr, breakage in related functionsRich Felker-1/+1
2015-03-23fix internal buffer overrun in inet_ptonRich Felker-2/+3
2015-02-10make protocol table zero byte separated and add ipv6 protocolsTimo Teräs-22/+26
2015-02-07make getaddrinfo support SOCK_RAW and other socket typesRich Felker-34/+42
2014-12-17add basic dns record parsing functionsRich Felker-0/+171
2014-09-05fix potential read past end of buffer in getnameinfo service name lookupRich Felker-1/+1
2014-09-05remove incorrect and useless check in network service name lookup codeRich Felker-1/+0
2014-09-05remove an extra layer of buffer copying in getnameinfo reverse dnsRich Felker-3/+2
2014-09-04fix dn_expand empty name handling and offsets to 0Szabolcs Nagy-6/+9
2014-07-29reimplement if_nameindex and getifaddrs using netlinkTimo Teräs-184/+411
2014-07-26add support for LC_TIME and LC_MESSAGES translationsRich Felker-2/+6
2014-06-24add routing protocols to getprotoent-family functionsTimo Teräs-0/+2
2014-06-21implement result address sorting in the resolver (getaddrinfo, etc.)Rich Felker-0/+136
2014-06-20fix gethostby*_r result pointer value on errorTimo Teräs-0/+3
2014-06-20fix sendmmsg emulation return value for zero-length vectorRich Felker-0/+1
2014-06-19implement sendmmsg and recvmmsgRich Felker-0/+44
2014-06-07avoid spurious lookup failures from badly-behaved nameserversRich Felker-5/+22
2014-06-06optimize SOCK_CLOEXEC fallback for socket functionRich Felker-2/+2
2014-06-06add SOCK_CLOEXEC fallback for socketpair on old kernelsRich Felker-1/+19
2014-06-06implement dn_comp RFC 1035 domain name compressionSzabolcs Nagy-1/+102
2014-06-06accept trailing . and empty domain namesSzabolcs Nagy-12/+16
2014-06-05fix the domain name length limit checksSzabolcs Nagy-8/+8
2014-06-05fix multiple validation issues in dns response label parsingSzabolcs Nagy-4/+6
2014-06-05fix missing function declarations in refactored ip literal parsing codeRich Felker-0/+1
2014-06-04add support for reverse port lookups from services file to getnameinfoRich Felker-4/+35
2014-06-04add support for reverse name lookups from hosts file to getnameinfoRich Felker-50/+122
2014-06-04remove some dummy "ent" function aliases that duplicated real onesRich Felker-8/+0
2014-06-04add support for ipv6 scope_id to getaddrinfo and getnameinfoRich Felker-8/+56
2014-06-03fix if_nametoindex return value when interface does not existRich Felker-1/+1
2014-06-03fix negative response and non-response handling for dns queriesRich Felker-1/+4
2014-06-03fix some validation checks in dns response parsing codeRich Felker-2/+3
2014-06-02remove cruft from old resolver and numeric ip parsingRich Felker-79/+49
2014-06-02switch standard resolver functions to use the new dns backendRich Felker-309/+145
2014-06-02fix uninitialized variable in new __res_msend dns functionRich Felker-0/+1
2014-06-02implement new dns backend, res_send and other legacy resolver functionsRich Felker-18/+263
2014-06-02add ipsec and tunneling protocols to getprotoent-family functionsTimo Teräs-0/+4
2014-06-02fix off-by-one in checking hostname length in new resolver backendRich Felker-2/+2
2014-06-01improve getservbyname_r using new resolver backendRich Felker-22/+16
2014-06-01improve gethostbyname2_r using new resolver backendRich Felker-35/+22
2014-05-31refactor getaddrinfo and add support for most remaining featuresRich Felker-228/+360
2014-02-21add fallback emulation for accept4 on old kernelsRich Felker-1/+12
2014-02-13add ipv6 and icmpv6 to getprotoent-family functionsRich Felker-1/+3