aboutsummaryrefslogtreecommitdiff
path: root/resolv
AgeCommit message (Expand)AuthorFilesLines
2017-06-30resolv: Make RES_ROTATE start with a random name server [BZ #19570]Florian Weimer3-28/+339
2017-06-27resolv: Avoid timeouts in test-resolv-res-init, test-resolv-res_init-threadFlorian Weimer1-0/+78
2017-06-27resolv: Call _res_hconf_init from __res_vinitFlorian Weimer2-1/+5
2017-06-24resolv/tst-resolv-basic: Add test cases for bug 21295Florian Weimer1-0/+16
2017-06-23inet_pton: Reject IPv6 addresses with many leading zeros [BZ #16637]Florian Weimer2-21/+12
2017-06-23resolv/res_libc.c: Reformat to GNU styleFlorian Weimer1-67/+86
2017-06-23resolv: Clean up declarations of the __res_initstamp variableFlorian Weimer3-2/+5
2017-06-21__inet_pton_length: Implement new internal helper functionFlorian Weimer5-72/+649
2017-06-19resolv: Use getline for configuration file reading in res_vinit_1Florian Weimer1-24/+43
2017-06-19resolv: Report allocation errors in __res_vinitFlorian Weimer3-34/+89
2017-06-19resolv: Reformat res_vinit and related functions to GNU styleFlorian Weimer1-334/+366
2017-06-19resolv: Introduce is_sort_mask and call it from res_vinitFlorian Weimer1-5/+10
2017-06-19resolv: Remove DEBUG preprocessor conditionals from res_setoptionsFlorian Weimer1-21/+0
2017-06-19resolv: Move _res deallocation functions to their own fileFlorian Weimer3-56/+138
2017-06-19resolv: Move res_randomid to its own fileFlorian Weimer3-8/+93
2017-06-19resolv: Make __res_vinit hiddenFlorian Weimer2-4/+0
2017-06-04Include shlib-compat.h in many sunrpc/nis source files.Zack Weinberg1-3/+2
2017-06-02resolv: Tests for various versions of res_initFlorian Weimer4-0/+649
2017-05-20Remove __need macros from signal.h.Zack Weinberg1-2/+1
2017-05-20Remove __need_list_t and __need_res_state.Zack Weinberg3-78/+77
2017-05-11inet_pton: Reformat in GNU styleFlorian Weimer1-149/+153
2017-05-11support_format_addrinfo: Fix flags and canonname formattingFlorian Weimer1-4/+67
2017-05-09resolv: Use RES_DFLRETRY consistently [BZ #21474]Florian Weimer1-2/+2
2017-05-04Fix network headers stdint.h namespace (bug 21455).Joseph Myers1-1/+1
2017-04-19nss_dns: Correct parentheses for the __glibc_unlikely argumentFlorian Weimer1-1/+1
2017-04-19A third round of inclusion fixes for _ISOMAC testsuite.Zack Weinberg2-0/+2
2017-04-19resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likelyFlorian Weimer5-20/+31
2017-04-19Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer2-6/+9
2017-04-13resolv: Remove EDNS fallback [BZ #21369]Florian Weimer3-64/+60
2017-04-13resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]Florian Weimer5-7/+565
2017-04-13resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359]Florian Weimer5-4/+244
2017-04-13resolv: Remove internal and unused definitions from <resolv.h>Florian Weimer5-20/+11
2017-04-07resolv: Remove IQUERY supportFlorian Weimer1-18/+0
2017-04-04resolv: Add tst-resolv-canonnameFlorian Weimer2-0/+322
2017-04-04nss_dns: Replace local declarations with declarations from a header fileFlorian Weimer2-14/+2
2017-04-04nss_dns: Remove superfluous dn_expand call from network handlingFlorian Weimer1-5/+3
2017-04-04resolv: Add test coverage for ns_name_unpack, ns_name_ntopFlorian Weimer3-0/+856
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+1
2017-02-24Get rid of duplicate const declaration specifier warning in tst-resolv-qtypes.c.Stefan Liebler1-1/+1
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg3-0/+3
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers29-29/+29
2016-12-31Update DNS RR type definitions [BZ #20593]Florian Weimer3-101/+178
2016-12-31CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]Florian Weimer5-4/+196
2016-12-31resolv: Deprecate RES_BLASTFlorian Weimer3-4/+3
2016-12-31resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer8-31/+56
2016-12-31resolv: Add beginnings of a libresolv test suiteFlorian Weimer7-1/+1542
2016-12-30resolv: Turn historic name lookup functions into compat symbolsFlorian Weimer2-51/+59
2016-12-27Fix typos in the spelling of "implementation"Dmitry V. Levin1-1/+1
2016-12-27resolv: Remove processing of unimplemented "spoof" host.conf optionsFlorian Weimer2-38/+0
2016-12-26Drop explicit stack-protection of pieces of the system [BZ #7065]Nick Alcock1-1/+0