Simon Kelley
|
3e8ed78bf1
|
Fix option parsing for --dhcp-host.
|
2013-05-29 14:31:33 +01:00 |
|
Simon Kelley
|
76dd75de77
|
Fix hang from new interface-name code, when using TCP.
|
2013-05-23 10:04:25 +01:00 |
|
Simon Kelley
|
115ac3e4d7
|
Generalise --interface-name to cope with IPv6 addresses.
|
2013-05-20 11:28:32 +01:00 |
|
Simon Kelley
|
cfcad42ff1
|
Fix failure to start with ENOTSOCK
|
2013-05-17 11:32:03 +01:00 |
|
Simon Kelley
|
3f2873d42c
|
Handle IPv4 interface-address labels in Linux.
|
2013-05-14 11:28:47 +01:00 |
|
Simon Kelley
|
ab915f837c
|
Only use ourselves as default DNS server for RA if we're doing DNS.
This makes RA the same as DHCP4/6
|
2013-04-30 10:43:09 +01:00 |
|
Simon Kelley
|
ddd9a6b499
|
replace inet_addr with inet_pton() in src/option.c
|
2013-04-29 17:00:21 +01:00 |
|
Simon Kelley
|
7abb69b5dc
|
Tighten checks in legal_hostname().
|
2013-04-29 10:52:16 +01:00 |
|
Simon Kelley
|
d5052fb24f
|
Fix FTBFS in ipset.c with old kernel headers.
|
2013-04-25 12:44:20 +01:00 |
|
Simon Kelley
|
b5a7ff42bb
|
Check length of synth-domain prefix.
|
2013-04-25 11:03:47 +01:00 |
|
Simon Kelley
|
48fd1c4dd6
|
Allow option prefix in --synth-domain.
|
2013-04-25 09:49:38 +01:00 |
|
Simon Kelley
|
2bb73af7d1
|
Add --synth-domain
|
2013-04-24 20:35:43 +01:00 |
|
Simon Kelley
|
86e92f9983
|
--dhcp-match et al now work with BOOTP as well as DHCP.
|
2013-04-23 11:31:39 +01:00 |
|
Simon Kelley
|
aa63a21ce0
|
Fix regression in dhcp_lease_time utility.
|
2013-04-22 15:01:52 +01:00 |
|
Giacomo Tazzari
|
797a7afba4
|
Fix crash on SERVFAIL when --conntrack in use.
|
2013-04-22 13:16:37 +01:00 |
|
Simon Kelley
|
4b5ea12e90
|
Send TCP DNS messages in one write() call. Stops TCP stream fragmenting.
This is an optimisation, not a bugfix. Thanks to Jim Bos for spotting it.
|
2013-04-22 10:22:55 +01:00 |
|
Simon Kelley
|
bd08ae67f9
|
Allow option number zero in encapsulated DHCP options.
|
2013-04-19 10:22:06 +01:00 |
|
Dave Reisner
|
4582c0efe7
|
Fix wrong size in memset() call.
Thanks to Dave Reisner.
|
2013-04-18 21:02:41 +01:00 |
|
Simon Kelley
|
d9ee9c0872
|
Better error check on options parsing.
|
2013-04-12 11:17:55 +01:00 |
|
Simon Kelley
|
0b0a73c1c9
|
Fix crash on exceeding DHCP lease limit.
|
2013-04-11 14:07:02 +01:00 |
|
Simon Kelley
|
9de1aa9b7f
|
Fix parsing of IAID>MAXINT in leases file.
Thanks to Christof Meerwald for the bug report.
|
2013-04-10 11:17:12 +01:00 |
|
Simon Kelley
|
6f9aaa93e9
|
->hwaddr_len must be zero always in DHCPv6 leases.
|
2013-04-10 10:25:26 +01:00 |
|
Simon Kelley
|
7e5664bdbc
|
Fix trivial access of un-initialised memory.
Thanks to sven falpin for finding this.
|
2013-04-09 22:28:04 +01:00 |
|
Simon Kelley
|
96c727fda6
|
Cope with duplicate dhcp-options with tags (last one wins).
|
2013-04-02 21:35:41 +01:00 |
|
Simon Kelley
|
27cb314e54
|
Fix endless loop when dhcp-range goes away.
|
2013-04-02 20:06:39 +01:00 |
|
Simon Kelley
|
56a1142f03
|
SO_REUSEPORT may be defined, but not supported.
|
2013-04-02 17:02:58 +01:00 |
|
Simon Kelley
|
5b37aa8c19
|
Trivial change: 0->NULL for pointer constant.
|
2013-04-02 16:32:25 +01:00 |
|
Simon Kelley
|
8ac9787350
|
Fix lease time calculation when using DHCPv6 relay.
|
2013-03-30 21:34:19 +00:00 |
|
Simon Kelley
|
4c985dac39
|
Indentation.
|
2013-03-22 14:07:38 +00:00 |
|
Simon Kelley
|
3ddad24608
|
Compile-in IPSET by default.
|
2013-03-21 17:56:06 +00:00 |
|
Simon Kelley
|
6e37ab595c
|
Send prefix-class in DHCPREPLY as well as DHCPADVERTISE.
|
2013-03-19 20:50:11 +00:00 |
|
Simon Kelley
|
a1a79edaea
|
Bugfix for latest DHCPv6 update.
|
2013-03-15 21:19:57 +00:00 |
|
Simon Kelley
|
49333cbdbe
|
Allow trailing '*' wildcard in interface names.
|
2013-03-15 20:30:51 +00:00 |
|
Simon Kelley
|
de92b479d9
|
Make wildcard-configured addresses work on multiple networks.
|
2013-03-15 18:26:23 +00:00 |
|
Simon Kelley
|
c630924d66
|
Experimental support for DHCPv6 prefix-class option.
|
2013-03-07 20:59:28 +00:00 |
|
Simon Kelley
|
ff59fc82b3
|
Split out context-marking from add_address.
|
2013-03-07 11:00:26 +00:00 |
|
Simon Kelley
|
52a1ae72f0
|
Another logic problem in refactor.
|
2013-03-06 22:43:26 +00:00 |
|
Simon Kelley
|
3a654c506f
|
Respect difference between no IA_{TN}A and no IA_ADDR options.
|
2013-03-06 22:17:48 +00:00 |
|
Simon Kelley
|
2763d4b51a
|
Fix unused variable warning.
|
2013-03-06 21:24:56 +00:00 |
|
Simon Kelley
|
e28836bf45
|
Fix crash in DHCPv6 renew, introduced in refactor.
|
2013-03-06 21:22:22 +00:00 |
|
Simon Kelley
|
a6ebfacf7b
|
Massive refactor of stateful DHCPv6. Lease multiple prefixes per client.
|
2013-03-06 20:54:27 +00:00 |
|
Simon Kelley
|
c7961075c4
|
Don't erroneously reject some option names in --dhcp-match
|
2013-02-28 15:17:58 +00:00 |
|
Simon Kelley
|
ab6ede7e04
|
Handle EINTR return from sendto() in ipset.c
|
2013-02-23 19:22:37 +00:00 |
|
Jason A. Donenfeld
|
13d86c7372
|
Add --ipset option.
|
2013-02-22 21:44:08 +00:00 |
|
Simon Kelley
|
208fb610a6
|
Fix wrong DNSMASQ_LEASE_EXPIRES envar when luascript in use also.
|
2013-02-21 22:26:18 +00:00 |
|
Simon Kelley
|
4038ae2005
|
Fix crash in DHCPv6 information-request handler.
|
2013-02-19 16:47:07 +00:00 |
|
Simon Kelley
|
dd1721c799
|
DHCPv4 relay-agent options exposed to DHCP-script.
|
2013-02-18 21:04:04 +00:00 |
|
Simon Kelley
|
a21e27bc99
|
Support DHCP DNS server option if we're not doing DNS.
|
2013-02-17 16:41:35 +00:00 |
|
Simon Kelley
|
b0ff858e78
|
Fix FTBFS if HAVE_BROKEN_RTC defined.
|
2013-02-06 09:57:47 +00:00 |
|
Simon Kelley
|
54dae552b1
|
Fix previous commit.
|
2013-02-05 17:55:10 +00:00 |
|