David Hankins
e5d8352416
- A bug was fixed that caused the DHCPv6 ORO option to be corrupted with
...
seemingly random values. [ISC-Bugs #17305 ]
2007-12-03 22:17:58 +00:00
Francis Dupont
c54db70868
fix dhcp6.status-code success parsing
2007-12-03 19:10:19 +00:00
Shane Kerr
6f76de5884
Properly ignore address hints if we cannot supply them.
...
See RT ticket #17303 for details.
2007-12-02 23:19:02 +00:00
David Hankins
838358228b
Document changes to dhclient-script.
2007-12-02 21:00:24 +00:00
Francis Dupont
20ae1affb0
almost editorial stuff
2007-11-30 21:51:43 +00:00
Francis Dupont
e102ecceb9
fix IPv6 nits
2007-11-30 21:28:29 +00:00
Francis Dupont
1ac571730f
Add an entry about Information-Request support by the server.
2007-11-30 21:04:43 +00:00
Francis Dupont
4f963ddc52
the DHCPv6 server now replies to Information-Request messages
2007-11-30 21:02:56 +00:00
David Hankins
c0216cb7c9
- The DHCPv6 client now issues fresh transaction IDs on Renew and Rebind
...
message exchanges, rather than using the most recent ID. [ISC-Bugs #17300 ]
2007-11-20 21:07:12 +00:00
David Hankins
b024480eba
- The server now limits clients that request multiple addresses to one
...
address per IA by default, which can be adjusted through the
"limit-addrs-per-ia" configuration option. [ISC-Bugs #17271 ]
2007-11-20 18:34:37 +00:00
David Hankins
703873ab37
- If the client had multiple addresses, and one expired (was not renewed
...
by the server), the client would continue to attempt to renew the same
old address over and over. Now, the client will omit any expired
addresses from future Confirm, Renew, or Rebind messages. [ISC-Bugs #17266 ]
- dhclient -6 will now select renew/rebind timers based upon the longest
address expiration time rather than the shortest expiration time, in
order to avoid cascading renewals in the event a server elects not to
extend one of multiple IAADDR leases. [ISC-Bugs #17266 ]
2007-11-20 18:33:07 +00:00
Francis Dupont
a0006737bb
spelling
2007-11-19 22:21:25 +00:00
Shane Kerr
f7768ce184
regen
2007-11-16 11:20:56 +00:00
Shane Kerr
fec8806ae5
autoconf regeneration
2007-11-16 11:08:57 +00:00
Shane Kerr
22a3cd2738
automake regeneration + added forgotten example tests
2007-11-16 11:08:33 +00:00
Shane Kerr
6e999c3c8a
Unit test framework now added.
...
See RT ticket #17223 for more.
2007-11-16 11:04:12 +00:00
David Hankins
b9ced02868
autoconf regeneration
v4_0_0b3
2007-11-14 23:49:40 +00:00
David Hankins
15fcbe9a02
automake regeneration
2007-11-14 23:49:28 +00:00
David Hankins
573deb2379
autoheader regeneration
2007-11-14 23:49:09 +00:00
David Hankins
359e031d8c
aclocal regeneration
2007-11-14 23:48:55 +00:00
David Hankins
66269cce1c
To version 4.0.0b3.
2007-11-14 23:48:34 +00:00
David Hankins
bead14ea8b
- The server will now include multiple IA_NA's and multiple IAADDRs within
...
them, if advertised by the client. It still only seeks to allocate one
new address. [ISC-Bugs #17254 ]
2007-11-14 23:44:46 +00:00
David Hankins
8b1cb22681
Don't segfault on NULLs.
2007-11-07 19:42:18 +00:00
David Hankins
290b43b9cb
Remove unreviewed sources from HEAD.
2007-11-06 18:31:36 +00:00
Evan Hunt
65cf86d7ab
Clarify error message when lease limit reached. [rt17010]
2007-11-02 22:09:02 +00:00
David Hankins
b1d3778ce8
- Relative time may now be used as a qualifier for 'allow' and 'deny' access
...
control lists. These directives may be used to assist in re-addressing
address pools without having to constantly reconfigure the server. Please
see 'man dhcpd.conf' for more information on allow/deny 'after time' syntax.
Thanks to a patch from Christof Chen. [ISC-Bugs #17110 ]
2007-10-31 19:13:33 +00:00
David Hankins
e4a6be15e8
Might even work.
2007-10-30 23:08:16 +00:00
Evan Hunt
75135a3f7f
Use different paths for PID and lease files when running in DHCPv4 or
...
DHCPv6 mode, so that servers for both protcols can be run simultaneously on
a single interface. [rt17227]
2007-10-27 19:15:37 +00:00
Evan Hunt
182b187ea5
Don't delete PID files before writing to them. [rt17030]
2007-10-27 18:58:59 +00:00
Evan Hunt
5c2d55c729
Add note for merges of 17090 and 17250 (which I forgot to do before)
2007-10-27 05:39:59 +00:00
Evan Hunt
e2624b82f1
- Reworked cons_options() and store_options() to fix a buffer
...
overflow that could result in a DoS (CVS 2007-0062). Also general
code tidying. [rt17090]
- Also fixed a spurious error message on the client. [rt17250]
2007-10-26 22:46:50 +00:00
David Hankins
6b911c8634
remove redundant dhcp-dhcp
2007-10-25 17:02:33 +00:00
David Hankins
4479e089d4
autoconf regeneration
v4_0_0b2
2007-10-24 17:04:24 +00:00
David Hankins
92f55004fd
automake regeneration
2007-10-24 17:04:20 +00:00
David Hankins
ce603a5cf8
autoheader regeneration
2007-10-24 17:04:15 +00:00
David Hankins
3304006fe0
aclocal regeneration
2007-10-24 17:04:12 +00:00
David Hankins
50342d5a92
Version to 4.0.0b2.
2007-10-24 17:04:01 +00:00
David Hankins
5279b8f3ee
- The client leasing subsystem was streamlined and corrected to account
...
more closely for changes in client link attachment selection.
[ISC-Bugs #17198 ]
2007-10-24 00:54:12 +00:00
David Hankins
c71c6399b1
- sendmsg()/recvmsg() control buffers are now declared in such a way to
...
ensure they are correctly aligned on all (esp. 64-bit) architectures.
[ISC-Bugs #17087b]
2007-10-23 21:39:56 +00:00
David Hankins
edb1283e10
- The peer_wants_leases() changes pulled up from 3.1.0 were corrected,
...
'never used' leases will no longer consistently shift between servers
on every pool rebalance run. [ISC-Bugs #17211 ]
2007-10-09 22:32:49 +00:00
Shane Kerr
f765ec3672
Forgot to update RELNOTES on RT ticket #17196 .
2007-10-09 08:17:55 +00:00
Shane Kerr
4f8a4a8894
Fix a number of bugs with the internal lease state handling.
...
See RT ticket #17196 for more information.
2007-10-09 08:16:09 +00:00
David Hankins
8f77e28611
autoconf regeneration
2007-10-08 14:32:06 +00:00
David Hankins
3ed187ed00
automake regeneration
2007-10-08 14:32:04 +00:00
David Hankins
f19ee83f3b
autoheader regeneration
2007-10-08 14:31:59 +00:00
David Hankins
64d34e78bd
aclocal regeneration
2007-10-08 14:31:56 +00:00
David Hankins
2394b26b27
- Additional compilation problems on HP/UX have been repaired.
...
[ISC-Bugs #17201 ]
2007-10-08 14:27:53 +00:00
David Hankins
8bfe717e86
*** empty log message ***
v4_0_0b1
2007-10-05 22:48:51 +00:00
David Hankins
7285af3087
- DDNS updates state information are now stored in 'binding scopes' that
...
follow the leases through their lifecycles. This enables DDNS teardowns
on leases that are assigned and expired inbetween a server restart (the
state is recovered from dhcpd.leases). Arbitrary user-specified binding
scopes ('set var = "value";') are not yet supported.
2007-10-05 22:29:51 +00:00
David Hankins
2386325871
autoconf regeneration
2007-10-05 19:42:17 +00:00