This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
libs
/
libc
/
netdb
History
uha Niskanen
23aa2839c3
libs/libc/netdb/lib_dnsquery.c: harden against DNS spoofing. This commit implements most of the RFC 5452 guidelines for making DNS more resilient. We now verify response matches against what was queried and use unpredictable query IDs. It is also checked that response come from correct DNS server. Also fixes a buffer overflow when querying hostnames longer than CONFIG_NETDB_DNSCLIENT_NAMESIZE.
2018-11-16 06:56:45 -06:00
..
Kconfig
ibs/libc/netdb: Make DNS retries configurable
2018-11-14 06:30:49 -06:00
lib_dns.h
…
lib_dnsaddserver.c
…
lib_dnsbind.c
libs/libc/netdb/lib_dnsbind.c: Make DNS recevie timeout configurable.
2018-11-08 08:33:13 -06:00
lib_dnscache.c
…
lib_dnsforeach.c
…
lib_dnsinit.c
…
lib_dnsquery.c
libs/libc/netdb/lib_dnsquery.c: harden against DNS spoofing. This commit implements most of the RFC 5452 guidelines for making DNS more resilient. We now verify response matches against what was queried and use unpredictable query IDs. It is also checked that response come from correct DNS server. Also fixes a buffer overflow when querying hostnames longer than CONFIG_NETDB_DNSCLIENT_NAMESIZE.
2018-11-16 06:56:45 -06:00
lib_freeaddrinfo.c
…
lib_gaistrerror.c
…
lib_getaddrinfo.c
libs/libc/netdb/lib_getaddrinfo.c: Fix a warning found in build testing.
2018-10-02 11:16:47 -06:00
lib_gethostbyaddr.c
…
lib_gethostbyaddrr.c
…
lib_gethostbyname.c
…
lib_gethostbynamer.c
ibs/libc/netdb: Make DNS retries configurable
2018-11-14 06:30:49 -06:00
lib_getservbyname.c
…
lib_getservbynamer.c
…
lib_netdb.c
…
lib_netdb.h
…
lib_parsehostfile.c
…
Make.defs
…