Shawn Routhier
845f2f36ec
aclocal regeneration
2009-01-22 01:53:21 +00:00
Shawn Routhier
ae56655628
Update for 19054 - modifications to keep GCC 4.3 happy
2009-01-22 00:43:58 +00:00
Evan Hunt
5536fc37e3
regen
2009-01-07 22:23:02 +00:00
Evan Hunt
35e8f2f165
regen
2009-01-07 22:03:47 +00:00
David Hankins
1aa0fe5e3e
- A bug was fixed that caused the server not to answer some valid Solicit
...
and Request packets, if the dynamic range covering any requested addresses
had been deleted from configuration. [ISC-Bugs #19134 ]
2009-01-07 20:12:03 +00:00
Evan Hunt
4260dd9fee
update
2009-01-07 20:05:58 +00:00
Evan Hunt
159c89d7bf
Suppress spurious warnings from configure about --datarootdir [rt19097]
2009-01-07 20:05:30 +00:00
David Hankins
adbef11931
Pave the way for 4.2.0 feature listings, s/eight-spaces/tab/g.
2009-01-07 20:03:16 +00:00
David Hankins
47e6eb82cb
- The notorious 'option <unknown> ... larger than buffer' log line,
...
which is seen in some malformed DHCP client packets, was modified.
It now logs the universe name, and does not log the length values
(which are bogus corruption read from the packet anyway). It also
carries a hopefully more useful explanation. [ISC-Bugs #18241 ]
2009-01-07 19:54:06 +00:00
Shawn Routhier
59112e84f5
Validate argument to port option - bug 18695
2009-01-06 00:32:19 +00:00
Paul Selkirk
113e193fbc
update openwrt status
v4_1_0
2008-12-08 20:50:12 +00:00
David Hankins
05a3a6f447
autoconf regeneration
2008-12-05 20:15:20 +00:00
David Hankins
ab9ba1c285
automake regeneration
2008-12-05 20:14:58 +00:00
David Hankins
65d189449d
autoheader regeneration
2008-12-05 20:14:39 +00:00
David Hankins
2439901d3d
aclocal regeneration
2008-12-05 20:14:24 +00:00
David Hankins
0171be2dee
Version to 4.1.0 final.
2008-12-05 20:14:12 +00:00
Jeremy Reed
1731766d82
Minor grammar fix.
...
Reported in bugs ticket #18084 .
2008-11-21 13:59:56 +00:00
Jeremy Reed
d4d2c4751d
Mention atsfp and cltt.
...
This is for my bug # 18914.
This is also documented in dhcpd.8 manual page.
(Still need to make sure dhcpd.8 is clear about the
purpose of atsfp and about any problems when upgrading.)
2008-11-20 15:18:28 +00:00
Jeremy Reed
850d62597b
Document -x switch.
...
(I provided patch in Bug #18175.)
2008-11-20 14:55:14 +00:00
David Hankins
08ec63bb72
autoconf regeneration
v4_1_0rc1
2008-11-19 16:26:43 +00:00
David Hankins
c6a4a19a3f
automake regeneration
2008-11-19 16:26:35 +00:00
David Hankins
e47f0aaede
autoheader regeneration
2008-11-19 16:26:01 +00:00
David Hankins
a4361ddb6e
aclocal regeneration
2008-11-19 16:24:52 +00:00
David Hankins
09511ea30f
Version to 4.1.0rc1.
2008-11-19 16:24:07 +00:00
Shawn Routhier
fac2bbb026
Update documentation to refer to omshell(1)
2008-11-19 01:25:13 +00:00
Paul Selkirk
09c6b1cf46
initial openwrt support
2008-11-18 22:36:11 +00:00
Evan Hunt
ebf076feea
A missing "else" in dhcrelay.c could have caused an interface not to
...
be recognized. [rt18887]
2008-11-12 23:22:14 +00:00
Jeremy Reed
4d24561a64
regen
2008-11-10 21:58:59 +00:00
Jeremy Reed
26ef247fb6
Fix typo in help text.
...
This was reported by r.phillips@jkmrc.com on dhcp-users.
I manually edited configure instead of running autoconf.
2008-11-10 15:37:32 +00:00
David Hankins
d7ac7a275b
s/trasnmit/transmit/
2008-11-06 21:47:12 +00:00
David Hankins
a9cbe108cb
autoconf regeneration
v4_1_0b1
2008-11-03 23:37:18 +00:00
David Hankins
cd6470fa0a
automake regeneration
2008-11-03 23:37:01 +00:00
David Hankins
ba6df82f1f
Add scripts/macos to build.
2008-11-03 23:36:37 +00:00
David Hankins
236d3a996d
- A dhclient-script for MacOS X has been included, which enables
...
'dhclient -6' support. [ISC-Bugs #18204 ]
2008-11-03 23:32:12 +00:00
David Hankins
d8e93d4d97
autoconf regeneration
2008-11-03 22:19:44 +00:00
David Hankins
0dd9150b87
automake regeneration
2008-11-03 22:19:25 +00:00
David Hankins
e5386fb431
autoheader regeneration
2008-11-03 22:19:03 +00:00
David Hankins
cafaa2b4f1
aclocal regeneration
2008-11-03 22:18:52 +00:00
David Hankins
c728361c47
version to 4.1.0b1
...
copyright update
2008-11-03 21:51:44 +00:00
David Hankins
f1672d8907
- The !inet_pton() call in res_mkupdrec was adjusted to '<= 0' as
...
inet_pton returns either 1, 0, or -1. [ISC-Bugs #18511 ]
2008-11-03 21:39:31 +00:00
David Hankins
7d714d6bba
regen
2008-11-03 18:21:02 +00:00
David Hankins
899218e769
regen
2008-11-03 18:19:44 +00:00
David Hankins
fbcee149f8
- Delayed-ack is now a compile-time option, compiled out by default.
...
This feature is simply too experimental for right now, and causes
some problems to some failover installations. We will revisit this
in future releases. [ISC-Bugs #18832 ]
2008-11-03 18:13:58 +00:00
Francis Dupont
783259b1cc
Improve IA_TA server support (17586)
2008-10-22 11:41:58 +00:00
David Hankins
399d3dbe29
- A bug cleaning up unknown-xxx temporary option definitions was fixed.
...
[ISC-Bugs #18735 ]
2008-10-08 16:26:42 +00:00
David Hankins
1387545ff7
- Some failover debugging #defines have been better defined and some
...
high frequency messages moved to a deeper debugging symbol.
- The CLTT parameter in failover is now only updated by client activity,
and not by failover binding updates (taking on the peer's CLTT).
- Failover BNDUPD messages are now discarded if they conflict with an
update that has been trasnmitted, but not acknowledged.
[ISC-Bugs #17577c]
2008-09-24 16:18:56 +00:00
Francis Dupont
6ff3b26dd5
Commit rt17304 DHCPv6 examples
2008-09-24 08:38:58 +00:00
Francis Dupont
6cb2859389
DHCPv6 server example
2008-09-24 08:37:24 +00:00
Francis Dupont
a5e2fb5372
DHCPv6 client example
2008-09-24 08:36:46 +00:00
David Hankins
a4ffedd162
- A cosmetic bug in DHCPDECLINE processing was fixed which caused all
...
successful DHCPDECLINEs to be logged as "not found" rather than
"abandoned". [ISC-Bugs #18605 ]
2008-09-11 16:11:46 +00:00