2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 13:57:50 +00:00
Commit Graph

3175 Commits

Author SHA1 Message Date
David Hankins
61d75ea2cf - The reverse dns name for PTR updates on IPv6 addresses has been fixed to
use ip6.arpa. rather than default to in-addr.arpa and require user
  configuration.  [ISC-Bugs #17356]
2007-12-11 00:11:22 +00:00
Evan Hunt
af9271c5b7 Fix typo 2007-12-08 19:40:14 +00:00
Evan Hunt
e32529a528 dhc6_lease_destroy() and dhc6_ia_destroy() now set lease and IA
pointers to NULL after freeing, to prevent subsequent accesses to freed
memory.  [rt17352]
2007-12-08 19:36:00 +00:00
Shane Kerr
76db44f9d6 Always send preference if it is configured.
See RT ticket #17353 for more.
2007-12-08 18:09:32 +00:00
David Hankins
7314add6a1 autoconf regeneration 2007-12-06 05:52:02 +00:00
David Hankins
027a6a9c5f automake regeneration 2007-12-06 05:51:20 +00:00
David Hankins
95eeb0a68c autoheader regeneration 2007-12-06 05:47:54 +00:00
David Hankins
0de6d57f7d aclocal regeneration 2007-12-06 05:47:34 +00:00
David Hankins
8249a2b09d autoconf regeneration 2007-12-06 01:24:19 +00:00
David Hankins
0a0a08cf33 automake regeneration 2007-12-06 01:24:00 +00:00
David Hankins
501cd76e0b autoconf regeneration 2007-12-06 01:13:01 +00:00
David Hankins
d2d6feea29 autoheader regeneration 2007-12-06 01:09:03 +00:00
David Hankins
f3a39ab76b aclocal regeneration 2007-12-06 01:08:56 +00:00
David Hankins
c76a506e94 Release to 4.0.0rc1. 2007-12-06 01:08:46 +00:00
David Hankins
112e086c64 Copyright++. 2007-12-06 00:50:22 +00:00
David Hankins
9f1d5a2f4c - A bug was fixed where the DHCPv6 server puts the NoAddrsAvail status
code in the IA_NA was fixed.  The status code now appears in the root
  level.  [ISC-Bugs #17316b]
2007-12-06 00:08:44 +00:00
Shane Kerr
b9137d42af Insure we let people Request addresses that we suggested in Advertise.
See RT ticket #17302 for more.
2007-12-06 00:07:12 +00:00
David Hankins
8d7ba39e22 autoconf regeneration 2007-12-05 19:43:01 +00:00
David Hankins
0c5673bc78 automake regeneration 2007-12-05 19:42:57 +00:00
David Hankins
cb09988fad autoheader regeneration 2007-12-05 19:42:53 +00:00
David Hankins
98d84bdf46 aclocal regeneration 2007-12-05 19:42:49 +00:00
David Hankins
f8b3c6f42b - ./configure now autodetects local database locations rather than trying
to put dhcpd.leases and dhclient.leases in /usr/local/var/db, which no
  one ever has.  [ISC-Bugs #17268]
2007-12-05 19:41:29 +00:00
David Hankins
821f2dda54 - A reference overleak in DHCPv6 shared network processing was repaired.
[ISC-Bugs #17337]
2007-12-04 21:00:39 +00:00
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