Age | Commit message (Expand) | Author | Files | Lines |
2018-01-08 | resolv: Support binary labels in test framework | Florian Weimer | 1 | -0/+2 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -1/+1 |
2017-11-22 | Obsolete p_secstodate. | Joseph Myers | 1 | -1/+3 |
2017-11-22 | Fix p_secstodate overflow handling (bug 22463). | Joseph Myers | 1 | -0/+2 |
2017-11-11 | resolv: Add tst-ns_name_pton | Florian Weimer | 1 | -0/+2 |
2017-11-11 | resolv: Add tst-res_hnok | Florian Weimer | 1 | -0/+2 |
2017-10-20 | resolv: Remove bogus targets that build ga_test | Will Hawkins | 1 | -6/+0 |
2017-09-26 | resolv/Makefile: Fix typo in comment | Florian Weimer | 1 | -1/+1 |
2017-07-05 | support: Add resolver testing mode which does not patch _res | Florian Weimer | 1 | -1/+5 |
2017-07-04 | resolv: Fix improper assert in __resolv_conf_attach | Florian Weimer | 1 | -0/+3 |
2017-07-03 | resolv: Introduce free list for resolv_conf index slosts | Florian Weimer | 1 | -1/+12 |
2017-07-03 | resolv: Introduce struct resolv_conf with extended resolver state | Florian Weimer | 1 | -1/+1 |
2017-07-03 | resolv: Introduce struct resolv_context [BZ #21668] | Florian Weimer | 1 | -1/+2 |
2017-06-30 | resolv: Make RES_ROTATE start with a random name server [BZ #19570] | Florian Weimer | 1 | -0/+4 |
2017-06-21 | __inet_pton_length: Implement new internal helper function | Florian Weimer | 1 | -0/+3 |
2017-06-19 | resolv: Move _res deallocation functions to their own file | Florian Weimer | 1 | -1/+1 |
2017-06-19 | resolv: Move res_randomid to its own file | Florian Weimer | 1 | -1/+1 |
2017-06-02 | resolv: Tests for various versions of res_init | Florian Weimer | 1 | -0/+8 |
2017-05-20 | Remove __need_list_t and __need_res_state. | Zack Weinberg | 1 | -1/+1 |
2017-04-13 | resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361] | Florian Weimer | 1 | -0/+2 |
2017-04-13 | resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359] | Florian Weimer | 1 | -0/+2 |
2017-04-04 | resolv: Add tst-resolv-canonname | Florian Weimer | 1 | -0/+9 |
2017-04-04 | resolv: Add test coverage for ns_name_unpack, ns_name_ntop | Florian Weimer | 1 | -0/+5 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-12-31 | CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784] | Florian Weimer | 1 | -0/+3 |
2016-12-31 | resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582] | Florian Weimer | 1 | -0/+3 |
2016-12-31 | resolv: Add beginnings of a libresolv test suite | Florian Weimer | 1 | -1/+17 |
2016-12-30 | resolv: Turn historic name lookup functions into compat symbols | Florian Weimer | 1 | -8/+3 |
2016-12-26 | Drop explicit stack-protection of pieces of the system [BZ #7065] | Nick Alcock | 1 | -1/+0 |
2016-10-11 | resolv: Compile without -Wno-write-strings | Florian Weimer | 1 | -3/+0 |
2016-09-21 | resolv: Remove unsupported hook functions from the API [BZ #20016] | Florian Weimer | 1 | -1/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-10-19 | Do not use -Wno-strict-prototypes. | Joseph Myers | 1 | -1/+1 |
2015-10-19 | use -fstack-protector-strong when available | Mike Frysinger | 1 | -3/+1 |
2015-07-08 | Install a dummy <rpc/netdb.h> when not building sunrpc/. | Roland McGrath | 1 | -0/+7 |
2015-06-23 | Fix potential hanging of gethostbyaddr_r/gethostbyname_r | Dmitry V. Levin | 1 | -0/+4 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-03-07 | Make tests consistently use *.out output files. | Joseph Myers | 1 | -7/+7 |
2014-03-06 | Enumerate tests with special rules in tests-special variable. | Joseph Myers | 1 | -10/+7 |
2014-02-28 | Fix fallout from Joseph's untested Makeconfig change. | Roland McGrath | 1 | -1/+1 |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers | 1 | -2/+2 |
2014-02-21 | Generate .test-result files for tests with special rules. | Joseph Myers | 1 | -2/+4 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-05-31 | Link extra-libs consistently with libc and ld.so. | Joseph Myers | 1 | -14/+2 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 1 | -2/+1 |
2012-10-24 | Define and use $(run-built-tests). | Joseph Myers | 1 | -2/+2 |
2012-03-23 | 2012-03-23 Daniel Jacobowitz <dmj@google.com> | Paul Pluzhnikov | 1 | -1/+3 |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -2/+0 |