summaryrefslogtreecommitdiff
path: root/resolv/Makefile
AgeCommit message (Expand)Author
2018-05-23Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer
2018-01-08resolv: Support binary labels in test frameworkFlorian Weimer
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu
2017-11-22Obsolete p_secstodate.Joseph Myers
2017-11-22Fix p_secstodate overflow handling (bug 22463).Joseph Myers
2017-11-11resolv: Add tst-ns_name_ptonFlorian Weimer
2017-11-11resolv: Add tst-res_hnokFlorian Weimer
2017-10-20resolv: Remove bogus targets that build ga_testWill Hawkins
2017-09-26resolv/Makefile: Fix typo in commentFlorian Weimer
2017-07-05support: Add resolver testing mode which does not patch _resFlorian Weimer
2017-07-04resolv: Fix improper assert in __resolv_conf_attachFlorian Weimer
2017-07-03resolv: Introduce free list for resolv_conf index slostsFlorian Weimer
2017-07-03resolv: Introduce struct resolv_conf with extended resolver stateFlorian Weimer
2017-07-03resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer
2017-06-30resolv: Make RES_ROTATE start with a random name server [BZ #19570]Florian Weimer
2017-06-21__inet_pton_length: Implement new internal helper functionFlorian Weimer
2017-06-19resolv: Move _res deallocation functions to their own fileFlorian Weimer
2017-06-19resolv: Move res_randomid to its own fileFlorian Weimer
2017-06-02resolv: Tests for various versions of res_initFlorian Weimer
2017-05-20Remove __need_list_t and __need_res_state.Zack Weinberg
2017-04-13resolv: Reduce EDNS payload size to 1200 bytes [BZ #21361]Florian Weimer
2017-04-13resolv: Support an exactly sized buffer in ns_name_pack [BZ #21359]Florian Weimer
2017-04-04resolv: Add tst-resolv-canonnameFlorian Weimer
2017-04-04resolv: Add test coverage for ns_name_unpack, ns_name_ntopFlorian Weimer
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31CVE-2015-5180: resolv: Fix crash with internal QTYPE [BZ #18784]Florian Weimer
2016-12-31resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer
2016-12-31resolv: Add beginnings of a libresolv test suiteFlorian Weimer
2016-12-30resolv: Turn historic name lookup functions into compat symbolsFlorian Weimer
2016-12-26Drop explicit stack-protection of pieces of the system [BZ #7065]Nick Alcock
2016-10-11resolv: Compile without -Wno-write-stringsFlorian Weimer
2016-09-21resolv: Remove unsupported hook functions from the API [BZ #20016]Florian Weimer
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-19Do not use -Wno-strict-prototypes.Joseph Myers
2015-10-19use -fstack-protector-strong when availableMike Frysinger
2015-07-08Install a dummy <rpc/netdb.h> when not building sunrpc/.Roland McGrath
2015-06-23Fix potential hanging of gethostbyaddr_r/gethostbyname_rDmitry V. Levin
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-03-07Make tests consistently use *.out output files.Joseph Myers
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers
2014-02-28Fix fallout from Joseph's untested Makeconfig change.Roland McGrath
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers
2014-02-21Generate .test-result files for tests with special rules.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2012-10-24Define and use $(run-built-tests).Joseph Myers
2012-03-232012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov