summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright to 2022.Simon Kelley2022-01-241-1/+1
* Get compilation flags for libnftables from pkg-config.Simon Kelley2021-09-291-4/+5
* Add --nftset option, like --ipset but for the newer nftables.v2.87test2Simon Kelley2021-09-271-3/+4
* Connection track mark based DNS query filtering.Etan Kissling2021-06-211-1/+1
* Rename hash_questions.c, for consistency.v2.86test1Simon Kelley2021-06-081-1/+1
* Major rewrite of the DNS server and domain handling code.Simon Kelley2021-06-081-1/+1
* Bump copyright notices for 2021. Happy New Year!Simon Kelley2021-01-241-1/+1
* Change HAVE_NETTLEHASH compile-time to HAVE_CRYPTOHASH.Simon Kelley2021-01-241-0/+2
* Support hash function from nettle (only)Petr Menšík2020-12-161-3/+5
* Use SHA-256 to provide security against DNS cache poisoning.Simon Kelley2020-12-161-1/+2
* Makefile: fix i18n build with ubusFabrice Fontaine2019-08-161-1/+1
* Fix Makefile lines generating UBUS linker config.Simon Kelley2018-10-311-1/+1
* Add collection of metricsJulian Kornberger2018-07-211-2/+2
* Add OpenWRT ubus patchJulian Kornberger2018-07-211-2/+3
* Add packet-dump debugging facility.Simon Kelley2018-05-081-1/+1
* Makefile: Stop creating '-d' directoryKevin Darbyshire-Bryant2018-04-071-1/+2
* Add support for Ed25519 DNSSEC signature algorithm.Simon Kelley2017-10-271-1/+1
* Remove automatic IDN support when building i18n.Simon Kelley2017-05-211-4/+4
* Add optional support for libidn2 and therefore IDNA2008.Petr Menšík2017-05-101-2/+4
* Bump Lua version to 5.2.Simon Kelley2017-04-161-2/+2
* Comprehensive spelling/typo fixes.Josh Soref2017-02-061-2/+2
* Update copyright notices. Happy new year!Simon Kelley2016-01-061-1/+1
* Cache access to the kernel's ARP table.Simon Kelley2015-12-231-1/+1
* Split EDNS0 stuff into its own source file.Simon Kelley2015-12-211-1/+1
* Generalise RR-filtering code, for use with EDNS0.Simon Kelley2015-12-151-1/+2
* Use poll() instead of select() to remove limits on open file descriptors.v2.74test2Simon Kelley2015-07-121-1/+1
* Merge messages and fix makefile process to do this.v2.73rc10Simon Kelley2015-06-101-1/+1
* BSD make supportSimon Kelley2015-02-011-2/+4
* Update copyrights for dawn of 2015.Simon Kelley2015-01-311-1/+1
* Fix race condition issue in makefile.Yousong Zhou2015-01-051-1/+3
* Implement makefile dependencies on COPTS variable.Yousong Zhou2015-01-031-4/+6
* Use inotify instead of polling on Linux.Simon Kelley2014-12-101-1/+1
* Add --dns-loop-detect feature.Simon Kelley2014-07-291-1/+1
* Build config: add -DNO_GMP for use with nettle/mini-gmpSimon Kelley2014-06-171-1/+1
* Makefile typo.Simon Kelley2014-06-111-1/+1
* ipsets equivalent in *BSD, using pf tables.Simon Kelley2014-06-021-1/+1
* Linking stuff. Latest Debian/Ubuntu don't automatically link gmp.Simon Kelley2014-02-041-2/+3
* Debian package with DNSSEC now possible.Simon Kelley2014-01-281-2/+2
* Add ip6addr.h to Makefile list.Simon Kelley2014-01-131-1/+1
* Swap crypto library from openSSL to nettle.Simon Kelley2014-01-131-14/+14
* Move blockdata to it's own file.Simon Kelley2014-01-081-1/+1
* Update copyright for 2014.Simon Kelley2014-01-081-1/+1
* Tweak libraries and make DNSSEC compile optional.Simon Kelley2014-01-081-4/+4
* Merge branch 'master' into dnssecSimon Kelley2013-10-251-6/+24
|\
| * Add *.po target to cannonicalise .po files received from translators.Simon Kelley2013-10-021-0/+5
| * Add "baseline" and "bloatcheck" makefile targetsSimon Kelley2013-09-121-6/+19
* | Tidy rebaseSimon Kelley2013-08-201-1/+0
* | Initial openssl RSASHA1 implementation (only SHA1 for now).Giovanni Bajo2013-08-201-1/+2
* | Add openssl support to build machinery.Giovanni Bajo2013-08-201-2/+4
* | Initial dnssec structure.Giovanni Bajo2013-08-201-1/+2
|/