about summary refs log tree commit diff
path: root/resolv
Commit message (Expand)AuthorAgeFilesLines
...
* resolv: Remove DEBUG from resolv/res_send.cFlorian Weimer2017-06-301-144/+1
* resolv: Move the res_mkquery function to the resolv/mk_query.c fileFlorian Weimer2017-06-302-21/+21
* resolv: Reformat resolv/res_mkquery.c to GNU styleFlorian Weimer2017-06-301-144/+140
* resolv: Remove DEBUG macro from resolv/res_mkquery.cFlorian Weimer2017-06-301-18/+18
* resolv: Make RES_ROTATE start with a random name server [BZ #19570]Florian Weimer2017-06-303-28/+339
* resolv: Avoid timeouts in test-resolv-res-init, test-resolv-res_init-threadFlorian Weimer2017-06-271-0/+78
* resolv: Call _res_hconf_init from __res_vinitFlorian Weimer2017-06-272-1/+5
* resolv/tst-resolv-basic: Add test cases for bug 21295Florian Weimer2017-06-241-0/+16
* inet_pton: Reject IPv6 addresses with many leading zeros [BZ #16637]Florian Weimer2017-06-232-21/+12
* resolv/res_libc.c: Reformat to GNU styleFlorian Weimer2017-06-231-67/+86
* resolv: Clean up declarations of the __res_initstamp variableFlorian Weimer2017-06-233-2/+5
* __inet_pton_length: Implement new internal helper functionFlorian Weimer2017-06-215-72/+649
* resolv: Use getline for configuration file reading in res_vinit_1Florian Weimer2017-06-191-24/+43
* resolv: Report allocation errors in __res_vinitFlorian Weimer2017-06-193-34/+89
* resolv: Reformat res_vinit and related functions to GNU styleFlorian Weimer2017-06-191-334/+366
* resolv: Introduce is_sort_mask and call it from res_vinitFlorian Weimer2017-06-191-5/+10
* resolv: Remove DEBUG preprocessor conditionals from res_setoptionsFlorian Weimer2017-06-191-21/+0
* resolv: Move _res deallocation functions to their own fileFlorian Weimer2017-06-193-56/+138
* resolv: Move res_randomid to its own fileFlorian Weimer2017-06-193-8/+93
* resolv: Make __res_vinit hiddenFlorian Weimer2017-06-192-4/+0
* Include shlib-compat.h in many sunrpc/nis source files.Zack Weinberg2017-06-041-3/+2
* resolv: Tests for various versions of res_initFlorian Weimer2017-06-024-0/+649
* Remove __need macros from signal.h.Zack Weinberg2017-05-201-2/+1
* Remove __need_list_t and __need_res_state.Zack Weinberg2017-05-203-78/+77
* inet_pton: Reformat in GNU styleFlorian Weimer2017-05-111-149/+153
* support_format_addrinfo: Fix flags and canonname formattingFlorian Weimer2017-05-111-4/+67
* resolv: Use RES_DFLRETRY consistently [BZ #21474]Florian Weimer2017-05-091-2/+2
* Fix network headers stdint.h namespace (bug 21455).Joseph Myers2017-05-041-1/+1
* nss_dns: Correct parentheses for the __glibc_unlikely argumentFlorian Weimer2017-04-191-1/+1
* A third round of inclusion fixes for _ISOMAC testsuite.Zack Weinberg2017-04-192-0/+2
* resolv: Replace __builtin_expect with __glibc_unlikely/__glibc_likelyFlorian Weimer2017-04-195-20/+31
* Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer2017-04-192-6/+9
* resolv: Remove EDNS fallback [BZ #21369]Florian Weimer2017-04-133-64/+60
* resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]Florian Weimer2017-04-135-7/+565
* resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359]Florian Weimer2017-04-135-4/+244
* resolv: Remove internal and unused definitions from <resolv.h>Florian Weimer2017-04-135-20/+11
* resolv: Remove IQUERY supportFlorian Weimer2017-04-071-18/+0
* resolv: Add tst-resolv-canonnameFlorian Weimer2017-04-042-0/+322
* nss_dns: Replace local declarations with declarations from a header fileFlorian Weimer2017-04-042-14/+2
* nss_dns: Remove superfluous dn_expand call from network handlingFlorian Weimer2017-04-041-5/+3
* resolv: Add test coverage for ns_name_unpack, ns_name_ntopFlorian Weimer2017-04-043-0/+856
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Get rid of duplicate const declaration specifier warning in tst-resolv-qtypes.c.Stefan Liebler2017-02-241-1/+1
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-163-0/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0129-29/+29
* Update DNS RR type definitions [BZ #20593]Florian Weimer2016-12-313-101/+178
* CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]Florian Weimer2016-12-315-4/+196
* resolv: Deprecate RES_BLASTFlorian Weimer2016-12-313-4/+3
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-318-31/+56
* resolv: Add beginnings of a libresolv test suiteFlorian Weimer2016-12-317-1/+1542