Simon Kelley
c2bcd1e183
Generalise RR-filtering code, for use with EDNS0.
2015-12-15 17:25:21 +00:00
Simon Kelley
b842bc97bb
Use poll() instead of select() to remove limits on open file descriptors.
2015-07-12 21:09:11 +01:00
Simon Kelley
f7bfbdc872
Merge messages and fix makefile process to do this.
2015-06-10 22:31:02 +01:00
Simon Kelley
1062667618
BSD make support
2015-02-01 00:15:16 +00:00
Simon Kelley
aff3396280
Update copyrights for dawn of 2015.
2015-01-31 20:13:40 +00:00
Yousong Zhou
d8dbd903d0
Fix race condition issue in makefile.
2015-01-05 17:03:35 +00:00
Yousong Zhou
81c538efce
Implement makefile dependencies on COPTS variable.
2015-01-03 16:36:14 +00:00
Simon Kelley
193de4abf5
Use inotify instead of polling on Linux.
...
This should solve problems people are seeing when a file changes
twice within a second and thus is missed for polling.
2014-12-10 17:32:16 +00:00
Simon Kelley
b5ea1cc255
Add --dns-loop-detect feature.
2014-07-29 16:34:14 +01:00
Simon Kelley
063efb330a
Build config: add -DNO_GMP for use with nettle/mini-gmp
2014-06-17 19:49:31 +01:00
Simon Kelley
10d8540f62
Makefile typo.
2014-06-11 20:51:27 +01:00
Simon Kelley
c4a0937683
ipsets equivalent in *BSD, using pf tables.
2014-06-02 20:30:07 +01:00
Simon Kelley
b98d22c191
Linking stuff. Latest Debian/Ubuntu don't automatically link gmp.
2014-02-04 18:09:30 +00:00
Simon Kelley
00ec693db8
Debian package with DNSSEC now possible.
...
DNSSEC will eventually become opt-out and when that happens
I'll add libnettle build-depends. For now, build with
fakeroot debian/rules DEB_BUILD_OPTIONS=usednssec
to get DNSSEC support.
2014-01-28 11:08:57 +00:00
Simon Kelley
cc111e0bab
Add ip6addr.h to Makefile list.
2014-01-13 21:38:19 +00:00
Simon Kelley
86bec2d399
Swap crypto library from openSSL to nettle.
2014-01-13 21:31:20 +00:00
Simon Kelley
98c098bfc7
Move blockdata to it's own file.
2014-01-08 17:31:16 +00:00
Simon Kelley
c47e3ba446
Update copyright for 2014.
2014-01-08 17:07:54 +00:00
Simon Kelley
65d1e3bb9b
Tweak libraries and make DNSSEC compile optional.
2014-01-08 11:00:01 +00:00
Simon Kelley
5a4120dbfb
Merge branch 'master' into dnssec
...
Conflicts:
src/dnsmasq.h
src/forward.c
src/option.c
2013-10-25 13:16:27 +01:00
Simon Kelley
b7f666ff09
Add *.po target to cannonicalise .po files received from translators.
2013-10-02 11:48:43 +01:00
Simon Kelley
ceae52df15
Add "baseline" and "bloatcheck" makefile targets
2013-09-12 15:05:47 +01:00
Simon Kelley
687bac22db
Tidy rebase
2013-08-20 15:41:26 +01:00
Giovanni Bajo
9940aba9f6
Initial openssl RSASHA1 implementation (only SHA1 for now).
2013-08-20 15:41:18 +01:00
Giovanni Bajo
7e846b9858
Add openssl support to build machinery.
2013-08-20 15:41:18 +01:00
Giovanni Bajo
e292e93d35
Initial dnssec structure.
2013-08-20 15:41:18 +01:00
Simon Kelley
2bb73af7d1
Add --synth-domain
2013-04-24 20:35:43 +01:00
Jason A. Donenfeld
13d86c7372
Add --ipset option.
2013-02-22 21:44:08 +00:00
Simon Kelley
61744359de
Change copyright messages to include 2013.
2013-01-31 14:34:40 +00:00
Simon Kelley
4f7b304f53
Initial code to do authoritative DNS.
2012-11-28 21:27:02 +00:00
Simon Kelley
8e4b87918f
Header-file dependency checking in Makefile.
2012-11-14 14:12:56 +00:00
Simon Kelley
353ae4d270
Check assumed SLAAC addresses by pinging them.
2012-03-19 20:07:51 +00:00
Simon Kelley
c46c7c7584
tweak portable get-cwd trick code to work on GNU-make 3.82
2012-02-29 21:37:14 +00:00
Simon Kelley
4f8ff361dc
Tiny makefile tweak.
2012-02-29 16:01:17 +00:00
Simon Kelley
248489401a
Makefile cleanup - use lower case variables for internal use.
2012-02-29 11:23:41 +00:00
Simon Kelley
fdacfb0119
Makefile: support absolute paths in BUILDDIR
2012-02-28 15:20:25 +00:00
Simon Kelley
c239f7de25
rename header files.
2012-02-27 10:56:18 +00:00
Simon Kelley
c5ad4e7998
Router Advertisement
2012-02-24 16:06:20 +00:00
Simon Kelley
1adadf585d
Tweak Makefile so it works again in BSD make.
...
First cut at man page changes for DHCPv6
2012-02-13 22:15:58 +00:00
Simon Kelley
e5ffdb9c77
BUILD_DIR -> BUILDDIR, for consistency.
2012-02-13 14:28:13 +00:00
Simon Kelley
b36ae19434
Add BUILD_DIR variable to makefile.
2012-02-13 12:54:34 +00:00
Simon Kelley
4cb1b32009
Clean compile, basic DHCPv6 functionality is there.
...
TODO
hostname handling.
update DHCP6 configs from dns
parse domain=<domain>,<IPv6 range>
pretty-print counted string options.
DECLINE messages
lease-script fro DHCPv6
2012-02-06 14:30:41 +00:00
Simon Kelley
5954608577
Updated copyright notices. Happy new year!
2012-01-06 20:02:04 +00:00
Simon Kelley
a4f04ed45a
Generate version string from git automatically
2012-01-06 11:47:02 +00:00
Simon Kelley
c72daea868
Accumulated 2.60 changes going into git
2012-01-05 21:33:27 +00:00
Simon Kelley
7de060b08d
import of dnsmasq-2.58.tar.gz
2012-01-05 17:31:15 +00:00
Simon Kelley
572b41eb50
import of dnsmasq-2.57.tar.gz
2012-01-05 17:31:15 +00:00
Simon Kelley
316e2730ac
import of dnsmasq-2.52.tar.gz
2012-01-05 17:31:15 +00:00
Simon Kelley
1f15b81d61
import of dnsmasq-2.51.tar.gz
2012-01-05 17:31:14 +00:00
Simon Kelley
7622fc06ab
import of dnsmasq-2.48.tar.gz
2012-01-05 17:31:14 +00:00