76 Commits (9ac7efc382686ccc10220039f70a6f218de40aa9)
 

Author SHA1 Message Date
Martin Holeš 9ac7efc382
Add support for URI(Uniform Resource Identifier) records. (#411) 3 years ago
Daniel Stenberg ccebec8303
ares_getaddrinfo.3: available since 1.16.0 3 years ago
Daniel Stenberg b039ecc87d
README.md: use https:// links 3 years ago
bradh352 6654436a30 fix typo 3 years ago
bradh352 fe282cf172 prep for 1.17.2 release 3 years ago
jeanpierrecartal 11a2bf8efd
Replace strdup() with ares_strdup() (#408) 3 years ago
Brad House c9b6c605b5
Validate hostnames in DNS responses and discard from malicious servers (#406) 3 years ago
bradh352 44c009b8e6 ares_expand_name(): fix formatting and handling of root name response 4 years ago
bradh352 362f91d807 ares_expand_name() should escape more characters 4 years ago
HALX99 809d5e84f3
Fix can't get dns server on macos and ios (#401) 4 years ago
catalinh-bd fd890e9246
Bugfix/crash in ares sortaddrinfo (#400) 4 years ago
bradh352 df947034d9 Null deref if ares_getaddrinfo() is terminated with ares_destroy() 4 years ago
Brad House fa903fd7bb
CMake: RANDOM_FILE not defined #397 4 years ago
Anton Danielsson ca34b35388
CMake: fix Make install for iOS/MacOS (#395) 4 years ago
František Dvořák db8905a666
Fix build with autotools out of source tree (#394) 4 years ago
bradh352 a7231d707e fuzzing: HAVE_CONFIG_H may not be defined so cannot include ares_setup.h. Its not needed even though we include ares_nameser.h 4 years ago
bradh352 796e4d6575 remove redundant header checks 4 years ago
bradh352 4e9f3ea6fb properly detect netinet/tcp.h on openbsd 4 years ago
bradh352 f4c079d9d0 more portability updates 4 years ago
bradh352 d5146a6a4d renamed nameser.h to ares_nameser.h requires Makefile.inc update for distributed files 4 years ago
bradh352 86dd24909e more portability updates 4 years ago
bradh352 3f7065235f remove bad files 4 years ago
bradh352 498ce747d3 portability updates for test cases 4 years ago
bradh352 c2f32353e3 Portability Updates for arpa/nameser.h (#388) 4 years ago
bradh352 0903dcecab ares_parse_ptr_reply() handle NULL for addr/addr_len. Fixes #392 4 years ago
bradh352 485fb660dc Define behavior of malloc(0) 4 years ago
dhrumilrana 3c0bc079b4
z/OS: port (#390) 4 years ago
vburdo 44fbc81368
Use unbuffered stdio for /dev/urandom to read only requested data (#391) 4 years ago
Jay Freeman (saurik) 5ff0f6aa53
This relative header #include needs to use quotes. (#386) 4 years ago
bradh352 c35f8ff507 Win32: Fix tools build with autotools static library 4 years ago
bradh352 bdeb386a84 Loosen requirements for static c-ares library when building tests 4 years ago
bradh352 7d033ebabd Remove legacy comment about ahost/acountry/adig targets 4 years ago
bradh352 686acdd7ca Distribute fuzzinput/fuzznames for fuzz tests 4 years ago
Brad House 39c73b503d
Travis: add iOS target built with CMake (#378) 4 years ago
bradh352 212363df90 fix build 4 years ago
Fabrice Fontaine b83731ddb6
External projects were using non-public header ares_dns.h, make public again (#376) 4 years ago
bradh352 5b1cda8efb note that so versioning has moved to configure.ac 4 years ago
bradh352 155049d175 note about 1.17.1 4 years ago
bradh352 9d7914a9da fix sed gone wrong 4 years ago
Daniel Stenberg 5f6840ab8a
autotools cleanup (#372) 4 years ago
bradh352 a88f01e2fd attempt to fix 1.17.0 release distribution issues 4 years ago
bradh352 799e81d4ac 1.17.0 release prep 4 years ago
bradh352 420820767a ares_getaddrinfo(): duplicate hints ai_socktype and ai_protocol into output 4 years ago
bradh352 0d252eb3b2 ares_parse_{a,aaaa}_reply could return larger *naddrttls than passed in 4 years ago
Dustin Lundquist 3d4e80b0d0
docs: ares_set_local_ip4() uses host byte order (#368) 4 years ago
Łukasz Marszał c15f403875
empty hquery->name could lead to invalid memory access (#367) 4 years ago
bradh352 4d6975b3ec Fix OSSFuzz reported issue in CAA reply parsing 4 years ago
David Hotham 89e9eeb4ef
fuzz CAA parsing (#363) 4 years ago
Daniela Sonnenschein f5b4c08510
Allow parsing of CAA Resource Record (#360) 4 years ago
Daniel Stenberg 05eb0c1dca
docs: remove the html and pdf make targets 4 years ago