nuttx/libs/libc/netdb
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 libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00
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 libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00
lib_gaistrerror.c libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00
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 libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00
lib_gethostbynamer.c ibs/libc/netdb: Make DNS retries configurable 2018-11-14 06:30:49 -06:00
lib_getservbyname.c libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00
lib_getservbynamer.c libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00
lib_netdb.c
lib_netdb.h
lib_parsehostfile.c
Make.defs libs/libc/netdb: Add getaddrinfo() and friends. 2018-06-08 07:07:21 -06:00