index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
lookup_name.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
in dns parsing callback, enforce MAXADDRS to preclude overflow
Rich Felker
2017-10-18
1
-0
/
+1
*
fix read past end of buffer in getaddrinfo backend
Rich Felker
2017-04-11
1
-2
/
+2
*
refactor name_from_dns in hostname lookup backend
Natanael Copa
2016-06-29
1
-14
/
+13
*
in performing dns lookups, check result from res_mkquery
Natanael Copa
2016-06-29
1
-0
/
+4
*
handle non-matching address family entries in hosts file
Rich Felker
2016-03-02
1
-3
/
+11
*
reuse parsed resolv.conf in dns core to avoid re-reading/re-parsing
Rich Felker
2016-01-28
1
-5
/
+6
*
add support for search domains to dns resolver
Rich Felker
2016-01-28
1
-1
/
+41
*
fix handling of dns response codes
Rich Felker
2016-01-28
1
-1
/
+2
*
safely handle failure to open hosts, services, resolv.conf files
Rich Felker
2015-10-26
1
-1
/
+9
*
implement result address sorting in the resolver (getaddrinfo, etc.)
Rich Felker
2014-06-21
1
-0
/
+135
*
accept trailing . and empty domain names
Szabolcs Nagy
2014-06-06
1
-3
/
+4
*
fix the domain name length limit checks
Szabolcs Nagy
2014-06-05
1
-2
/
+2
*
add support for reverse name lookups from hosts file to getnameinfo
Rich Felker
2014-06-04
1
-38
/
+3
*
add support for ipv6 scope_id to getaddrinfo and getnameinfo
Rich Felker
2014-06-04
1
-4
/
+27
*
fix negative response and non-response handling for dns queries
Rich Felker
2014-06-03
1
-1
/
+4
*
remove cruft from old resolver and numeric ip parsing
Rich Felker
2014-06-02
1
-1
/
+3
*
switch standard resolver functions to use the new dns backend
Rich Felker
2014-06-02
1
-21
/
+61
*
fix off-by-one in checking hostname length in new resolver backend
Rich Felker
2014-06-02
1
-2
/
+2
*
refactor getaddrinfo and add support for most remaining features
Rich Felker
2014-05-31
1
-0
/
+168