]> git.ipfire.org Git - thirdparty/dhcp.git/blame - RELNOTES
[master] Merge branch 'rt25901_atf'
[thirdparty/dhcp.git] / RELNOTES
CommitLineData
98311e4b 1 Internet Systems Consortium DHCP Distribution
adbef119
DH
2 Version 4.2.0
3 21 December 2012
72c7bd79 4
0171be2d 5 Release Notes
72c7bd79 6
0171be2d 7 NEW FEATURES
16449d9c 8
adbef119
DH
9ISC DHCP 4.2.x includes features that were not included in DHCP 4.1.x.
10These include:
37ec5845 11
98bf1607 12Processing the DHCP to DNS server transactions in an asyncrhonous fashion.
09afca0d 13The DHCP server or client can now continue with its processing while
98bf1607
SR
14awaiting replies from the DNS server.
15
01a54c17
EH
16There are a number of DHCPv6 limitations and features missing in this
17release, which will be addressed in the future:
98bd7ca0 18
01a54c17 19- Only Solaris, Linux, FreeBSD, NetBSD, and OpenBSD are supported.
3a16098f 20
adbef119
DH
21- DHCPv6 includes human-readable text in status code messages, in
22 English. A method to reconfigure or support other languages would
23 be preferrable.
98bd7ca0
DH
24
25- The "host-identifier" option is limited to a simple token.
26
98bd7ca0 27- The client and server can only operate DHCPv4 or DHCPv6 at a time,
45d545f0 28 not both. To use both protocols simultaneously, two instances of the
6de1f33e 29 relevant daemon are required, one with the '-6' command line option.
4ff4053b 30
01a54c17
EH
31For information on how to install, configure and run this software, as
32well as how to find documentation and report bugs, please consult the
33README file.
ca4606b5 34
01a54c17
EH
35ISC DHCP uses standard GNU configure for installation. Please review the
36output of "./configure --help" to see what options are available.
fe5b0fdd 37
01a54c17
EH
38The system has only been tested on Linux, FreeBSD, and Solaris, and may not
39work on other platforms. Please report any problems and suggested fixes to
40<dhcp-users@isc.org>.
98bd7ca0 41
6980ae03 42 Changes since 4.2.0 (new features)
51b8a8a0
SR
43
44- If a client renews before 'dhcp-cache-threshold' percent of its lease
45 has elapsed (default 25%), the server will reuse the allocated lease
46 (provide a lease within the currently allocated lease-time) rather
47 than extend or renew the lease. This absolves the server of needing
48 to perform an fsync() operation on the lease database before reply,
49 which improves performance. [ISC-Bugs #22228]
50
6980ae03
SR
51- The 'no available billing' log line now also logs the name of the last
52 matching billing class tried before failing to provide a billing.
53 [ISC-Bugs #21759]
54
32e651c4
SR
55- A problem with missing get_hw_addr function when --enable-use-sockets
56 was used is now solved on GNU/Linux, BSD and GNU/Hurd systems. Note
57 that use-sockets feature was not tested on those systems. Client and
58 server code no longer use MAX_PATH constant that is not defined on
59 GNU/Hurd systems. [ISC-Bugs 25979]
60
9f9265b6
SR
61 Changes since 4.2.4
62
63- Correct code to calculate timing values in client to compare
64 rebind value to infinity instead of renew value.
65 Thanks to Chenda Huang from H3C Technologies Co., Limited
66 for reporting this issue.
67 [ISC-Bugs #29062]
68
35de6c8c
SR
69- Fix some issues in the code for parsing and printing options.
70 [ISC-Bugs #22625] - properly print options that have several fields
71 followed by an array of something for example "fIa"
72 [ISC-Bugs #27289] - properly parse options in declarations that have
73 several fields followed by an array of something for example "fIa"
74 [ISC-Bugs #27296] - properly determine if we parsed a 16 or 32 bit
75 value in evaluate_numeric_expression (extract-int).
76 [ISC-Bugs #27314] - properly parse a zero length option from
77 a lease file. Thanks to Marius Tomaschewski from SUSE for the report
78 and prototype patch for this ticket as well as ticket 27289.
79
de87ffe3
SR
80! Previously the server code was relaxed to allow packets with zero
81 length client ids to be processed. Under some situations use of
82 zero length client ids can cause the server to go into an infinite
83 loop. As such ids are not valid according to RFC 2132 section 9.14
84 the server no longer accepts them. Client ids with a length of 1
85 are also invalid but the server still accepts them in order to
86 minimize disruption. The restriction will likely be tightened in
87 the future to disallow ids with a length of 1.
88 Thanks to Markus Hietava of Codenomicon CROSS project for the
89 finding this issue and CERT-FI for vulnerability coordination.
90 [ISC-Bugs #29851]
91 CVE: CVE-2012-3571
92
e563ec2e
SR
93! When attempting to convert a DUID from a client id option
94 into a hardware address handle unexpected client ids properly.
95 Thanks to Markus Hietava of Codenomicon CROSS project for the
96 finding this issue and CERT-FI for vulnerability coordination.
97 [ISC-Bugs #29852]
98 CVE: CVE-2012-3570
99
3bedb117
SR
100! A pair of memory leaks were found and fixed. Thanks to
101 Glen Eustace of Massey University, New Zealand for finding
102 this issue.
103 [ISC-Bugs #30024]
df2c355e 104 CVE: CVE-2012-3954
3bedb117 105
b95f1ee0
SR
106 Changes since 4.2.3
107
108! Add a check for a null pointer before calling the regexec function.
dc6908b4 109 Without this check we could, under some circumstances, pass
b95f1ee0 110 a null pointer to the regexec function causing it to segfault.
317d1182 111 Thanks to a report from BlueCat Networks.
b95f1ee0 112 [ISC-Bugs #26704].
846af1cd 113 CVE: CVE-2011-4539
b95f1ee0 114
0ef9a46e
SR
115! Modify the DDNS handling code. In a previous patch we added logging
116 code to the DDNS handling. This code included a bug that caused it
117 to attempt to dereference a NULL pointer and eventually segfault.
118 While reviewing the code as we addressed this problem, we determined
119 that some of the updates to the lease structures would not work as
120 planned since the structures being updated were in the process of
121 being freed: these updates were removed. In addition we removed an
122 incorrect call to the DDNS removal function that could cause a failure
123 during the removal of DDNS information from the DNS server.
124 Thanks to Jasper Jongmans for reporting this issue.
125 [ISC-Bugs #27078]
126 CVE: CVE-2011-4868
127
de6c9af6
SR
128- Fixed the code that checks if an address the server is planning
129 to hand out is in a reserved range. This would appear as
130 the server being out of addresses in pools with particular ranges.
131 [ISC-Bugs #26498]
132
87132514
SR
133- In the DDNS code handle error conditions more gracefully and add more
134 logging code. The major change is to handle unexpected cancel events
135 from the DNS client code.
cfc49463 136 [ISC-Bugs #26287]
87132514 137
cfc49463 138- Tidy up the receive calls and eliminate the need for found_pkt.
865afd5e
SR
139 [ISC-Bugs #25066]
140
b047bd38
SR
141- Add support for Infiniband over sockets to the server and
142 relay code. We've tested this on Solaris and hope to expand
143 support for Infiniband in the future. This patch also corrects
53394a8d
SR
144 some issues we found in the socket code.
145 [ISC-Bugs #24245]
b047bd38 146
e3c94800
SR
147- Add a compile time check for the presence of the noreturn attribute
148 and use it for log_fatal if it's available. This will help code
149 checking programs to eliminate false positives.
d13db163 150 [ISC-Bugs #27539]
e3c94800 151
dd9237c3
TM
152- Fixed many compilation problems ("set, but not used" warnings) for
153 gcc 4.6 that may affect Ubuntu 11.10 users. [ISC-Bugs #27588]
154
d13db163
SR
155- Modify the code that determines if an outstanding DDNS request
156 should be cancelled. This patch results in cancelling the
157 outstanding request less often. It fixes the problem caused
cfc49463 158 by a client doing a release where the TXT and PTR records
d13db163
SR
159 weren't removed from the DNS.
160 [ISC-BUGS #27858]
161
b342f2e7
SR
162- Use offsetof() instead of sizeof() to get the sizes for dhcpv6_relay_packet
163 and dhcpv6_packet in several more places. Thanks to a report from
164 Bruno Verstuyft and Vincent Demaertelaere of Excentis.
165 [ISC-Bugs #27941]
166
cfc49463
SR
167- Remove outdated note in the description of the bootp keyword about the
168 option not satisfying the requirement of failover peers for denying
169 dynamic bootp clients.
797aab67
SR
170 [ISC-bugs #28574]
171
bc7f8b8e
SR
172- Multiple items to clean up IPv6 address processing.
173 When processing an IA that we've seen check to see if the
174 addresses are usable (not in use by somebody else) before
175 handing it out.
176 When reading in leases from the file discard expired addresses.
177 When picking an address for a client include the IA ID in
178 addition to the client ID to generally pick different addresses
179 for different IAs.
180 [ISC-Bugs #23138] [ISC-Bugs #27945] [ISC-Bugs #25586]
181 [ISC-Bugs #27684]
182
d289ee68
SR
183- Remove unnecessary checks in the lease query code and clean up
184 several compiler issues (some dereferences of NULL and treating
185 an int as a boolean).
186 [ISC-Bugs #26203]
187
d19fa5a1
SR
188- Fix the NA and PD allocation code to handle the case where a client
189 provides a preference and the server doesn't have any addresses or
cfc49463
SR
190 prefixes available. Previously the server ignored the request with
191 this patch it replies with a NoAddrsAvail or NoPrefixAvail response.
d19fa5a1 192 By default the code performs according to the errata of August 2010
53394a8d 193 for RFC 3315 section 17.2.2; to enable the previous style see the
cfc49463 194 section on RFC3315_PRE_ERRATA_2010_08 in includes/site.h. This option
d19fa5a1
SR
195 may be removed in the future.
196 Thanks to Jiri Popelka at Red Hat for the patch.
197 [ISC-Bugs #22676]
198
cfc49463 199- Fix up some issues found by static analysis.
bb9189c3
SR
200 A potential memory leak and NULL dereference in omapi.
201 The use of a boolean test instead of a bitwise test in dst.
202 [ISC-Bugs #28941]
203
cbbd2714
SR
204- Rotate the lease file when running in v6 mode.
205 Thanks to Christoph Moench-Tegeder at Astaro for the
206 report and the first version of the patch.
207 [ISC-Bugs #24887]
208
d208bb04
SR
209 Changes since 4.2.2
210
211- Fix the code that checks for an existing DDNS transaction to cancel
212 when removing DDNS information, so that we will continue with the
213 processing if we have a lease even if it doesn't have an outstanding
214 transaction. [ISC-Bugs #24682]
215
25f664a6
SR
216- Add AM_MAINTAINER_MODE to configure.ac to avoid rebuilding
217 configuration files. [ISC-Bugs #24107]
218
d424157d
SR
219- Add support for passing DDNS information to a DNS server over
220 an IPv6 address. [ISC-Bugs #22647]
221
3221151b
SR
222- Enhanced patch for 23595 to handle IPv4 fixed addresses more
223 cleanly. [ISC-Bugs #23595]
224
bea17697
SR
225 Changes since 4.2.1
226
227! In dhclient check the data for some string options for
228 reasonableness before passing it along to the script that
229 interfaces with the OS.
230 [ISC-Bugs #23722]
231 CVE: CVE-2011-0997
c7aa4dd4
TM
232
233- DHCPv6 server now responds properly if client asks for a prefix that
234 is already assigned to a different client. [ISC-Bugs #23948]
4a5bfeac
SR
235
236- Add the option "--no-pid" to the client, relay and server code,
237 to disable writing a pid file. Add the option "-pf pidfile"
238 to the relay to allow the user to supply the pidfile name at
239 runtime. Add the "with-relay6-pid-file" option to configure
240 to allow the user to supply the pidfile name for the relay
241 in v6 mode at configure time.
242 [ISC-Bugs #23351] [ISC-Bugs #17541]
5d082abd
TM
243
244- 'dhclient' no longer waits a random interval after first starting up to
245 begin in the INIT state. This conforms to RFC 2131, but elects not to
246 implement a 'SHOULD' direction in section 4.1. The goal of this change
73c83820 247 is to start up faster. [ISC-Bugs #19660]
5d082abd
TM
248
249- Added 'initial-delay' parameter that specifies maximum amount of time
250 before client goes to the INIT state. The default value is 0. In previous
251 versions of the code client could wait up to 5 seconds. The old behavior
252 may be restored by using 'initial-delay 5;' in the client config file.
73c83820 253 [ISC-Bugs #19660]
5d082abd
TM
254
255- ICMP ping-check should now sit closer to precisely the number of seconds
256 configured (or default 1), due to making use of the new microsecond
257 scale timer internally to dhcpd. This corrects a bug where the server
258 may immediately timeout an ICMP ping-check if it was made late in the
73c83820 259 current second. [ISC-Bugs #19660]
5d082abd
TM
260
261- The DHCP client will schedule renewal and rebinding events in
262 microseconds if the DHCP server provided a lease-time that would result
263 in sub-1-second timers. This corrects a bug where a 2-second or lower
264 lease-time would cause the DHCP client to enter an infinite loop by
73c83820 265 scheduling renewal at zero seconds. [ISC-Bugs #19660]
5d082abd
TM
266
267- Client lease records are recorded at most once every 15 seconds. This
268 keeps the client from filling the lease database disk quickly on very small
73c83820 269 lease times. [ISC-Bugs #19660]
5d082abd
TM
270
271- To defend against RFC 2131 non-compliant DHCP servers which fail to
272 advertise a lease-time (either mangled, or zero in value) the DHCP
273 client now adds the server to the reject list ACL and returns to INIT
274 state to hopefully find an RFC 2131 compliant server (or retry in INIT
73c83820 275 forever). [ISC-Bugs #19660]
023fbaa0
TM
276
277- Parameters configured to evaluate from user defined function calls can
278 now be correctly written to dhcpd.leases (as on 'on events' or dynamic
279 host records inserted via OMAPI). [ISC-Bugs #22266]
280
281- If a 'next-server' parameter is configured in a dynamic host record via
282 OMAPI as a domain name, the syntax written to disk is now correctly parsed
283 upon restart. [ISC-Bugs #22266]
656b1ece
TM
284
285- The DHCP server now responds to DHCPLEASEQUERY messages from agents using
286 IP addresses not covered by a subnet in configuration. Whether or not to
287 respond to such an agent is still governed by the 'allow leasequery;'
288 configuration parameter, in the case of an agent not covered by a configured
289 subnet the root configuration area is examined. Server now also returns
290 vendor-class-id option, if client sent it. [ISC-Bugs #21094]
bea17697 291
fc06ee4f
SR
292- Documentation fixes
293 [ISC-Bugs #17959] add text to AIX section describing how to have it send
294 responses to the all-ones address.
295 [ISC-Bugs #19615] update the includes in dhcpctl/dhcpctl.3 to be more correct
296 [ISC-Bugs #20676] update dhcpd.conf.5 to include the RFC numbers for DDNS
297
1185c766
TM
298- Relay no longer crashes, when DHCP packet is received over interface without
299 any IPv4 address assigned. Also extended logging message about discarding
300 packets with invalid hlen with information about relevant interface name.
301 [ISC-Bugs #22409]
302
c6455252
TM
303- Relay now properly logs that packet was received over interface without
304 global IPv6 address [ISC-Bugs #24070]
305
9369bdc1
TM
306- Linux Packet Filter interface improvement. sockaddr_pkt structure is used,
307 rather than sockaddr. Packet ethertype is now forced to ETH_P_IP.
308 [ISC-Bugs #18975]
309
fb30f3fc
SR
310- Minor code cleanups - but note port change for #23196
311 [ISC-Bugs #23470] - Modify when an ignore return macro is defined to
312 handle unsed error return warnings for more versions of gcc.
313 [ISC-Bugs #23196] - Modify the reply handling in the server code to
314 send to a specified port rather than to the source port for the incoming
315 message. Sending to the source port was test code that should have
316 been removed. The previous functionality may be restored by defining
317 REPLY_TO_SOURCE_PORT in the includes/site.h file. We suggest you don't
318 enable this except for testing purposes.
319 [ISC-Bugs #22695] - Close a file descriptor in an error path.
320 [ISC-Bugs #19368] - Tidy up variable types in validate_port.
321
c616de4f
TM
322- Code cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macros
323 [ISC-Bugs #13151]
324
325- Compilation problem with gcc4.5 and omshell.c resolved. [ISC-Bugs #23831]
a34feb7d 326
4f55e11b
SR
327- Client Script fixes
328 [ISC-Bugs #23045] Typos in client/scripts/openbsd
329 [ISC-Bugs #23565] In the client scripts add a zone id (interface id) if
330 the domain search address is link local.
331 [ISC-Bugs #1277] In some of the client scripts add code to handle the
332 case of the default router information being changed without the address
333 being changed.
334
802fdea1
TM
335- Documentation cleanup
336 [ISC-Bugs #23326] Updated References document, several man page updates
337
1b601efa
TM
338- Server no longer complains about NULL pointer when configured
339 server-identifier expression fails to evaluate. [ISC-Bugs #24547]
340
199f0b8a
SR
341- Convert ISC_R_INPROGRESS status to ISC_R_SUCCESS when called from other
342 than the dispatch handler. This fixes an issue where omshell, when
343 run from the same platform as the server, would appear to fail to
344 connect. This is a companion to #21839. [ISC-Bugs #23592]
345
786f2e79
SR
346- Enlarge the buffer size used by the Omshell code and some of the
347 print routines to allow for greater than 60 characters or, when
348 printing as hex strings, 20 characters. [ISC-Bugs #22743]
349
7cfeb916
SR
350- In Solaris 11 switch to using sockets instead of DLPI, thanks
351 to a patch form Oracle. [ISC-Bugs #24634].
352
d15aa964
TM
353- Strict checks for content of domain-name DHCPv4 option can now be
354 configured during compilation time. Even though RFC2132 does not allow
355 to store more than one domain in domain-name option, such behavior is
356 now enabled by default, but this may change some time in the future.
357 See ACCEPT_LIST_IN_DOMAIN_NAME define in includes/site.h.
358 [ISC-Bugs #24167]
359
beaed73f
SR
360- DNS Update fix. A misconfigured server could crash during DNS update
361 processing if the configuration included overlapping pools or
362 multiple fixed-address entries for a single address. This issue
363 affected both IPv4 and IPv6. The fix allows a server to detect such
364 conditions, provides the user with extra information and recommended
365 steps to fix the problem. If the user enables the appropriate option
366 in site.h then server will be terminated
367 [ISC-Bugs #23595]
368
8bd96ccb
SR
369! Two packets were found that cause a server to halt. The code
370 has been updated to properly process or reject the packets as
371 appropriate. Thanks to David Zych at University of Illinois
372 for reporting this issue. [ISC-Bugs #24960]
373 One CVE number for each class of packet.
374 CVE-2011-2748
375 CVE-2011-2749
376
5a38e43f
SR
377 Changes since 4.2.0
378
379- Documentation cleanup covering multiple tickets
380 [ISC-Bugs #20265] [ISC-Bugs #20259] minor cleanup
381 [ISC-Bugs #20263] add text describing some default values
382 [ISC-Bugs #20193] single quotes at the start of a line indicate a control
383 line to nroff, escape them if we actually want a quote.
384 [ISC-Bugs #18916] sync the pointer to web pages amongst the different docs
385
524705e5
DH
386- 'get-host-names true;' now also works even if 'use-host-decl-names true;'
387 was also configured. The nature of this repair also fixes another
388 error; the host-name supplied by a client is no longer overridden by a
389 reverse lookup of the lease address. Thanks to a patch from Wilco Baan
390 Hofman supplied to us by the Debian package maintenance team.
391 [ISC-Bugs #21691] {Debian Bug#509445}
392
f07d0fb5
DH
393- The .TH tag for the dhcp-options manpage was typo repaired
394 thanks to a report from jidanni and the Debian package maintenance
395 team. [ISC-Bugs #21676] {Debian Bug#563613}
396
d6645f56
SR
397- More documentation changes - primarily to put the options in the dhclient
398 and dhcpd man pages into the standard form. Thanks in part to a patch
399 from David Cantrell at Red Hat.
400 [ISC-Bugs #20264] and parts of [ISC-Bugs #17744] dhclient.8 changes
401
4a5098e9
SR
402- Add code to clear the pointer to an object in an OMAPI handle when the
403 object is freed due to a dereference. [ISC-Bugs #21306]
404
ea75d544
DH
405- Fixed a bug that leaks host record references onto lease structures,
406 causing the server to apply configuration intended for one host to any
407 other innocent clients that come along later. [ISC-Bugs #22018]
408
66be0ad1
SR
409- Minor code fixes
410 [ISC-Bugs #19566] When trying to find the zone for a name for ddns allow
411 the name to be at the apex of the zone.
412 [ISC-Bugs #19617] Restrict length of interface name read from command line
413 in dhcpd - based on a patch from David Cantrell at Red Hat.
414 [ISC-Bugs #20039] Correct some error messages in dhcpd.c
415 [ISC-Bugs #20070] Better range check on values when creating a DHCID.
416 [ISC-Bugs #20198] Avoid writing past the end of the field when adding
417 overly long file or server names to a packet and add a log message
418 if the configuration supplied overly long names for these fields.
419 Thanks to Martin Pala.
420 [ISC-Bugs #21497] Add a little more randomness to rng seed in client
421 thanks to a patch from Jeremiah Jinno.
422
57fbc772
SR
423- Correct error handling in DLPI [ISC-Bugs #20378]
424
425- Remove __sun__ and __hpux__ typedefs in osdep.h as they are now being
426 checked in configure. [ISC-Bugs #20443]
427
428- Modify how the cmsg header is allocated the v6 send and received routines
429 to compile on more compilers. [ISC-Bugs #20524]
430
431- When parsing a domain name free the memory for the name after we are
432 done with it. [ISC-Bugs #20824]
433
197c917e
SR
434- Add an elapsed time option to the release message and refactor the
435 code to move most of the common code to a single routine.
436 [ISC-Bugs #21171].
437
8bd445a1
DH
438- Two identical log messages for commit_leases() have been disambiguated.
439 [ISC-Bugs #18915]
440
83d409ae
SR
441- Parse date strings more properly - the code now handles semi-colons in
442 date strings correctly. Thanks to a patch from Jiri Popelka at Red Hat.
443 [ISC-Bugs #21501, #20598]
444
6aaaf6a4
SR
445- Fixes to lease input and output.
446 [ISC-Bugs #20418] - Some systems don't support the "%s" argument to
447 strftime, paste together the same string using mktime instead.
448 [ISC-Bugs #19596] - When parsing iaid values accept printable
449 characters.
450 [ISC-Bugs #21585] - Always print time values in omshell as hex
451 instead of ascii if the values happen to be printable characters.
452
4e0997c6
SR
453- Minor changes for scripts, configure.ac and Makefiles
454 [ISC-Bugs #19147] Use domain-search instead of domain-name in manual and
455 example conf file. Thanks to a patch from David Cantrell
456 at Red Hat.
457 [ISC-Bugs #19761] Restore address when doing a rebind in DHCPv6
458 [ISC-Bugs #19945] Properly close the quote on some arguments.
459 [ISC-Bugs #20952] Add 64 bit types to configure.ac
460 [ISC-Bugs #21308] Add "PATH=" to CLIENT_PATH envrionment variable
461
ad59838e
SR
462- Update the code to parse dhcpv6 lease files to accept a semi-colon at
463 the end of the max-life and preferred-life clauses. In order to be
464 backwards compatible with older lease files not finding a semi-colon
465 is also accepted. [ISC-Bugs #22303].
466
4dc5a6b1
SR
467! Handle a relay forward message with an unspecified address in the
468 link address field. Previously such a message would cause the
f33dc722
SR
469 server to crash. Thanks to a report from John Gibbons. [ISC-Bugs #21992]
470 CERT: VU#102047 CVE: CVE-2010-3611
471
8d50c721
DH
472- ./configure on longer searches for -lcrypto to explicitly link against.
473 This fixes a bug where 'dhclient' would have shared library dependencies
474 on '/usr/lib'. [ISC-Bugs #21967]
4dc5a6b1 475
3004baba
SR
476- Handle pipe failures more gracefully. Some OSes pass a SIGPIPE
477 signal to a process and will kill the process if the signal isn't
478 caught. This patch adds code to turn off the SIGPIPE signal via
479 a setsockopt() call. The signal is already being ignored as part
480 of the ISC library. [ISC-Bugs #22269]
481
42cbff63
SR
482- Restore printing of values in omshell to the style pre 21585. For
483 21585 we changed the print routines to always display time values
39196512
SR
484 as a hex list. This had a side effect of printing all data strings
485 as a hex list. We shall investigate other ways of displaying time
486 values more usefully. [ISC-Bugs #22626]
3004baba 487
9d97e644
SR
488! Fix the handling of connection requests on the failover port.
489 Previously a connection request from a source that wasn't
490 listed as a failover peer would cause the server to become
dbaa902c
SR
491 non-responsive. Thanks to a report from Brad Bendily, brad@bendily.com.
492 [ISC-Bugs #22679]
9d97e644
SR
493 CERT: VU#159528 CVE: CVE-2010-3616
494
23d39ae2
SR
495- Don't pass the ISC_R_INPROGRESS status to the omapi signal handlers.
496 Passing it through to the handlers caused the omshell program to fail
497 to connect to the server. [ISC-Bugs #21839]
498
499- Fix the paranthesis in the code to process configuration statements
500 beginning with "auth". The previous arrangement caused
501 "auto-partner-down" to be processed incorrectly. [ISC-Bugs #21854]
502
0c9d3a81
SR
503- Limit the timeout period allowed in the dispatch code to 2^^32-1 seconds.
504 Thanks to a report from Jiri Popelka at Red Hat.
505 [ISC-Bugs #22033], [Red Hat Bug #628258]
506
e1a40211
SR
507- When processing the format flags for a given option consume the
508 flag indicating an optional value correctly. A symptom of this
509 bug was an infinite loop when trying to parse the slp-service-scope
510 option. Thanks to a patch from Marius Tomaschewski.
511 [ISC-Bugs #22055]
512
e7e17397
SR
513- Disable the use of kqueue in the ISC library. This avoids a problem
514 between the fork and socket code that caused the dhcpd process to
515 use all available cpu if the program daemonized itself.
516 [ISC-Bugs #21911]
517
c8b189f1 518! When processing a request in the DHCPv6 server code that specifies
45918d36 519 an address that is tagged as abandoned (meaning we received a
c8b189f1
SR
520 decline request for it previously) don't attempt to move it from
521 the inactive to active pool as doing so can result in the server
e8f330a1 522 crashing on an assert failure. Also retag the lease as active
09afca0d 523 and reset its timeout value.
c8b189f1
SR
524 [ISC-Bugs #21921]
525
ef86959b
SR
526- Removed the restriction on using IPv6 addresses in IPv4 mode. This
527 allows IPv4 options which contain IPv6 addresses to be specified. For
528 example the 6rd option can be specified and used like this:
529 [ISC-Bugs #23039]
530
531 option 6rd code 212 = { integer 8, integer 8,
532 ip6-address, array of ip-address };
533 option 6rd 16 10 2001:: 1.2.3.4, 5.6.7.8;
534
919f1407
SR
535- Handle some DDNS corner cases better. Maintain the DDNS transaction
536 information when updating a lease and cancel any existing transactions
537 when removing the ddns information.
538 [ISC-Bugs #23103]
539
8a0d9ca4
SR
540- Some fixes for LDAP
541 [ISC-Bugs #21783] - Include lber library when building ldap
542 [ISC-Bugs #22888] - Enable the ldap code when buidling common
543 The above fixes are from Jiri Popelka at Red Hat.
544
17a8f0e2
SR
545- Modify the dlpi code to accept getmsg() returning a positive value.
546 [ISC-Bugs #22824]
547
badc999d
SR
548 Changes since 4.2.0b2
549
550- Add declaration for variable in debug code in alloc.c. [ISC-Bugs #21472]
0d8c3d6e 551
1e05d095
SR
552 Changes since 4.2.0b1
553
d122accf
SR
554- Prohibit including lease time information in a response to a DHCP INFORM.
555 [ISC-Bugs #21092]
1e05d095 556
1943bbf8
SR
557! Accept a client id of length 0 while hashing. Previously the server would
558 exit if it attempted to hash a zero length client id, providing attackers
d122accf 559 with a simple denial of service attack. [ISC-Bugs #21253]
63ff896a 560 CERT: VU#541921 - CVE: CVE-2010-2156
1943bbf8 561
8a513c43
DH
562- A memory leak in ddns processing was closed. [ISC-Bugs #21377]
563
d122accf
SR
564- Modify the exception handling for initial context creation. Previously
565 we would try and clean up before exiting. This could present problems
566 when the cleanup required part of the context that wasn't available. It
567 also didn't do much as we exited afterwards anyway. Now we simply log
568 the error and exit. [ISC-Bugs #21093]
569
0d8c3d6e
DH
570- A bug was fixed that could cause the DHCPv6 server to advertise/assign a
571 previously allocated (active) lease to a client that has changed subnets,
572 despite being on different shared networks. Dynamic prefixes specifically
573 allocated in shared networks also now are not offered if the client has
574 moved. [ISC-Bugs #21152]
575
590298e7
SR
576- Add some debugging output for use with the DDNS code. [ISC-Bugs #20916]
577
600ee619 578- Fix the trace code to handle timing events better and to truncate a file
2b58b865
SR
579 before using instead of overwriting it. [ISC-Bugs #20969]
580
581- Modify the determination of the default TTL to use for DDNS updates.
582 The user may still configure the ttl via ddns-ttl. The default for
583 both v4 and v6 is now 1/2 the (preferred) lease time with a limit. The
584 previous defaults (1/2 lease time without a limit for v4 and a default
585 value for v6) may be used by defining USE_OLD_DDNS_TTL in site.h
586 [ISC-Bugs #21126]
600ee619 587
a5c7bf77
DH
588- libisc/libdns is now brought up to version 9.7.1rc1. This corrects
589 three reported flaws in ISC DHCP;
590
591 o DHCP processes (dhcpd, dhclient) fail to start if one of either the
592 IPv4 or IPv6 address families is not present. [ISC-Bugs #21122]
593
594 o Assertion failure when attempting to cancel a previously running DDNS
595 update. [ISC-Bugs #21133]
596
597 o Compilation failure of libisc/libdns due to the use of a flexible
598 array member. [ISC-Bugs #21316]
599
0585235c
SR
600 Changes since 4.2.0a2
601
602- Update the fsync code to work with the changes to the DDNS code. It now
603 uses a timer instead of noticing if there are no more packets to process.
604
f4bc8261
SR
605- When constructing the DNS name structure from a text string append
606 the root to relative names. This satisfies a requirement in the DNS
607 library that names be absolute instead of relative and prevents DHCP
d122accf 608 from crashing. [ISC-Bugs #21054]
f4bc8261 609
33692791
DH
610- "The LDAP Patch" that has been circulating for some time, written by
611 Brian Masney and S.Kalyanasundraram and maintained for application to
612 the DHCP-4 sources by David Cantrell has been included. Please be
613 advised that these sources were contributed, and do not yet meet the
614 high standards we place on production sources we include by default.
615 As a result, the LDAP features are only included by using a compile-time
616 option which defaults off, and if you enable it you do so under your
617 own recognizance. We will be improving this software over time.
618 [ISC-Bugs #17741]
619
3c941d42 620 Changes since 4.2.0a1
928618dd
DH
621
622- When using 'ignore client-updates;', the FQDN returned to the client
623 is no longer truncated to one octet.
624
3c941d42
DH
625- Cleaned up an unused hardware address variable in nak_lease().
626
bdd8e747
DH
627- Manpage entries for the ia-pd and ia-prefix options were updated to
628 reflect support for prefix delegation.
629
3da71461
SR
630- Cleaned up some compiler warnings
631
fdfebedf
DH
632- An optimization described in the failover protocol draft is now included,
633 which permits a DHCP server operating in communications-interrupted state
634 to 'rewind' a lease to the state most recently transmitted to its peer,
635 greatly increasing a server's endurance in communications-interrupted.
636 This is supported using a new 'rewind state' record on the dhcpd.leases
637 entry for each lease.
638
7aa153b8
SR
639- Fix the trace code which was broken by the changes to the DDNS code.
640
adbef119
DH
641 Changes since 4.1.0 (new features)
642
d340bc24
DH
643- Failover port configuration can now be left to defaults (port 647) as
644 described in the -12 revision of the Failover draft (and assigned by
4b97eaff 645 IANA). Thanks in part to a patch from David Cantrell at Red Hat.
adbef119 646
0829d595
DH
647- If configured, dhclient may now transmit to an anycast MAC address,
648 rather than using a broadcast address. Thanks to a patch from David
649 Cantrell at Red Hat.
650
8a3c1e33
PS
651- Added client support for setting interface MTU and metric, thanks to
652 Roy "UberLord" Marples <roy@marples.name>.
653
a41d7a25
PS
654- Added client -D option to specify DUID type to send.
655
9e3eb22a
DH
656- A new failover configuration parameter has been introduced for those
657 environments where DHCP servers can be reasonably guaranteed to be
658 "down" when the failover TCP socket is severed, "auto-partner-down".
659 This parameter is not generally safe, and by default is disabled, so
660 please carefully review the documentation of this parameter in the
661 dhcpd.conf(5) manpage before determining to use it yourself.
662
33ea4622
DH
663- Added a configuration function, 'gethostname()', which calls the system
664 function of the same name and presents the results as a data expression.
665 This function can be used to incorporate the system level hostname of
666 the system the DHCP software is operating on in responses or queries (such
667 as including a failover partner's hostname in a dhcp message or binding
668 scope, or having a DHCP client send any system hostname in the host-name or
669 FQDN options by default).
670
5a671e87
DH
671- The dhcp-renewal-time and dhcp-rebinding-time options may now be configured
672 for DHCPv4 operation and used independently of the dhcp-lease-time
673 calculations. Invalid renew and rebinding times (e.g., greater than the
674 determined lease time) are omitted.
675
98bf1607 676- Processing the DHCP to DNS server transactions in an asyncrhonous fashion.
09afca0d 677 The DHCP server or client can now continue with its processing while
98bf1607 678 awaiting replies from the DNS server.
c900c5b2
DH
679
680- The 'hardware [ethernet|etc] ...;' parameter in host records has been
681 extended to attempt to match DHCPv6 clients by the last octets of a
682 DUID-LL or DUID-LLT provided by the client.
683
59112e84
SR
684 Changes since 4.1.0 (bug fixes)
685
62f6843d
MA
686- Remove infinite loop in token_print_indent_concat().
687
59112e84
SR
688- Validate the argument to the -p option.
689
47e6eb82
DH
690- The notorious 'option <unknown> ... larger than buffer' log line,
691 which is seen in some malformed DHCP client packets, was modified.
692 It now logs the universe name, and does not log the length values
693 (which are bogus corruption read from the packet anyway). It also
694 carries a hopefully more useful explanation.
695
159c89d7
EH
696- Suppress spurious warnings from configure about --datarootdir
697
1aa0fe5e
DH
698- A bug was fixed that caused the server not to answer some valid Solicit
699 and Request packets, if the dynamic range covering any requested addresses
700 had been deleted from configuration.
701
cd51403d
SR
702- Update the code to deal with GCC 4.3. This included two sets of changes.
703 The first is to the configuration files to include the use of
571c38b0 704 AC_USE_SYSTEM_EXTENSIONS. The second is to deal with return values that
cd51403d
SR
705 were being ignored.
706
64e1823d
DH
707- The db-time-format option was documented in manpages.
708
26e59ee9
DH
709- Using reserved leases no longer results in 'lease with binding state
710 free not on its queue' error messages, thanks to a patch from Frode
711 Nordahl.
712
70ea9345
PS
713- Fix a build error in dhcrelay, using older versions of gcc with
714 dhcpv6 disabled.
715
8d7dca58 716- Two uninitialized stack structures are now memset to zero, thanks to a
4b97eaff 717 patch from David Cantrell at Red Hat.
819186b7 718
f4534b17
DH
719- Fixed a cosmetic bug where pretty-printing valid domain-search options would
720 result in an erroneous error log message ('garbage in format string').
721
f9453d21
DH
722- A bug in DLPI packet transmission (Solaris, HP/UX) that caused the server
723 to stop receiving packets is fixed. The same fix also means that the MAC
724 address will no longer appear 'bogus' on DLPI-based systems.
725
726- A bug in select handling was discovered where the results of one select()
727 call were discarded, causing the server to process the next select() call
728 and use more system calls than required. This has been repaired - the
729 sockets will be handled after the first return from select(), resulting in
730 fewer system calls.
731
a3dcc0b1
DH
732- The update-conflict-detection feature would leave an FQDN updated without
733 a DHCID (still currently implemented as a TXT RR). This would cause later
734 expiration or release events to fail to remove the domain name. The feature
735 now also inserts the client's up to date DHCID record, so records may safely
736 be removed at expiration or release time. Thanks to a patch submitted by
737 Christof Chen.
738
95fd7038
DH
739- Memory leak in the load_balance_mine() function is fixed. This would
740 leak ~20-30 octets per DHCPDISCOVER packet while failover was in use
741 and in normal state.
742
743- Various compilation fixes have been included for the memory related
744 DEBUG #defines in includes/site.h.
745
8a3c1e33
PS
746- Fixed Linux client script 'unary operator expected' errors with DHCPv6.
747
748- Fixed setting hostname in Linux hosts that require hostname argument
749 to be double-quoted. Also allow server-provided hostname to
750 override hostnames 'localhost' and '(none)'.
751
dedde1ba
DH
752- Fixed failover reconnection retry code to continue to retry to reconnect
753 rather than restarting the listener.
754
a57df74a
DH
755- Compilation on Solaris with USE_SOCKETS defined in includes/site.h has
756 been repaired. Other USE_ overrides should work better.
757
758- A check for the local flavor of IFNAMSIZ had a broken 'else' condition,
759 that probably still resulted in the correct behaviour (but wouldn't use
760 a larger defined value provided by the host OS).
761
350576c5
DH
762- Fixed a bug where an OMAPI socket disconnection message would not result
763 in scheduling a failover reconnection, if the link had not negotiated a
764 failover connect yet (e.g.: connection refused, asynch socket connect()
765 timeouts).
766
792156a9
DH
767- A bug was fixed that caused the 'conflict-done' state to fail to be parsed
768 in failover state records.
769
8a4e543b
DH
770! A stack overflow vulnerability was fixed in dhclient that could allow
771 remote attackers to execute arbitrary commands as root on the system,
772 or simply terminate the client, by providing an over-long subnet-mask
1b12d999 773 option. CERT VU#410676 - CVE-2009-0692
8a4e543b 774
a1308b64
DH
775- Fixed a bug where relay agent options would never be returned when
776 processing a DHCPINFORM.
777
1b12d999
DH
778- Versions 3.0.x syntax with multiple name->code option definitions is now
779 supported. Note that, similarly to 3.0.x, for by-code lookups only the
780 last option definition is used.
781
d453265f
PS
782- Fixed a bug where a time difference of greater than 60 seconds between a
783 failover pair could cause the primary to crash on contact with the
784 secondary. Thanks to a patch from Steinar Haug.
785
3e29af1e
PS
786- Don't look for IPv6 interfaces on Linux when running in DHCPv4 mode.
787 Thanks to patches from Matthew Newton and David Cantrell.
788
b8d45c67
DH
789- Secondary servers in a failover pair will now perform ddns removals if
790 they had performed ddns updates on a lease that is expiring, or was
791 released through the primary. As part of the same fix, stale binding scopes
792 will now be removed if a change in identity of a lease's active client is
793 detected, rather than simply if a lease is noticed to have expired (which it
794 may have expired without a failover server noticing in some situations).
795
583c1c16
DH
796- A patch supplied by David Cantrell at RedHat was applied that detects
797 invalid calling parameters given to the ns_name_ntop() function.
798 Specifically, it detects if the caller passed a pointer and size pair
799 that causes the pointer to integer-wrap past zero.
800
e4e3a2ab
DH
801! Fixed a fenceposting bug when a client had two host records configured,
802 one using 'uid' and the other using 'hardware ethernet'. CVE-2009-1892
95f5d38c 803
875e99dc
SR
804- Fixed the check in the dhcp_interface_signal_handler routine to verify
805 the existence of the linked signal handler before calling it.
806
2267da84
DH
807- Both host and subnet6 configuration groups are now included whether a
808 fixed-address6 (DHCPv6) is in use or not. Host scoped configuration takes
809 precedence. This fixes two bugs, one where host scoped configuration
810 would not be included from a non-fixed-address6 host record, and the equal
811 and opposite bug where subnet6 scoped configuration would not be used when
571c38b0 812 over-riding values were not present in a matching fixed-address6 host
2267da84
DH
813 configuration.
814
cd3f0b9b
DH
815- ./configure now checks to ensure the intX_t and u_intX_t types are defined,
816 correcting a compilation failure when using Sun's compiler.
817
0493fdca
SR
818- Modified the handling of a connection to avoid releasing the omapi io
819 object for the connection while it is still in use. One symptom from
820 this error was a segfault when a failover secondary attempted to connect
821 to the failover primary if their clocks were not synchronized.
822
95bba8b6
SR
823- Clean up to allow compilation with gcc 2.95.4 on FreeBSD. Remove an
824 extra semi-colon from common/dns.c and moved setting a variable to NULL
825 in server/dhcpv6.c to allow the compiler to decide that the variable
826 was always properly set.
827
adbef119 828 Changes since 4.1.0b1
ebf076fe
EH
829
830- A missing "else" in dhcrelay.c could have caused an interface not to
831 be recognized.
61d75ea2 832
a4ffedd1
DH
833 Changes since 4.1.0a2
834
835- A cosmetic bug in DHCPDECLINE processing was fixed which caused all
836 successful DHCPDECLINEs to be logged as "not found" rather than
837 "abandoned".
838
6ff3b26d
FD
839- Added configuration file examples for DHCPv6.
840
1387545f
DH
841- Some failover debugging #defines have been better defined and some
842 high frequency messages moved to a deeper debugging symbol.
843
844- The CLTT parameter in failover is now only updated by client activity,
845 and not by failover binding updates (taking on the peer's CLTT).
846
847- Failover BNDUPD messages are now discarded if they conflict with an
d7ac7a27 848 update that has been transmitted, but not acknowledged.
1387545f 849
399d3dbe
DH
850- A bug cleaning up unknown-xxx temporary option definitions was fixed.
851
fbcee149
DH
852- Delayed-ack is now a compile-time option, compiled out by default.
853 This feature is simply too experimental for right now, and causes
854 some problems to some failover installations. We will revisit this
855 in future releases.
856
f1672d89
DH
857- The !inet_pton() call in res_mkupdrec was adjusted to '<= 0' as
858 inet_pton returns either 1, 0, or -1.
859
236d3a99
DH
860- A dhclient-script for MacOS X has been included, which enables
861 'dhclient -6' support.
862
efa5e6b9
DH
863- DDNS removal routines were updated so that the DHCID is not removed until
864 the client has been deprived of all A and AAAA records (not only the last
865 one of either of those). This resolves a bug where dual stack clients
866 would not be able to regain their names after either expiration event.
867
7d6180be 868 Changes since 4.1.0a1
edcb5c46
EH
869
870- Corrected list of failover state values in dhcpd man page.
871
51e7687f
EH
872- Fixed a bug that caused some request types to be logged incorrectly.
873
20210a7b
EH
874- Clients that sent a parameter request list containing the
875 routers option before the subnet mask option were receiving
876 only the latter. Fixed.
877
535485df
EH
878- The server wasn't always sending the FQDN option when it should.
879
8fbb55ff
DH
880- A partner-down failover server no longer emits 'peer holds all free leases'
881 if it is able to newly-allocate one of the peer's leases.
882
61220a00
EH
883- Fixed a coredump when adding a class via OMAPI.
884
c40e954c
EH
885- Check whether files are zero length before trying to parse them.
886
63971a83
DH
887- Ari Edelkind's PARANOIA patch has been included and may be compiled in
888 via two ./configure parameters, --enable-paranoia and
889 --enable-early-chroot.
890
66cebfcb
DH
891- ./configure was extended to cover many optional build features, such
892 as failover, server tracing, debugging, and the execute() command.
893
f8cbf390
DH
894- There is now a default 1/4 of a second scheduled delay between delayed
895 fsync()'s, it can be configured by the max-ack-delay configuration
896 parameter.
897
8269561d
DH
898- A bug was fixed where the length of a hostname was miscalculated, so that
899 hosts were given odd-looking domain names ("foo.bar.ba.example.com").
900
b445a411
DH
901- Shared network selection should be done from the innermost relay
902 valid link-address field, rather than the outermost.
903
bd72740e
FD
904- Prefix pools are attached to shared network scopes.
905
9322442f
FD
906- Merged IA_XX related structures.
907
8dea7ba7
FD
908- Add DHCPv6 files in configure.
909
4619c0a2
DH
910- A memory leak when using omapi has been fixed.
911
9ac4206a
DH
912- DHCPv6 vendor-class options (VSIO) are now only sent when they appear
913 on the DHCPv6 ORO. This resolves a bug where VSIO options were placed
914 in IA_NA encapsulated options fields.
915
420d8b3f
FD
916- Integrated client with stateless, temporary address and prefix delegation
917 support.
918
40ec5f38
DH
919- A double-dereference in dhclient transmission of DHCPDECLINEs was
920 repaired.
921
80097764
FD
922- Fix handling of format code 'Z'.
923
ffbaa880
FD
924- Support "-1" argument in DHCPv6.
925
7de20a95
EH
926- Merge DHCPv6-only "dhcrelay6" into general-purpose "dhcrelay" (use
927 "-6" option to select DHCPv6 mode).
928
d352732e
EH
929- Fix handling of -A and -a flags in dhcrelay; it was failing to expand
930 packet size as needed to add relay agent options.
931
7d6180be
DH
932- A bug in subnet6 parsing where options contained in subnet6 clauses would
933 not be applied to clients addressed within that network was repaired.
934
935- When configuring a "subnet {}" or "subnet6 {}" without an explicit
936 shared-network enclosing it, the DHCP software would synthesize a
937 shared-network to contain the subnet. However, all configuration
938 parameters within the subnet more intuitively belong "to any client
939 on that interface", or rather the synthesized shared-network. So,
940 when a shared-network is synthesized, it is used to contain the
941 configuration present inside the subnet {} clause. This means that
942 the configuration will be valid for all clients on that network, not
943 just those addressed out of the stated subnet. If you intended the
944 opposite, the workaround is to explicitly configure an empty
945 shared-network.
946
947- A bug was fixed where Information-Request processing was not sourcing
948 configured option values.
949
950- A warning was added since the DHCPv6 processing software does not yet
951 support class statements.
952
dd484ced
DH
953- Compliation warnings on GCC 4.3 relating to bootp source address
954 selection were repaired.
955
ecddae64
DH
956- The v6 BSD socket method was updated to use a single UDP BSD socket
957 no matter how many interfaces are involved, differentiating the
958 interfaces the packets were received on by the interface index supplied
959 by the OS.
960
961- The relay agent no longer listens to the All DHCP Servers Multicast
962 address.
963
964- A bug was fixed in data_string_sprintfa() where va_start was only called
965 once for two invocations of vsprintf() variants.
966
d104d45b
DH
967- ERO (RFC 4994) server support.
968
969- Basic and partial DHCPv6 leasequery support.
970
971- Reliable DHCPv6 release (previous behavior, send release and exit, is
972 still available with dhclient -6 -1 -r).
973
01a54c17 974 Changes since 4.0.0 (new features)
3c12f746 975
6d7f9584
FD
976- Added DHCPv6 rapid commit support.
977
4cafb815 978- Added explicit parser support for zero-length DHCP options, such as
6d7f9584 979 rapid-commit, via format code 'Z'.
4cafb815 980
022fe95e
EH
981- It's now possible to update the "ends" field of a lease with OMAPI.
982 This is useful if you want not only to release a lease, but also make
983 it available for reuse right away. Hat tip to Christof Chen.
984
1dcc3612
SK
985- Fixed definition of the iaaddr hash functions to use the correct
986 functions when referencing and dereferencing memory.
987
aabfa4de
FD
988- Some definitions not in phase with the IANA registry were updated.
989
0674055a
FD
990- Allocated interface IDs are better controlled ('u' bit set to zero,
991 reserved IDs avoided).
992
b51c785f
FD
993- Unicast options are taken into account only for RENEWs.
994
900405e9
FD
995- NoAddrsAvail answers to SOLICITs are always ADVERTISEs even when a SOLICIT
996 carries a rapid-commit option.
997
96b620e5
FD
998- Return in place of raise an impossible condition when one tries to release
999 an empty active lease.
1000
be62cf06
FD
1001- Timer granularity is now 1/100s in the DHCPv6 client.
1002
01a54c17
EH
1003- The dhclient-script was updated to create a host route for the default
1004 gateway if the supplied subnet mask for an IPv4 address was a /32. This
1005 allows the client to work in 'captive' network environments, where the
1006 operator does not want clients to crosstalk directly.
1007
1008- MINUS tokens should be parseable again.
1009
1010- Multiple (up to "delayed-ack x;" maximum) DHCPv4 packets are now queued and
1011 released in bursts after single fsync() events when the upper limit is
1012 reached or if the receiving sockets go dry. The practical upshot is
1013 that fsync-coupled server performance is now multiplicitively increased.
1014 The default delayed ack limit is 28. Thanks entirely to a patch from
1015 Christof Chen.
1016
1017 Changes since 4.0.0 (bug fixes)
1018
1019- DHCP now builds on AIX.
1020
1021- Exit with warning when DHCPv6-specific statements are used in the
1022 config file but -6 is not specified.
1023
1024- Fixed "--version" flag in dhcrelay
1025
1026- The 'min-secs' configuration parameter's log message has been updated to
1027 be more helpful.
1028
1029- The warning logged when an address range doesn't fit in the subnets
1030 they were declared has been updated to be more helpful and identify the
1031 typo in configuration that created the spanning addresses.
1032
1033- A bug in failover pool rebalancing that caused POOLREQ message ping-pongs
1034 was repaired.
1035
1036- A flaw in failover pool rebalancing that could cause POOLREQ messages to
1037 be sent outside of the min-balance/max-balance scheduled intervals has
1038 been repaired.
1039
1040- A cosmetic bug during potential-conflict recovery that caused the peer's
1041 'conflict-done' state message to be logged as 'unknown-state' has been
1042 repaired. It is now logged correctly.
1043
49f61135
DH
1044- A bug was fixed where the 'giaddr' may be used to find the client's subnet
1045 rather than its own 'ciaddr'.
1046
41d4652f
DH
1047- A log message was introduced to clarify the situation where a failover
1048 'address' parameter (the server's local address) did not resolve to an
1049 IPv4 address.
1050
2c9bf1f4
DH
1051- The minimum site code value was set to 224 in 3.1.0 to track RFC3942. This
1052 broke a lot of legacy site local configurations. The new code in place will
1053 track site local space minimum option codes and logs a warning to encourage
1054 updates and exploration of site local code migration problems. Option
1055 codes less than 128 in site local spaces remain inaccessible.
1056
1057- A possible relay agent option bug was repaired where random server
1058 initialization state may have been used to signal the relay agent
1059 information options sub-option code for the 'END' of the option space.
1060
cff9b78f
SK
1061- Fixes to allow code to compile and run on Solaris 9.
1062
c4d29896
SK
1063- Fixes to allow code to compile on Mac OS X Leopard (10.5).
1064
57fcb8d9
SK
1065- When server is configured with options that it overrides, a warning is
1066 issued when the configuration file is read, rather than at the time the
1067 option is overridden. This was important, because the warning was given
1068 every time the option was overridden, which could create a lot of
1069 unnecessary logging.
1070
219a65eb
DH
1071- Fixed a compilation problems on platforms that define a value for FDDI,
1072 which conflicts with a dhcp configuration syntax token by the same name.
1073
ffdf3c8c
DH
1074- When a failover server suspects it has encountered a peer running a
1075 version 3.0.x failover server, a warning that the failover wire protocol
1076 is incompatible is printed.
1077
1078- The failover server no longer issues a floating point error if it encounters
1079 a previously undefined option code.
1080
00a002fc
MA
1081- Fix startup error messages to report a missing "subnet6 declaration", rather
1082 than a missing "subnet declaration", when running as a DHCPv6 server.
1083
7e9f7a1b
FD
1084- DHCPv6 client timestamp in DUID was based on the year 1970 rather
1085 than the year 2000.
1086
e2cfde76
FD
1087- Warn when attempting to use a hardware parameter in DHCPv6.
1088
cabdb9b1
FD
1089- DHCPv6 released resources are now marked as released by the client.
1090
5d89d60f
FD
1091- 'Soft' bindings have no more side-effects.
1092
61d75ea2
DH
1093 Changes since 4.0.0b3
1094
1095- The reverse dns name for PTR updates on IPv6 addresses has been fixed to
1096 use ip6.arpa. rather than default to in-addr.arpa and require user
1097 configuration.
76db44f9 1098
e32529a5
EH
1099- dhc6_lease_destroy() and dhc6_ia_destroy() now set lease and IA pointers
1100 to NULL after freeing, to prevent subsequent accesses to freed memory.
1101
76db44f9
SK
1102- The DHCPv6 server would not send the preference option unless the
1103 client requested it, via the ORO. This has been fixed, so the DHCPv6
1104 server will always send the preference value if it is configured.
e4a6be15 1105
6f76de58
SK
1106- When addresses were passed as hints to the server in an IA, they were
1107 incorrectly handled, sometimes being treated as an error. Now the
1108 server will treat these as hints and ignore them if it cannot supply
1109 a requested address.
1110
703873ab
DH
1111- If the client had multiple addresses, and one expired (was not renewed
1112 by the server), the client would continue to attempt to renew the same
1113 old address over and over. Now, the client will omit any expired
1114 addresses from future Confirm, Renew, or Rebind messages.
1115
1116- dhclient -6 will now select renew/rebind timers based upon the longest
1117 address expiration time rather than the shortest expiration time, in
1118 order to avoid cascading renewals in the event a server elects not to
1119 extend one of multiple IAADDR leases.
1120
b024480e
DH
1121- The server now limits clients that request multiple addresses to one
1122 address per IA by default, which can be adjusted through the
1123 "limit-addrs-per-ia" configuration option.
1124
c0216cb7
DH
1125- The DHCPv6 client now issues fresh transaction IDs on Renew and Rebind
1126 message exchanges, rather than using the most recent ID.
1127
1ac57173
FD
1128- The DHCPv6 server now replies to Information-Request messages.
1129
83835822
DH
1130- A bug was fixed in the dhclient-script for BSDs to correctly carry error
1131 codes through some conditions.
1132
c54db708
FD
1133- The parsing of some options in the dhclient lease file, in particular
1134 the success DHCPv6 status-code, was fixed.
1135
e5d83524
DH
1136- A bug was fixed that caused the DHCPv6 ORO option to be corrupted with
1137 seemingly random values.
1138
821f2dda
DH
1139- A reference overleak in DHCPv6 shared network processing was repaired.
1140
f8b3c6f4
DH
1141- ./configure now autodetects local database locations rather than trying
1142 to put dhcpd.leases and dhclient.leases in /usr/local/var/db, which no
1143 one ever has.
1144
b9137d42
SK
1145- Regression fix for bug where server advertised a IPv6 address in
1146 response to a SOLICIT but would not return the address in response
1147 to a REQUEST.
1148
9f1d5a2f
DH
1149- A bug was fixed where the DHCPv6 server puts the NoAddrsAvail status
1150 code in the IA_NA was fixed. The status code now appears in the root
1151 level.
1152
e4a6be15
DH
1153 Changes since 4.0.0b2
1154
65cf86d7
EH
1155- Clarified error message when lease limit exceeded
1156
b1d3778c
DH
1157- Relative time may now be used as a qualifier for 'allow' and 'deny' access
1158 control lists. These directives may be used to assist in re-addressing
1159 address pools without having to constantly reconfigure the server. Please
1160 see 'man dhcpd.conf' for more information on allow/deny 'after time' syntax.
1161 Thanks to a patch from Christof Chen.
1162
bead14ea
DH
1163- The server will now include multiple IA_NA's and multiple IAADDRs within
1164 them, if advertised by the client. It still only seeks to allocate one
1165 new address.
1166
f765ec36
SK
1167 Changes since 4.0.0b1
1168
75135a3f
EH
1169- Use different paths for PID and lease files when running in DHCPv4
1170 or DHCPv6 mode, so that servers for both protcols can be run
1171 simultaneously on a single interface.
1172
5c2d55c7
EH
1173- Fixed a buffer overflow error which could have allowed a denial
1174 of service under unusual server configurations
1175
1176- Eliminated a spurious error message from the client
1177
f765ec36
SK
1178- A number of bugs with the internal handling of lease state on the
1179 server have been fixed. Some of these could cause server crashes.
fa9b593d 1180
edb1283e
DH
1181- The peer_wants_leases() changes pulled up from 3.1.0 were corrected,
1182 'never used' leases will no longer consistently shift between servers
1183 on every pool rebalance run.
1184
c71c6399
DH
1185- sendmsg()/recvmsg() control buffers are now declared in such a way to
1186 ensure they are correctly aligned on all (esp. 64-bit) architectures.
1187
5279b8f3
DH
1188- The client leasing subsystem was streamlined and corrected to account
1189 more closely for changes in client link attachment selection.
1190
ab3a540f 1191 Changes since 4.0.0a3
763cba6b 1192
884a458f
SK
1193- The DHCP server no longer requires a "ddns-update-style" statement,
1194 and now defaults to "none", which means DNS updates are disabled.
1195
fa9b593d
DH
1196- Log messages when failover peer names mismatch have been improved to
1197 point out the problem.
1198
1b5053b5
SK
1199- Bug where server advertised a IPv6 address in response to a SOLICIT
1200 but would not return the address in response to a REQUEST. Thanks to
1201 Dennis Kou for finding the bug.
1202
c886c298
SK
1203- Fixed an error causing the server to lock up on lease expiration,
1204 reported independently by Jothilingam Vasu and Dennis Kou.
1205
eaf7eb17
DH
1206- Fixed a ./configure bug where compile tests were failing due to
1207 "-Werror" (unused variable) rather than the actual test failure. Lead
1208 to inconsistent and unworkable auto-configurations.
1209
109e00db
DH
1210- Compilation with DLPI and -Werror has been repaired.
1211
3ad9d48f
SK
1212- Error in decoding IA_NA option if multiple interfaces are present
1213 fixed by Marcus Goller.
1214
8eab95f2
DH
1215- DHCPv6 server Confirm message processing has been enhanced - it no
1216 longer replies only to clients with host {} records, it now replies
1217 as directed in RFC3315 section 18.2.2 - that is, to all clients
1218 regardless of the existence of bindings.
1219
07b9a351
DH
1220- A core dump during expired lease cleanup has been repaired.
1221
7285af30
DH
1222- DDNS updates state information are now stored in 'binding scopes' that
1223 follow the leases through their lifecycles. This enables DDNS teardowns
1224 on leases that are assigned and expired inbetween a server restart (the
1225 state is recovered from dhcpd.leases). Arbitrary user-specified binding
1226 scopes ('set var = "value";') are not yet supported.
1227
2394b26b
DH
1228- Additional compilation problems on HP/UX have been repaired.
1229
ab3a540f
SK
1230 Changes since 4.0.0a2
1231
97050349
SK
1232- Fix for startup where there are no IPv4 addresses on an interface.
1233 Thanks to Marcus Goller for reporting the bug.
1234
763cba6b 1235- Fixed file descriptor leak on listen failure. Thanks to Tom Clark.
e889ded1 1236
237f8d3a
SK
1237- Bug in server configuration parser caused server to get stuck on
1238 startup for certain bad pool declarations. Thanks to Guillaume
1239 Knispel for the bug report and fix.
1240
28868515
SK
1241- Code cleaned to remove warnings reported by "gcc -Wall".
1242
d00d373a
SK
1243- DHCPv6 is now the default. You can disable DHCPv6 support using the
1244 "--disable-dhcpv6" flag when you run the configure script.
1245
8dfd5744
DH
1246- An internal database inconsistency bug was repaired where the server
1247 would segfault if a client attempted to renew a lease that had been
1248 loaded from persistent storage.
1249
45d545f0 1250- 'request' and 'also request' syntaxes have been added to accommodate
0c20eab3
DH
1251 the DHCPv6 client configuration. 'send dhcp6.oro' is no longer
1252 necessary.
1253
f800f4f6
SK
1254- Bug fixed where configuration file parsing did not work with
1255 zero-length options; this made it impossible to set the
1256 rapid-commit option.
1257
845e9677
DH
1258- Bogus messages about host records with IPv4 fixed-addresses being of
1259 non-128-bits in length were removed.
1260
76c944da
SK
1261 Changes since 4.0.0a1
1262
71765b58
SK
1263- Bug in octal parsing fixed. Thanks to Bernd Fuhrmann for the report
1264 and fix.
1265
847e7000
SK
1266- Autoconf now supplies proper flags for Solaris DHCPv6 builds.
1267
bda33169
SK
1268- Fix for parsing error on some IPv6 addresses.
1269
9b21e73e
SK
1270- Invalid CIDR representation for IPv6 subnets or ranges now checked
1271 for when loading configuration.
1272
8da06bb1
DH
1273- Compilation on HP/UX has been repaired. The changes should generally
1274 apply to any architecture that supplies SIOCGLIFCONF but does not
1275 use 'struct lifconf' structures to pass values.
1276
dd328225
DH
1277- Two new operators, ~= and ~~, have been integrated to implement
1278 boolean matches by regular expression (such as may be used in
1279 class matching statements). Thanks to a patch by Alexandr S.
1280 Agranovsky, which underwent slight modification.
1281
76c944da
SK
1282- Fix for icmp packets on 64-bit systems (bug introduced in 4.0).
1283
f796f70a
DH
1284- A bug was fixed in interface discovery wherein an error identifying
1285 a server-configured interface with no IPv4 addresses would SEGV.
76c944da 1286
c11f349d
EH
1287- Fixed a bug in which write_lease() might report a failure incorrectly
1288
af5fa176
EH
1289- Added support for DHCPv6 Release messages
1290
1291- Added -x option to dhclient, which triggers dhclient processes
1292 to exit gracefully without releasing leases first
1293
a546f2a7
EH
1294- All binaries (client, server, relay) now change directories
1295 to / before going into daemon mode, so as not to hold $CWD open
1296
b55d0d5f
EH
1297- Fixed a bug parsing DHCPv6 client-id's in host-identifier statements
1298
26be82af
DH
1299- Fixed a bug with the 'ddns-updates' boolean server configuration
1300 parameter, which caused the server to fail.
1301
98bd7ca0
DH
1302 Changes since 4.0.0-20070413
1303
d9b43370
SK
1304- Old (expired) leases are now cleaned.
1305
8c1752d2
DH
1306- IPv6 subnets now have support for arbitrary allocation ranges via
1307 a new 'range6' configuration directive.
1308
98bd7ca0
DH
1309- An obviated option code hash lookup to find D6O_CLIENTID was removed.
1310
a512d11b
DH
1311- Corrected some situations where variables might be used without being
1312 initialized.
1313
1314- Silenced several other compiler warnings.
1315
1316- Include the more standard sys/uio.h rather than rely upon other
f66f02cc
DH
1317 header files to include it (fixes a BSD 4.2 compile failure).
1318
1319- Duplicate dhclient-script updates for DHCPv6 to all provided scripts.
a512d11b 1320
4ba58919
DH
1321- DHCPv4 I/O methods that failed to sense hardware address were corrected.
1322
1323- DHCPv4 is now the default (as documented) rather than DHCPv6. The default
1324 was set to DHCPv6 to facilitate ease early development, and forgotten.
1325
1326- Corrected a segmentation violation in DHCPv4 socket processing.
1327
8ea19a71 1328- dhclient will now fork() into the background once it binds to an
45d545f0 1329 IPv6 address, or immediately if the -n flag is supplied.
8ea19a71
DH
1330
1331- -q is now the default behaviour on dhclient, with -d or -v enabling
1332 non-quiet (stderr logging) mode.
1333
2cf8d0bd
DH
1334- Fix documentation of the domain-search atom (quoted, with commas).
1335
1336- Document DHCPv6 options presently in the default table.
1337
fe5b0fdd
DH
1338- Replaced ./configure shellscripting with GNU Autoconf.
1339
98bd7ca0
DH
1340 Changes since 3.1.0 (NEW FEATURES)
1341
1342- DHCPv6 Client and Server protocol support. Use '-6' to run the daemons
1343 as v6-only. Use '-4' to run the daemons as v4-only (default. There is
1344 no support currently for both.
1345
1346- Server support for multiple IA_NA options, containing at most one
1347 IAADDR option.
1348
1349- Client support for one IA_NA option, containing any number of IAADDR
1350 options.
1351
1352- Server support for the DHCPv6 Information-request message.
1353
1354- Inappropriate unicast DHCPv6 messages sent to the server are now
1355 discarded, and this has rearchitected the IO system slightly.
1356
1357- The DHCPv6 server DUID defaults to type 1, is persistently stored in
1358 the leases database, and can be over-ridden (either completely, or by
1359 specifying type 1 or type 2).
1360
1361- The server only uses Rapid-Commit if it has been configured with the
1362 Rapid-Commit option and the client requests it.
1363
1364- DDNS support. We now update AAAA records in the same place we would
1365 update A records, if we have an IPv6 address. We also generate IP6.ARPA
1366 style names for PTR records if we're dealing with an IPv6 address. Both
1367 A and AAAA updates are done using the same 'fqdn.' virtual option space
1368 (although the DHCPv4 FQDN and DHCPv6 FQDN options are formatted
1369 differently, they both use the same code here).
1370
1371- The Linux dhclient-script attempts to set and remove assigned addresses,
1372 and to configure /etc/resolv.conf from nameserver and domain name
1373 configurations. It can be extended to configure other parameters.
1374
1375- Initial DHCPv6 lease support.
1376
1377- The IO system now tracks all local IP addresses, so that the DHCP
1378 applications (particularly the dhcrelay) can discern between what frames
1379 were transmitted to it, and what frames are being carried through it which
1380 it should not intercept.
1381
1418fd11
DH
1382 Changes since 3.1.0 (Maintenance)
1383
1384- A bug was repaired where MAC Address Affinity for virgin leases always
1385 mapped to the primary. Virgin leases now have an interleaved preference
1386 between primary and secondary.
1387
1388- A bug was repaired where MAC Address Affinity for clients with no client
1389 identifier was sometimes mishashed to the peer. Load balancing during
1390 runtime and pool rebalancing were opposing.
1391
aa3e348e
DH
1392- An assertion in lease counting relating to reserved leases was repaired.
1393
e9c59645
DH
1394- The subnet-mask option inclusion now conforms with RFC2132 section 3.3;
1395 it will only appear prior to the routers option if it is present on the
1396 Parameter-Request-List. The subnet-mask option will also only be
1397 included by default (if it is not on the PRL) in response to DISCOVER
1398 or REQUEST messages.
1399
1400- The FQDN option is only supplied if the client supplied an FQDN option or
1401 if the FQDN option was explicitly requested on the PRL.
1402
c104546d
DH
1403- Dynamic BOOTP leases are now load balanced in failover.
1404
b9d0cc05
DH
1405 Changes since 3.1.0rc1
1406
1407- The parse warning that 'deny dyanmic bootp;' must be configured for
1408 failover protected subnets was removed.
1409
a512cc3a
DH
1410 Changes since 3.1.0b2
1411
1412- Failover rebalance events no longer play ping pong with round errors
1413 (moving leases between free and back to backup where there are an
1414 odd number of leases).
1415
1416- The 'pool' log line has been split into two messages, one before the
1417 rebalance run, and one after.
1418
1419- Any queued BNDACKs are transmitted before transmitting new BNDUPDs.
1420 This enforces the correct sequence of events for the remote server
1421 processing these messages.
1422
fe5b0fdd 1423 Changes since 3.1.0b1
27837f95 1424
74dc3e0b
EH
1425- Fixed a bug that caused OMAPI clients to freeze when opening lease
1426 objects.
1427
1ba87b37
EH
1428- A new server config option "fqdn-reply" specifies whether the server
1429 should send out option 81 (FQDN). Defaults to "on". If set to "off",
1430 the FQDN option is not sent, even if the client requested it. This is
1431 needed because some clients misbehave otherwise. Thanks to Christof Chen
1432 at Allianz.
1433
a58da042
EH
1434- Allow trace output files (-tf option) to be overwritten, rather than
1435 crashing dhcpd if the file already exists
1436
61252edf
EH
1437- A bug was fixed that caused dhcpd to segfault if a pool was declared
1438 outside the scope of a subnet in dhcpd.conf.
1439
27837f95
DH
1440- Some uninitialized values were repaired in dhcpleasequery.c that
1441 caused the server to abort.
1442
4d2eaafb
DH
1443- A new server config option, 'do-reverse-updates', has been added
1444 which causes the server to abstain from performing updates on PTR
1445 records. Thanks to a patch from Christof Chen at Allianz.
1446
06211b40
DH
1447- A bug was repaired in subencapsulation support, where spaces separated
1448 by empty spaces would not get included.
1449
d6614ea2
DH
1450- A bug in dhclient was repaired which caused it to send parameter request
1451 lists of 55 bytes in length no matter how long the declared PRL was.
1452
132d38f2
DH
1453- 'dhcp.c(3953): non-null pointer' has been repaired. This fixes a flaw
1454 wherein the DHCPv4 server may ignore a configured server-identifier.
1455
fc3b9c90
DH
1456- A flaw in failover startup sequences was repaired that sometimes left
1457 the primary DHCP server's pool rebalance schedules unscheduled.
1458
c9feb859
DH
1459- Corrected a flaw that broke encapsulated spaces included due to presence
1460 on the parameter request list.
1461
c57db45c
SK
1462 Changes since 3.1.0a3
1463
1464- Some spelling fixes.
98311e4b 1465
bd2bc2fa
DH
1466 Changes since 3.1.0a2
1467
1468- A bug was fixed where attempting to permit leasequeries results in a
1469 fatal internal error, "Unable to find server option 49".
1470
85edef5c
DH
1471- A bug was fixed in dhclient rendering the textual output form of the
1472 domain-search option syntax.
1473
bdddcb7d
DH
1474 Changes since 3.1.0a1
1475
1476- A bug in the FQDN universe that added FQDN codes to the NWIP universe's
1477 hash table was repaired.
1478
616d67cb
DH
1479- The servers now try harder to transmit pending binding updates when
1480 entering normal state.
1481
1482- UPDREQ/UPDREQALL handling was optimized - it no longer dequeues and
1483 requeues all pending updates. This should reduce the number of spurious
66c8f734
DH
1484 'xid mismatch' log messages.
1485
1486- An option definition referencing leak was fixed, which resulted in early
1487 termination of dhclient upon the renewal event.
616d67cb 1488
6708d944
DH
1489- Some default hash table sizes were tweaked, some upwards, some downwards.
1490 3.1.0a1's tables resulted in a reduction in default server memory use.
1491 The new selected values provide more of a zero sum (increasing the size
1492 of tables likely to be populated, decreasing the size of tables unlikely).
1493
45d545f0 1494- Lease structures appear in three separate hashes: by IP address, by UID,
6708d944
DH
1495 and by hardware address. One type of table was used for all three, and
1496 improvements to IP address hashing were applied to all three (so UID and
1497 hardware addresses were treated like 4-byte integers). There are now two
1498 types of tables, and the uid/hw hashes use functions more appropriate
1499 to their needs.
1500
1501- The max-lease-misbalance percentage no longer causes scheduled rebalance
1502 runs to be skipped: it still governs the schedule, but every scheduled
1503 run will attempt balance.
1504
a7ee93fe
DH
1505- A segfault bug in recursive encapsulation support has been corrected.
1506
98311e4b
DH
1507 Changes since 3.0 (New Features)
1508
1509- A workaround for certain STSN servers that send a mangled domain-name
1510 option was introduced for dhclient. The client will now accept corrupted
1511 server responses, if they contain a valid DHCP_MESSAGE_TYPE (OFFER, ACK,
1512 or NAK). The server will continue to not accept corrupt client packets.
1513
98bd7ca0 1514- Support for 'reserved' (pseudo-static) and BOOTP leases via failover
a55ccdd0 1515 was introduced.
98311e4b
DH
1516
1517- Support for adding, removing, and managing class and subclass statements
1518 via OMAPI.
1519
a55ccdd0
DH
1520- The failover implementation was updated to comply with revision 12 of
1521 the protocol draft.
1522
98311e4b
DH
1523- 'make install' now creates the initial zero-length dhcpd.leases file if
1524 one does not already exist on the system.
1525
b43c87ad 1526- RFC3942 compliance, site-local option spaces start at 224 now, not 128.
b43c87ad 1527
0b17f049
DH
1528- The Load Balance Algorithm was misimplemented. The current implementation
1529 matches RFC 3074.
1530
2727c1cf
DH
1531- lcase() and ucase() configuration expressions have been added which adjust
1532 their arguments from upper to lower and lower to upper cases respectively.
2714a8ef 1533 Thanks to a patch from Albert Herranz.
2727c1cf 1534
febbd402
DH
1535- The dhclient 'reject ...;' statement, which rejects leases given by named
1536 server-identifiers, now permits address ranges to be specified in CIDR
7d7073e7 1537 notation. Thanks to a patch from David Boyce.
febbd402 1538
ee912528
DH
1539- The subnet-mask option is now supplied by default, but at lowest
1540 priority. This helps a small minority of clients that provide parameter
1541 request lists, but do not list the subnet-mask option because they were
1542 designed to interoperate with a server that behaves in this manner.
1543
1544- The FQDN option is similarly supplied even if it does not appear on the
1545 parameter request list, but not to the exclusion of options that do
1546 appear at the parameter request list. Up until now it had ultimate
1547 priority over the client's parameter request list.
1548
f7fdb216 1549- Varying option space code and length bit widths (8/16/32) are now
51202707 1550 supported. This is a milestone in achieving RFC 3925 "VIVSO" and
f7fdb216
DH
1551 DHCPv6 support.
1552
5e864416
DH
1553- A new common (server or client) option, 'db-time-format local;', has
1554 been added which prints the local time in /var/db/dhcpd.leases rather
1555 than UTC. Thanks to a patch from Ken Lalonde.
1556
b500bd4c
DH
1557- Some patches to improve DHCP Server startup speed from Andrew Matheson
1558 have been incorporated.
1559
2426234f
DH
1560- Failover pairs now implement 'MAC Affinity' on leases moving from the
1561 active to free states. Leases that belonged to the failover secondary
1562 are moved to BACKUP state rather than FREE upon exiting EXPIRED state.
1563 If lease rebalancing must move leases, it tries first to move leases
1564 that belong to the peer in need.
1565
1566- The server no longer sends POOLREQ messages unless the pool is severely
1567 misbalanced in the peer's favor (see 'man dhcpd.conf' for more details).
1568
1569- Pool rebalance events no longer happen upon successfully allocating a
1570 lease. Instead, they happen on a schedule. See 'man dhcpd.conf' for the
1571 min-balance and max-balance statements for more information.
1572
334bf491
DH
1573- The DHCP Relay Agent Information Option / Link Selection Sub-Option
1574 is now supported. (See RFC3527 for details).
1575
3004bebf
DH
1576- A new DDNS related server option, update-conflict-detection, has been
1577 added. If this option is enabled, dhcpd will perform normal DHCID
1578 conflict resolution (the default). If this option is disabled, it will
1579 instead trust the assigned name implicitly (removing any other bindings
1580 on that name). This option has not been made available in dhclient.
1581
567e8561
DH
1582- In those cases where the DHCP software manufactures an IP header (to
1583 transmit via bpf, lpf, etc), the IP TTL the software selects has been
1584 increased from 16 to 128. This is intended to match Microsoft Windows
1585 DHCP Client behaviour, to increase compatibility.
1586
a396d25f
DH
1587- 'ignore client-updates;' now has behaviour that is different from
1588 'deny client-updates;'. The client's request is not truly ignored,
1589 rather it is encouraged. Should this value be configured, the server
1590 updates DNS as though client-updates were set to 'deny'. That is, it
1591 enters into DNS whatever it is configured to do already, provided it is
1592 configured to. Then it sends a response to the client that lets the
1593 client believe it is performing client updates (which it will), probably
1594 for a different name. In essence, this lets the client do as it will,
1595 ignoring this aspect of their request.
1596
dba5803b
DH
1597- Support for compressed 'domain name list' style DHCP option contents, and
1598 in particular the domain search option (#119) was added.
1599
41e45067 1600- The DHCP LEASEQUERY protocol as defined in RFC4388 is now implemented.
6d103865
SK
1601 LEASEQUERY lets you query the DHCP server for information about a lease,
1602 using either an IP address, MAC address, or client identifier. Thanks
1603 to a patch from Justin Haddad.
1604
41e45067
DH
1605- DHCPD is now RFC2131 section 4.1 compliant (broadcast to all-ones ip and
1606 ethernet mac address) on the SCO platform specifically without any strange
1607 ifconfig hacks. Many thanks go to the Kroger Co. for donating the
1608 hardware and funding the development.
6d103865 1609
b543fea9
DH
1610- A new common configuration executable statement, execute(), has been
1611 added. This permits dhcpd or dhclient to execute a named external
1612 program with command line arguments specified from other configuration
1613 language. Thanks to a patch written by Mattias Ronnblom, gotten to us
1614 via Robin Breathe.
1615
b22de500
DH
1616- A new dhcp server option 'adaptive-lease-time-threshold' has been added
1617 which causes the server to substantially reduce lease-times if there are
1618 few (configured percentage) remaining leases. Thanks to a patch submitted
1619 from Christof Chen.
1620
96bbe8c5
SK
1621- Encapsulated option spaces within encapsulated option spaces is now
1622 formally supported.
1623
b8221d95
DH
1624 Changes since 3.0.6rc1
1625
1626- supersede_lease() now requeues leases in their respective hardware
1627 address hash bucket. This mirrors client identifier behaviour.
1628
c1e6c832
DH
1629 Changes since 3.0.5
1630
f546c28b
DH
1631- Assorted fixes for broken network devices: Packet length is now
1632 determined from the IP header length field to finally calculate the
1633 UDP payload length, because some NIC drivers return more data than
5a22eb63 1634 they actually received.
f546c28b
DH
1635
1636- UDP packets are now stored in aligned data structures.
1637
c1e6c832
DH
1638- A logic error in omapi interface code was repaired that might result in
1639 incorrectly indicating 'up' state when any flags were set, rather than
23e10d37
DH
1640 specifically the INTERFACE_REQUESTED flag. Thanks to a patch from
1641 Jochen Voss which got to us via Andrew Pollock at Debian.
c1e6c832 1642
75ab3070
DH
1643- A reference leak on binding scopes set by ddns updates was repaired.
1644
d69fb6a8 1645- A memory leak in the minires_nsendsigned() function call was repaired.
23e10d37 1646 Effectively, this leaked ~176 bytes per DDNS update.
d69fb6a8 1647
02428754
DH
1648- In the case where an "L2" DHCP Relay Agent (one that does not set giaddr)
1649 was directly attached to the same broadcast domain as the DHCP server,
1650 the RFC3046 relay agent information option was not being returned to the
1651 relay in the server's replies. This was fixed; the dhcp server no longer
1652 requires the giaddr to reply with relay agent information. Note that
1653 this also improves compatibility with L2 devices that "intercept" DHCP
1654 packets and expect relay agent information even in unicast (renewal)
23e10d37
DH
1655 replies. Thanks to a patch from Pekka Silvonen.
1656
1657- A bug was fixed where the BOOTP header 'sname' field had a value, the
1658 copy written to persistent storage was actually the contents of the
1659 'file' field.
02428754 1660
ecde99a3
DH
1661- A bug was fixed where the nwip virtual option space was referencing
1662 the fqdn option's virtual option space's option cache.
1663
67674ffb
DH
1664- Timestamp parsing errors that indicated missing "minutes" fields rather
1665 than the actually missing "seconds" fields have been repaired thanks to
1666 a patch from Kevin Steves.
1667
830ebc4c
DH
1668- A grammar error in the dhclient.8 manpage was repaired thanks to a patch
1669 from Chris Wagner.
1670
c759db75
DH
1671- Several spelling typos were repaired, and some cross-references to other
1672 relevant documents were included in the manpages, thanks to a patch
1673 by Andrew Pollock which got to us via Tomas Pospisek.
1674
9aa3f3a5
DH
1675- Some bugs were fixed in the 'emergency relay agent options hologram'
1676 which is used to retain relay agent option contents from when the
1677 client was in INIT or REBIND states. This should solve problems where
1678 relay agent options were not echoed from the server, even when giaddr
1679 was set.
1680
3d0c598a
DH
1681- dhclient now closes its descriptor to dhclient.leases prior to executing
1682 dhclient-script. Thanks to a patch from Tomas Pospisek.
1683
d5b6835f
DH
1684- The server's "by client-id" and "by hardware address" hash table lists
1685 are now sorted according to the preference to re-allocate that lease to
1686 returning clients. This should eliminate pool starvation problems
1687 arising when "INIT" clients were given new leases rather than presently
1688 active ones.
1689
02428754 1690 Changes since 3.0.5rc1
0a73b7b6 1691
901306d5 1692- A bug was repaired in fixes to the dhclient, which sought to run the
0a73b7b6
SK
1693 dhclient-script with the 'EXPIRE' state should it receive a NAK in
1694 response to a REQUEST. The client now iterates the PREINIT state
1695 after the EXPIRE state, so that interfaces that might be configured
1696 'down' can be brought back 'up' and initialized.
1697
87a08ccc
DH
1698- DHCPINFORM handling for clients that properly set ciaddr and come to the
1699 server via a relay aget has been repaired.
1700
6da113fb
DH
1701 Changes since 3.0.4
1702
1703- A warning that host statements declared within subnet or shared-network
1704 scopes are actually global has been added.
1705
1706- The default minimum lease time (if min-lease-time was not specified)
1707 was raised from 0 to 300. 0 is not thought to be sensible, and is
1708 known to be damaging.
1709
1710- Added additional fatal error sanity checks surrounding lease binding
1711 state count calculations (free/active counts used for failover pool
1712 balancing).
1713
dcc557db
DH
1714- Some time value size fixes in 3.0.4 brought on from FreeBSD /usr/ports were
1715 misapplied to server values rather than client values. The server no longer
1716 advertises 8-byte lease-time options when on 64-bit platforms.
1717
1b2ab55f
DH
1718- A bug where leases not in ACTIVE state would get billed to billed classes
1719 (classes with lease limitations) was fixed. Non-active leases OFFERed
1720 to clients are no longer billed (but billing is checked before offering).
1721
e48891e8
DH
1722- The dhcpd.conf.5 manpage was updated in regard to the ddns-domainname
1723 configuration option - the default configuration and results should be
1724 more clear now.
1725
6cbc6629
DH
1726- If the dhclient were to receive a DHCPNAK while it was in the RENEW
1727 state (and consequently, had an active, 'bound' address and related
1728 configuration options), it would fail to 'tear down' this information
1729 before proceeding into INIT state. dhclient now iterates the dhclient-
1730 script with the 'EXPIRE' action to cause these teardowns prior to entering
1d3bfb17 1731 INIT state. Thanks to a patch from Chris Zimmerman.
6cbc6629 1732
c5fec5fa
DH
1733- The omapi.1 manpage had some formatting errors repaired thanks to a patch
1734 from Yoshihiko Sarumaru.
1735
33e1cb2b
DH
1736- A few lines of code that were failover-specific were moved within
1737 #if defined() clauses so that compilation without failover could be
1738 made possible.
1739
2bddf829
DH
1740- The log message emitted when the 'leased-address' value was not available
1741 in dhcpd.conf "executable statements" has been updated to be more helpful.
1742 Manpage information for this value has also been updated.
1743
87578987
DH
1744- Abandoned or dissociated (err condition) leases now remove any related
1745 dynamic dns bindings. Thanks to a patch from Patrick Schoo.
1746
e77c575f
DH
1747- Attempting to write a new lease file to replace a corrupt (due to
1748 encountering non-retryable errors during writing) lease file should
1749 no longer result in an infinite recursion.
1750
2178df03
DH
1751- Host declaration hardware addresses and client identifiers may only be
1752 configured once. dhcpd will now fail to load config files that specify
1753 multiple identifiers (previous versions would silently over-ride the
1754 value with the later configured value).
1755
d5341d9b
SK
1756- Several option codes that have been allocated since our last release
1757 have been named and documented.
1758
1759- Option names of the form "unknown-123" have been removed from the in-
1760 memory hash tables. In order to support options of these names that
1761 may appear in dhclient.leases or similar in previous versions, the
1762 parser will now find the new option code definition, or mock up a
1763 generic option code definition. This should result in a smooth
1764 transition from one name to the other, as the new name is used to
1765 write new output.
1766
6da113fb
DH
1767 Changes since 3.0.4rc1
1768
1769- The dhcp-options.5 manpage was updated to correct indentation errors
1770 thanks to a patch from Jean Delvare.
1771
1772 Changes since 3.0.4b3
1773
1774- Some manual pages were clarified pursuant to discussion on the dhcp-server
1775 mailing list.
1776
88cd8aca
DH
1777 Changes since 3.0.4b2
1778
45d545f0 1779- Null-termination sensing for certain clients that unfortunately require
88cd8aca
DH
1780 it in DHCPINFORM processing was repaired.
1781
1782- The host-name option and a few others were moved from "X" format to "t"
1783 format to be compatible with new NULL handling functions.
1784
1785- DHCPINFORM processing is a little more careful about return addressing
1786 its responses, or if responding via a relay. The INFORM related
1787 messages also log the 'effective client ip address' rather than the
1788 client's supplied ciaddr (since some clients produce null ciaddrs).
1789
1790- The server was inappropriately sending leases to the RESET state in the
1791 event that multiple active leases were found to match a singly-identified
1792 client. This was changed to RELEASED (by accepting a different, ACTIVE
1793 binding, the client is implicitly releasing its lease). This repairs a
1794 bug wherein secondary servers in failover pairs detecting this condition
1795 move leases to RESET, and primaries refuse to accept that state
1796 transition (properly).
1797
1798- The memset-after-dmalloc() changes made in 3.0.4b1 have been backed out.
1799
1800 Changes since 3.0.4b1
1801
1802- Command line parsing in omshell was repaired - it no longer closes
1803 STDIN after reading one line.
1804
1805- The resolver library no longer closes the /etc/resolv.conf file
1806 descriptor it opened twice.
1807
1808- Changes to trailing NULL removal in 't' option-atoms has been rethought,
1809 it now includes 'd' (domain name) types, and tries hard not to rewind an
1810 option beyond the start of the text field it is un-terminating.
1811
1812 Changes since 3.0.3
1813
1814- A DDNS update handling function was misusing the DNS error codes, rather
1815 than the internal generic result enumeration. The result is a confusing
1816 syslog line, logging the wrong condition.
1817
1818- The DHCP Server was not checking pool balance in the case where it brought
1819 a non-ACTIVE lease out of storage for a client that was returning to use
1820 a lease it once had long ago, and had since expired.
1821
1822- Failover peers no longer bother to look for free leases to allocate when
1823 they already found the client's ACTIVE lease. DISCOVERs are load balanced
98bd7ca0 1824 whether freely-allocated or not, unless the server doubts the peer has
88cd8aca
DH
1825 leases to allocate.
1826
1827- Fixed a bug in dhcrelay agent addition code that suppressed trailing
45d545f0 1828 PAD options - it was suppressing only one trailing PAD option, rather
88cd8aca
DH
1829 than the entire block of them.
1830
3a16098f
DH
1831! Fixed some unlikely overlapping-region memcpy() bugs in dhcrelay agent
1832 option addition and stripping code. Added a few sanity checks. Although
1833 highly improbable, due to requiring the reception of a DHCP datagram well
1834 in excess of all known to be used physical MTU limitations, it is possible
1835 this may have been used in a stack overflow security vulnerability. Thanks
1836 to a patch from infamous42md.
1837
1838! Added some sanity checks to OMAPI connection/authentication code.
1839 Although highly improbable, due to having to deliver in excess of 2^32
1840 bytes of data via the OMAPI channel, not to mention requiring dhcpd to
1841 be able to malloc() a memory region 2^32 bytes in size, it was possible
1842 this might have resulted in a heap overflow security vulnerability.
1843 Thanks to a patch from infamous42md.
88cd8aca
DH
1844
1845- dmalloc() memset()'s the non-debug (data) portion of the allocated
1846 memory to zero. Code that memset()'s the result returned by dmalloc() to
1847 zero is redundant. These redundancies were removed.
1848
1849- Some type declaration corrections to u_int16_t were made in common/tr.c
4b97eaff 1850 (Token Ring support) thanks to a patch from Jason Vas Dias at Red Hat.
88cd8aca
DH
1851
1852- A failover bug that was allowing leases that EXPIRED or were RELEASED
1853 where tsfp and tstp are identical timestamps to languish in these
1854 transitional states has been repaired. As a side effect, lease
1855 databases should be kept more consistent overall, not just for these
1856 transitional states.
1857
1858- If the lease db is deleted out from under the daemon, and it moves to rewrite
1859 the db, it will go ahead with the operation and move the new db into place
1860 once it detects the old db does not exist.
1861
1862- dhclient now ignores IRDA, SIT, and IEEE1394 network interfaces, as it
1863 is either nonsensical or (in the case of IEEE1394) is not known to support
1864 these interfaces. Thanks to Marius Gedminas and Andrew Pollock of Debian.
1865
1866- Some previously undocumented reasons for dhclient-script invoking has
45d545f0 1867 been documented in the dhclient-script.8 manpage.
88cd8aca
DH
1868
1869- Failover potential expiry calculations (TSTP) have been corrected. Results
1870 should be substantially more consistent, and proper given the constraints.
1871
1872- Adjusted lease state validation checks in potential-conflict, to
1873 account for possible clock skew similarly to normal state, and several
1874 previously illegal transitions were made legal (ex: active->released).
1875
1876- An impossible sanity check was removed from omapi/buffer.c, thanks to a
1877 patch from 'infamous42md'.
1878
1879- An OMAPI host/network byte order problem in lease time values has been
1880 repaired.
1881
1882- Several minor bugs, largely relating to treating 8-byte time values as
1883 4-byte entities, have been repaired after careful review of the FreeBSD
1884 ports collection's patch set. Thanks to the nameless entities who have
1885 contributed to the FreeBSD ports.
1886
1887- When writing a trace file, the file is now created with permissions 0600,
1888 to help administrators avoid accidentally publicising sensitive config
1889 data.
1890
1891- The calculation of the maximum size of DHCP packets no longer includes
1892 Ethernet framing overhead. The result is that the 'Maximum Message
1893 Size' option advertised by clients, or the default value 576, is no
1894 longer reduced by 14 bytes, and instead directly reflects the IP level
1895 MTU (and the default, minimum allowed IP MTU of 576).
1896
1897- The special status of RELEASED/EXPIRED/RESET leases when a server
1898 is operating in partner-down was fixed. It no longer requires a
1899 lease be twice the MCLT beyond STOS to 'reallocate', and the expiry
1900 event to turn these into FREE leases without peer acknowledgement
1901 (after STOS+MCLT) has been repaired.
1902
1903- Compilation on older Solaris systems (lacking /usr/include/sys/int_types.h)
1904 has been repaired.
1905
1906- "append"ing a string onto the end of a "t" type option (such as the
1907 domain-name field) that had been improperly NULL-terminated by the
1908 DHCP server will no longer result in a truncated string containing
1909 only the option from the server, and not the expected appended value.
4b97eaff 1910 Thanks to a patch from Jason Vas Dias at Red Hat.
88cd8aca
DH
1911
1912- File handlers on configuration state (config files and lease dbs) should
98bd7ca0 1913 be treated consistently, regardless of whether TRACING is defined or not.
88cd8aca 1914
45d545f0 1915- The Linux build environment has had some minor improvements - better
88cd8aca
DH
1916 sensing of 64-bit pointer sizes (only used for establishing an icmp_id),
1917 and corrections to #if operators regarding LINUX_MAJOR should it ever
1918 move to 3.[01].x.
1919
1920- The server now tries harder to survive the condition where it is unable
1921 to open a new lease file to rewrite the lease state database.
1922
c75473d8
DH
1923 Changes since 3.0.3b3
1924
1925- dhclient.conf documentation for interface {} was updated to reflect recent
1926 discussion on the dhcp-hackers mailing list.
1927
1928- In response to reports that the software does not compile on GCC 4.0.0,
1929 -Werror was removed from Makefile.conf for all platforms that used it.
1930 We will address the true problem in a future release; this is a temporary
1931 workaround.
1932
1933 Changes since 3.0.3b2
1934
1935- An error in code changes introduced in 3.0.3b2 was corrected, which caused
1936 static BOOTP clients to receive random addresses.
1937
1938 Changes since 3.0.3b1
1939
1940- A bug was fixed in BOOTPREQUEST handling code wherein stale references to
1941 host records would be left behind on leases that were not allocated to the
1942 client currently booting (eg in the case where the host was denied booting).
1943
1944- The dhcpd.conf.5 manpage was updated to be more clear in regards to
1945 multiple host declarations (thanks to Vincent McIntyre). 'Interim' style
1946 dynamic updates were also retouched.
1947
98311e4b
DH
1948 Changes since 3.0.2
1949
1950- A bug was fixed where a server might load balance a DHCP REQUEST to its
45d545f0 1951 peer after already choosing not to load balance the preceding DISCOVER.
98311e4b
DH
1952 The peer cannot allocate the originating server's lease.
1953
1954- In the case where a secondary server lost its stable storage while the
1955 primary was still in communications-interrupted, and came back online,
1956 the lease databases would not be fully transferred to the secondary.
1957 This was due to the secondary errantly sending an extra UPDREQ message
1958 when the primary made its state transition to PARTNER-DOWN known.
1959
1960- The package will now compile cleanly in gcc 3.3 and 3.4. As a side effect,
1961 lease structures will be 9 bytes smaller on all platforms. Thanks to
4b97eaff 1962 Jason Vas Dias at Red Hat.
98311e4b
DH
1963
1964- Interface discovery code in DISCOVER_UNCONFIGURED mode is now
1965 properly restricted to only detecting broadcast interfaces. Thanks
4b97eaff 1966 to a patch from Jason Vas Dias at Red Hat.
98311e4b
DH
1967
1968- decode_udp_ip_header was changed so that the IP address was copied out
1969 to a variable, rather than referenced by a pointer. This enforces 4-byte
1970 alignment of the 32-bit IP address value. Thanks to a patch from Dr.
1971 Peter Poeml.
1972
1973- An incorrect log message was corrected thanks to a patch from
1974 Dr. Peter Poeml.
1975
1976- A bug in DDNS was repaired, where if the server's first DDNS action was
1977 a DDNS removal rather than a DDNS update, the resolver library's
1978 retransmit timer and retry timer was set to the default, implying a
1979 15 second timeout interval. Which is a little excessive in a synchronous,
1980 single-threaded system. In all cases, ISC DHCP should now hold fast to
1981 a 1-second timeout, trying only once.
1982
1983- The siaddr field was being improperly set to the server-identifier when
1984 responding to DHCP messages. RFC2131 clarified the siaddr field as
1985 meaning the 'next server in the bootstrap process', eg a tftp server.
1986 The siaddr field is now left zeroed unless next-server is configured.
1987
1988- mockup_lease() could have returned in an error condition (or in the
1989 condition where no fixed-address was found matching the shared
1990 network) with stale references to a host record. This is probably not
1991 a memory leak since host records generally never die anyway.
1992
1993- A bug was repaired where failover servers would let stale client identifiers
1994 persist on leases that were reallocated to new clients not sending an id.
1995
1996- Binding scopes ("set var = value;") are now removed from leases allocated
1997 by failover peers if the lease had expired. This should help reduce the
1998 number of stale binding scopes on leases.
1999
2000- A small memory leak was closed involving client identifiers larger than
2001 7 bytes, and failover.
2002
2003- Configuring a subnet in dhcpd.conf with a subnet mask of 32 bits might
2004 cause an internal function to overflow heap. Thanks to Jason Vas Dias
4b97eaff 2005 at Red Hat.
98311e4b
DH
2006
2007- Some inconsistencies in treating numbers that the lexer parsed as 'NUMBER'
2008 or 'NUMBER_OR_NAME' was repaired. Hexadecimal parsing is affected, and
2009 should work better.
2010
2011- In several cases, parse warnings were being issued before the lexical
2012 token had been advanced to the token whose value was causing an error...
2013 causing parse warnings to claim the problem is on the wrong token.
2014
2015- Host declarations matching on client identifier for dynamic leases will
2016 no longer match fixed-address host declarations (this is now identical
2017 to behaviour for host records matching on hardware address).
2018
2019 Changes since 3.0.2rc3
2020
2021- A previously undocumented configuration directive, 'local-address',
2022 was documented in the dhcpd.conf manpage.
2023
2024 Changes since 3.0.2rc2
2025
45d545f0 2026- Two variables introduced in 3.0.2b1 were used without being initialized
98311e4b
DH
2027 in the case where neither the FILE nor SNAME fields were available for
2028 overloading. This was repaired.
2029
2030- A heretofore believed to be impossible corner case of the option
2031 overloading implementation turned out to be possible ("Unable to sort
2032 overloaded options after 10 tries."). The implementation was reworked
2033 to consider the case of an option so large it would require more than
2034 three chunks to fit.
2035
2036- Many other instances of variables being used without being initialized
2037 were repaired.
2038
2039- An uninitialized variable in omapi_io_destroy() led to the discovery
2040 that this function may result in orphaned pointers (and hence, a memory
2041 leak).
2042
2043 Changes since 3.0.2rc1
2044
2045- allocate_lease() was rewritten to repair a bug in which the server would
2046 try to allocate an ABANDONED lease when FREE leases were available.
2047
2048 Changes since 3.0.2b1
2049
2050- Some dhcp-eval.5 manpage formatting was repaired.
2051
2052 Changes since 3.0.1
2053
2054- A bug was fixed in the server's 'option overloading' implementation,
2055 where options loaded into the 'file' and 'sname' packet fields were
2056 not aligned precisely as rfc2131 dictates.
2057
2058- The FreeBSD client script was changed to support the case where a domain
2059 name was not provided by the server.
2060
2061- A memory leak in 'omshell' per each command line parsed was
2062 repaired, thanks to a patch from Jarkko Torppa.
2063
2064- Log functions writing to stderr were adjusted to use the STDERR_FILENO
2065 system definition rather than '2'. This is a no-op for 90% of platforms.
2066
2067- One call to trace_write_packet_iov() counted the number of io vectors
2068 incorrectly, causing inconsistent tracefiles. This was fixed.
2069
2070- Some expression parse failure memory leaks were closed.
2071
2072- A host byte order problem in tracefiles was repaired.
2073
2074- Pools configured in DHCPD for failover possessing permission lists that
2075 previously were assumed to not include dyanmic bootp clients are now
2076 a little more pessimistic. The result is, dhcpd will nag you about just
2077 about most pools that possess a 'allow' statement with no 'deny' that
2078 would definitely match a dynamic bootp client.
2079
2080- The 'ddns-update-style' configuration warning bit now insists that
2081 the configuration be globally scoped.
2082
2083- Two memory leaks in dhclient were closed thanks to a patch from Felix
2084 Farkas.
2085
2086- Some minor but excellently pedantic documentation errors were fixed
2087 thanks to a patch from Thomas Klausner.
2088
2089- Bugs in operator precedence in executable statements have been repaired
2090 once again. More legal syntaxes should be parsed legally.
2091
2092- Failing to initialize a tracefile for any reason if a tracefile was
2093 specified is now a fatal error. Thanks to a patch from Albert Herranz.
2094
2095- Corrected a bug in which the number of leases transferred as calculated
2096 by the failover primary and sent to peers in POOLRESP responses may be
2097 incorrect. This value is not believed to be used by other failover
2098 implementations, excepting perhaps as logged information.
2099
2100- Corrected a bug in which 'dhcp_failover_send_poolresp()' was in fact
2101 sending POOLREQ messages instead of POOLRESP mesasges. This message
2102 was essentially ignored since failover secondaries effectively do not
2103 respond to POOLREQ messages.
2104
2105- Type definitions for various bitwidths of integers in the sunos5-5
2106 build of ISC DHCP have been fixed. It should compile and run more
2107 easily when built in 64-bit for this platform.
2108
2109- "allow known-clients;" is now a legal syntax, to avoid confusion.
2110
2111- If one dhcp server chooses to 'load balance' a request to its failover
2112 peer, it first checks to see if it believes said peer has a free
2113 lease to allocate before ignoring the DISCOVER.
2114
2115- log() was logging a work buffer, rather than the value returned by
2116 executing the statements configured by the user. In some cases,
2117 the work buffer and the intended results were the same. In some other
2118 cases, they were not. This was fixed thanks to a patch from Gunnar
2119 Fjone and directconnect.no.
2120
2121- Compiler warnings for some string type conversions was fixed, thanks
2122 to Andreas Gustafsson.
2123
2124- The netbsd build environments were simplified to one, in which
2125 -Wconversion is not used, thanks to Andreas Gustafsson.
2126
2127- How randomness in the backoff-cutoff dhclient configuration variable
2128 is implemented was better documented in the manpage, and the behaviour
2129 of dhclient in REQUEST timeout handling was changed to match that of
2130 DISCOVER timeout handling.
2131
2132- Omapi was hardened against clients that pass in null values, thanks
2133 to a patch from Mark Jason Dominus.
2134
2135- A bug was fixed in dhclient that kept it from doing client-side
2136 ddns updates. Thanks to a patch from Andreas Gustafsson, which
2137 underwent some modification after review by Jason Vas Dias.
2138
2139- Failover implementations disconnected due to the network between
2140 them (rather than one of the two shutting down) will now try to
2141 re-establish the failover connection every 5 seconds, rather than
2142 to simply try once and give up until one of them is restarted.
2143 Thanks to a patch from Ulf Ekberg from Infoblox, and field testing
2144 by Greger V. Teigre which led to an enhancement to it.
2145
2146- A problem that kept DHCP Failover secondaries from tearing down
2147 ddns records was repaired. Thanks to a patch from Ulf Ekberg from
2148 Infoblox.
2149
2150- 64bit pointer sizes are detected properly on FreeBSD now.
2151
2152- A bug was repaired where the DHCP server would leave stale references
2153 to host records on leases it once thought about offering to certain
2154 clients. The result would be to apply host and 'known' scopes to the
2155 wrong clients (possibly denying booting). NOTE: The 'mis-host' patch
2156 that was being circulated as a workaround is not the way this bug was
2157 fixed. If you were a victim of this bug in 3.0.1, you are cautioned
2158 to proceed carefully and see if it fixes your problem.
2159
2160- A bug was repaired in the server's DHCPINFORM handling, where it
2161 tried to divine the client's address from the source packet and
2162 would get it wrong. Thanks to Anshuman Singh Rawat.
2163
2164- A log message was introduced to help illuminate the case where the
2165 server was unable to find a lease to assign to any BOOTP client.
2166 Thanks to Daniel Baker.
2167
2168- A minor dhcpd.conf.5 manpage error was fixed.
2169
2170 Changes since 3.0.1rc14
2171
2172- The global variable 'cur_time' was centralized and is now uniformly of a
2173 type #defined in system-dependent headers. It had previously been defined
2174 in one of many places as a 32-bit value, and this causes mayhem on 64-bit
2175 big endian systems. It probably wasn't too healthy on little endian
2176 systems either.
2177
2178- A printf format string error introduced in rc14 was repaired.
2179
2180- AIX system-dependent header file was altered to only define NO_SNPRINTF
2181 if the condition used to #ifdef in vsnprintf in AIX' header files
2182 is false.
2183
2184- The Alpha/OSF system-dependent header file was altered to define
2185 NO_SNPRINTF on OS revisions older than 4.0G.
2186
2187- omapip/test.c had string.h added to its includes.
2188
2189 Changes since 3.0.1rc13
2190
2191! CAN-2004-0460 - CERT VU#317350: Five stack overflow exploits were closed
2192 in logging messages with excessively long hostnames provided by the
2193 clients. It is highly probable that these could have been used by
2194 attackers to gain arbitrary root access on systems using ISC DHCP 3.0.1
2195 release candidates 12 or 13. Special thanks to Gregory Duchemin for
2196 both finding and solving the problem.
2197
2198! CAN-2004-0461 - CERT VU#654390: Once the above was closed, an opening
45d545f0 2199 in log_*() functions was evidenced, on some specific platforms where
98311e4b
DH
2200 vsnprintf() was not believed to be available and calls were wrapped to
2201 sprintf() instead. Again, credit goes to Gregory Duchemin for finding
2202 the problem. Calls to snprintf() are now linked to a distribution-local
2203 snprintf implementation, only in those cases where the architecture is
2204 not known to provide one (see includes/cf/[arch].h). If you experience
2205 linking problems with snprintf/vsnprintf or 'isc_print_' functions, this
2206 is where to look. This vulnerability did not exist in any previously
2207 published version of ISC DHCP.
2208
2209- Compilation on hpux 11.11 was repaired.
2210
2211- 'The cross-compile bug fix' was backed out.
2212
2213 Changes since 3.0.1rc12
2214
2215- Fixed a bug in omapi lease lookup function, to form the hardware
2216 address for the hash lookup correctly, thanks to a patch from
2217 Richard Hirst.
2218
2219- Fixed a bug where dhcrelay was sending relayed responses back to the
2220 broadcast address, but with the source's unicast mac address. Should
2221 now conform to rfc2131 section 4.1.
2222
2223- Cross-compile bug fix; use $(AR) instead of ar. Thanks to Morten Brorup.
2224
2225- Fixed a crash bug in dhclient where dhcpd servers that do not provide
2226 renewal times results in an FPE. As a side effect, dhclient can now
2227 properly handle 0xFFFFFFFF (-1) expiry times supplied by servers. Thanks
2228 to a patch from Burt Silverman.
2229
2230- The 'ping timeout' debugs from rc12 were removed to -DDEBUG only,
45d545f0 2231 and reformatted to correct a compilation error on Solaris platforms.
98311e4b
DH
2232
2233- A patch was applied which fixes a case where leases read from the
2234 leases database do not properly over-ride previously read leases.
2235
2236- dhcpctl.3 manpage was tweaked.
2237
2238 Changes since 3.0.1rc11
2239
2240- A patch from Steve Campbell was applied with minor modifications to
2241 permit reverse dns PTR record updates with values containing spaces.
2242
2243- A patch from Florian Lohoff was applied with some modifications to
2244 dhcrelay. It now discards packets whose hop count exceeds 10 by default,
2245 and a command-line option (-c) can be used to set this threshold.
2246
2247- A failover bug relating to identifying peers by name length instead of
2248 by name was fixed.
2249
45d545f0 2250- Declaring failover configs within shared-network statements should no
98311e4b
DH
2251 longer result in error.
2252
2253- The -nw command line option to dhclient now works.
2254
2255- Thanks to a patch from Michael Richardson:
2256 - Some problems with long option processing have been fixed.
2257 - Some fixes to minires so that updates of KEY records will work.
2258
2259- contrib/ms2isc was updated by Shu-Min Chang of the Intel Corporation.
2260 see contrib/ms2isc/readme.txt for revision notes.
2261
2262- Dhclient no longer uses shell commands to kill another instance of
2263 itself, it sends the signal directly. Thanks to a patch from Martin
2264 Blapp.
2265
2266- The FreeBSD dhclient-script was changed so that a failure to write to
2267 /etc/resolv.conf does not prematurely end the script. This keeps dhclient
2268 from looping infinitely when this is the case. Thanks to a patch from
2269 Martin Blapp.
2270
2271- A patch from Bill Stephens was applied which resolves a problem with lease
2272 expiry times in failover configurations.
2273
2274- A memory leak in configuration parsing was closed thanks to a patch from
2275 Steve G.
2276
2277- The function which discovers interfaces will now skip non-broadcast or
2278 point-to-point interfaces, thanks to a patch from David Brownlee.
2279
2280- Options not yet known by the dhcpd or dhclient have had their names
2281 changed such that they do not contain # symbols, in case they should ever
2282 appear in a lease file. An option that might have been named "#144" is
2283 now "unknown-144".
2284
2285- Another patch from Bill Stephens which allows the ping-check timeout to
2286 be configured as 'ping-timeout'. Defaults to 1.
2287
2288 Changes since 3.0.1rc10
2289
2290- Potential buffer overflows in minires repaired.
2291
2292- A change to the linux client script to use /bin/bash, since /bin/sh may
2293 not be bash.
2294
2295- Some missing va_end cleanups thanks to a patch from Thomas Klausner.
2296
2297- A correction of boolean parsing syntax validation - some illegal syntaxes
2298 that worked before are now detected and produce errs, some legal syntaxes
2299 that errored before will now work properly.
2300
2301- Some search-and-replace errors that caused some options to change their
2302 names was repaired.
2303
2304- Shu-min Chang of the Intel corporation has contributed a perl script and
2305 module that converts the MS NT4 DHCP configuration to a ISC DHCP3
2306 configuration file.
2307
2308- Applied the remainder of the dhcpctl memory leak patch provided by Bill
2309 Squier at ReefEdge, Inc. (groo@reefedge.com).
2310
2311- Missing non-optional failover peer configurations will now result in a soft
2312 error rather than a null dereference.
2313
2314 Changes since 3.0.1rc9
2315
2316- A format string was corrected to fix compiler warnings.
2317
2318- A number of spelling corrections were made in the man pages.
2319
2320- The dhclient.conf.5 man page was changed to refer to do-forward-updates
2321 rather than a configuration option that doesn't exist.
2322
2323- A FreeBSD-specific bug in the interface removal handling was fixed.
2324
2325- A Linux-specific Token Ring detection problem was fixed.
2326
2327- Hashes removed from as-yet-unknown agent options, having those options
2328 appear in reality before we know about them will no longer produce
2329 self-corrupting lease databases.
2330
2331- dhclient will use the proper port numbers now when using the -g option.
2332
2333- A order-of-operations bug with 2 match clauses in 1 class statement is
2334 fixed thanks to a patch from Andrew Matheson.
2335
2336- Compilation problems on Solaris were fixed.
2337
2338- Compilation problems when built with DEBUG or DEBUG_PACKET were repaired.
2339
2340- A fix to the dhcp ack process which makes certain group options will be
2341 included in the first DHCPOFFER message was made thanks to a patch from
2342 Ling Gou.
2343
2344- A few memory leaks were repaired thanks to patches from Bill Squier at
2345 ReefEdge, Inc. (groo@reefedge.com).
2346
2347- A fix for shared-networks that sometimes give clients options for the
2348 wrong subnets (in particular, 'option routers') was applied, thanks to
2349 Ted Lemon for the patch.
2350
2351- Omshell's handling of dotted octets as values was changed such that dots
2352 one after the other produce zero values in the integer string.
2353
2354 Changes since 3.0.1rc8
2355
2356- Fix a format string vulnerability in the server that could lead to a
2357 remote root compromise (discovered by NGSEC Research Team, www.ngsec.com).
2358
2359- Add additional support for NetBSD/sparc64.
2360
2361- Fix a bug in the command-line parsing of the client. Also, resolve
2362 a memory leak.
2363
2364- Add better support for shells other than bash in the Linux client
2365 script.
2366
2367- Various build fixes for modern versions of FreeBSD and Linux.
2368
2369- Fix a bad bounds check when printing binding state names.
2370
2371- Clarify documentation about fixed-address and multiple addresses.
2372
2373- Fix a typo in the authoritative error message.
2374
2375- Make a log entry when we can't write a billing class.
2376
2377- Use conversion targets that are the right size on all architectures.
2378
2379- Increment the hop count when relaying.
2380
2381- Log a message when lease state is changed through OMAPI.
2382
2383- Don't rerun the shared_network when evaluating the pool.
2384
2385- Fix a reversed test in the parser.
2386
2387- Change the type of rbuf_max.
2388
2389- Make FTS_LAST a manifest constant to quiet warnings.
2390
2391 Changes since 3.0.1rc7
2392
2393- Fix two compiler warnings that are generated when compiling on Solaris
2394 with gcc. These stop the build, even though they weren't actually
2395 errors, because we prefer that our builds generate no warnings.
2396
2397 Changes since 3.0.1rc6
2398
2399- Don't allow a lease that's in the EXPIRED, RELEASED or RESET state
2400 to be renewed.
2401
2402- Implement lease stealing for cases where the primary has fewer leases
2403 than the secondary, as called for by the standard.
2404
2405- Add a fudge factor to the lease expiry acceptance code, (suggested
2406 by Kevin Miller of CMU).
2407
2408- Fix a bug in permit_list_match that made it much too willing to say
2409 that two permit lists matched.
2410
2411- Unless DEBUG_DNS_UPDATES is defined, print more user-friendly (and
2412 also more compact) messages about DNS updates.
2413
2414- Fix a bug in generating wire-format domain names for the FQDN option.
2415
2416- Fix a bug where the FQDN option would not be returned if the client
2417 requested it, contrary to the standard.
2418
2419- On Darwin, use the FreeBSD DHCP client script.
2420
2421- On NetBSD/sparc, don't check for casting warnings.
2422
2423- Add a flag in the DHCP client to disable updating the client's A
2424 record when sending an FQDN option indicating that the client is
2425 going to update its A record.
2426
2427- In the client, don't attempt a DNS update until one second after
2428 configuring the new IP address, and if the update times out, keep
2429 trying until a response, positive or negative, is received from the
2430 DNS server.
2431
2432- Fix an uninitialized memory bug in the DHCP client.
2433
2434- Apply some FreeBSD-specific bug fixes suggested by Murray Stokely.
2435
2436- Fix a bug in ns_parserr(), where it was returning the wrong sort
2437 of result code in some cases (suggested by Ben Harris of the
2438 NetBSD project).
2439
2440- Fix a bug in is_identifier(), where it was checking against EOF
2441 instead of the END_OF_FILE token (also suggested by Ben Harris).
2442
2443- Fix a bug where if an option universe contained no options, the
2444 DHCP server could dump core (Walter Steiner).
2445
2446- Fix a bug in the handling of encapsulated options.
2447
2448- Fix a bug that prevented NWIP suboptions from being processed.
2449
2450- Delete the FTS_BOOTP and FTS_RESERVED states and implement them
2451 as modifier flags to the FTS_ACTIVE state, as called for in the
2452 failover protocol standard.
2453
2454- Fix bugs in the pool merging code that resulted in references and
2455 dereferences of null pointers. This bug had no impact unless the
2456 POINTER_DEBUG flag was defined.
2457
2458- In the server, added a do-forward-updates flag that can be used to
2459 disable forward updates in all cases, so that sites that want the
2460 clients to take sole responsibility for updating their A record can
2461 do so.
2462
2463- Make it possible to disable optimization of PTR record updates.
2464
2465 Changes since 3.0.1rc5
2466
2467- Include some new documentation and changes provided by Karl Auer.
2468
2469- Add a workaround for some Lexmark printers that send a double-NUL-
2470 terminated host-name option, which would break DNS updates.
2471
2472- Fix an off-by-one error in the MAC-address checking code for
2473 DHCPRELEASE that was added in 3.0.1rc5.
2474
2475- Fix a bug where client-specific information was not being discarded
2476 from the lease when it expired or was released, resulting in
2477 problems if the lease was reallocated to a different client.
2478
2479- If more than one allocation pool is specified that has the same set
2480 of constraints as another allocation pool on the same shared
2481 network, merge the two pools.
2482
2483- Don't print an error in fallback_discard, since this just causes
2484 confusion and does not appear to be helping to encourage anyone to
2485 fix this bug.
2486
2487 Changes since 3.0.1rc4
2488
2489- Fix a bug that would cause the DHCP server to spin if asked to parse
2490 a certain kind of incorrect statement.
2491
2492- Fix a related bug that would prevent an error from being reported in
2493 the same case.
2494
2495- Additional documentation.
2496
2497- Make sure that the hardware address matches the lease when
2498 processing a DHCPRELEASE message.
2499
2500 Changes since 3.0.1rc3
2501
2502- A minor bug fix in the arguments to a logging function call.
2503- Documentation update for dhcpd.conf.
2504
adbef119 2505 Changes since 3.0.1rc2
98311e4b
DH
2506
2507- Allow the primary to send a POOLREQ message. This isn't what the current
2508 failover draft says to do, so we may have to back it out if I can't get the
2509 authors to relent, but the scheme for balancing that's specified in the
2510 current draft seems needlessly hairy, so I'm floating a trial balloon.
2511 The rc1 code did not implement the method described in the draft either.
2512
adbef119 2513 Changes since 3.0.1rc1
98311e4b
DH
2514
2515- Treat NXDOMAIN and NXRRSET as success when we are trying to delete a
2516 domain or RRSET. This allows the DHCP server to forget about a name
2517 it added to the DNS once it's been removed, even if the DHCP server
2518 wasn't the one that removed it.
2519
2520- Install defaults for failover maximum outstanding updates and maximum
2521 silent time. This prevents problems that might occur if these values
2522 were not configured.
2523
2524- Don't do DDNS deletes if ddns-update-style is none.
2525
2526- Return relay agent information options in DHCPNAK. This prevents DHCPNAK
2527 messages from being dropped when the relay agent information option contains
2528 routing information.
2529
2530- Fix a problem where coming up in recover wouldn't result in an update
2531 request being sent.
2532
2533- Add some more chatty messages when we start a recovery update and when it's
2534 done.
2535
2536- Fix a possible problem where some state might have been left around
2537 after the peer lost contact and regained contact about how many updates
2538 were pending.
2539
2540- Don't nix a lease update because of a lease conflict. This test has
2541 never (as far as I know) prevented a mistake, and it appears to cause
2542 problems with failover.
2543
2544- Add support in rc history code for keeping a selective history, rather
2545 than a history of all references and dereferences. This code is only used
2546 when extensive additional debugging is enabled.
2547
adbef119 2548 Changes since 3.0
98311e4b
DH
2549
2550- Make allocators for hash tables. As a side effect, this fixes a memory
2551 smash in the subclass allocation code.
2552
2553- Fix a small bug in omshell where if you try to close an object when
2554 no object is open, it dumps core.
2555
2556- Fix an obscure coredump that could occur on shutdown.
2557
2558- Fix a bug in the recording of host declaration rubouts in the lease file.
2559
2560- Fix two potential spins in the host deletion code.
2561
2562- Fix a core dump that would happen if an application tried to update
2563 a host object attribute with a null value.
2564
2565 Changes since 3.0 Release Candidate 12
2566
2567- Fix a memory leak in the evaluation code.
2568
2569- Fix an obscure core dump.
2570
2571- Print a couple of new warnings when parsing the configuration file
2572 when crucial information is left out.
2573
2574- Log "no free leases" as an error.
2575
2576- Documentation updates.
2577
2578 Changes since 3.0 Release Candidate 11
2579
2580- Always return a subnet selection option if one is sent.
2581
2582- Fix a warning that was being printed because an automatic data
2583 structure wasn't zeroed.
2584
2585- Fix some failover state transitions that were being handled
2586 incorrectly.
2587
2588- When supersede_lease is called on a lease whose end time has already
2589 expired, but for which a state transition has not yet been done, do
2590 a state transition. This fixes the case where if the secondary
2591 allocated a lease to a client and the lease "expired" while the
2592 secondary was in partner-down, no expiry event would actually
2593 happen, so the lease would remain active until the primary was
2594 restarted.
2595
2596 Changes since 3.0 Release Candidate 10
2597
2598- Fix a bug that was preventing released leases from changing state
2599 in failover-enabled pools.
2600
2601- Fix a core dump in the client identifier finder code (for host
2602 declarations).
2603
2604- Finish fixing a bug where bogus data would sometimes get logged to
2605 the dhclient.leases file because it was opened as descriptor 2.
2606
2607- Fix the Linux dhclient-script according to suggestions made by
2608 several people on the dhcp-client mailing list.
2609
2610- Log successful DNS updates at LOG_INFO, not LOG_ERROR.
2611
2612- Print an error message and refuse to run if a failover peer is
2613 defined but not referenced by any pools.
2614
2615- Correct a confusing error message in failover.
2616
eaf0b302
TL
2617 Changes since 3.0 Release Candidate 9
2618
2619- Fix a bug in lease allocation for Dynamic BOOTP clients.
2620
0db87765
TL
2621 Changes since 3.0 Release Candidate 8 Patchlevel 2
2622
2623- Fix a bug that prevented update-static-leases from working.
2624
2625- Document failover-state OMAPI object.
2626
2627- Fix a compilation error on SunOS 4.
2628
d758ad8c
TL
2629 Changes since 3.0 Release Candidate 8 Patchlevel 1
2630
2631- Fix a parsing bug that broke dns updates (both interim and ad-hoc).
2632 This was introduced in rc8pl1 as an unintended result of the memory
2633 leakage fixes that were in pl1.
2634
2635- Fix a long-standing bug where the server would record that an update
2636 had been done for a client with no name, even though no update had
2637 been done, and then when the client's lease expired the deletion of
2638 that nonexistant record would time out because the name was the null
2639 string.
2640
2641- Clean up the omshell, dhcpctl and omapi man pages a bit.
2642
d758ad8c
TL
2643 Changes since 3.0 Release Candidate 8
2644
2645- Fix a bug that could cause the DHCP server to spin if
2646 one-lease-per-client was enabled.
2647
2648- Fix a bug that was causing core dumps on BSD/os in the presence of
2649 malformed packets.
2650
2651- In partner-down state, don't restrict lease lengths to MCLT.
2652
2653- On the failover secondary, record the MCLT received from the primary
2654 so that if we come up without a connection to the primary we don't
2655 wind up giving out zero-length leases.
2656
2657- Fix some compilation problems on BSD/os.
2658
2659- Fix a bunch of memory leaks.
2660
2661- Fix a couple of bugs in the option printer.
2662
2663- Fix an obscure error reporting bug in the dns update code, and also
2664 make the message clearer when a key algorithm isn't supported.
2665
2666- Fix a bug in the tracing code that prevented trace runs that used
2667 tcp connections from being played back.
2668
2669- Add some additional debugging capability for catching memory leaks
2670 on exit.
2671
2672- Make the client release the lease correctly on shutdown.
2673
2674- Add some configurability to the build system.
2675
2676- Install omshell manual page in man1, not man8.
2677
2678- Craig Gwydir sent in a patch that fixes a long-standing bug in the
2679 DHCP client that could cause core dumps, but that for some reason
2680 hadn't been noticed until now.
2681
2682 Changes since 3.0 Release Candidate 7
2683
2684- Fix a bug in failover where we weren't sending updates after a
2685 transition from communications-interrupted to normal.
2686
2687- Handle expired/released/reset -> free transition according to the
2688 protocol specification (this works - the other way not only wasn't
2689 conformant, but also didn't work).
2690
2691- Add a control object in both client and server that allows either
2692 daemon to be shut down cleanly.
2693
2694- When writing a lease, if we run out of disk space, shut down the
2695 output file and insist on writing a new one before proceeding.
2696
2697- In the server, if the OMAPI listener port is occupied, keep trying
2698 to get it, rather than simply giving up and exiting.
2699
2700- Support fetching variables from leases and also updating and adding
2701 variables to leases via OMAPI.
2702
2703- If two failover peers have wildly different clocks, refuse to start
2704 doing failover.
2705
2706- Fix a bug in the DNS update code that could cause core dumps when
2707 running on alpha processors.
2708
2709- Fixed a bug in ddns updates for static lease entries, thanks to a
2710 patch from Andrey M Linkevitch.
2711
2712- Add support for Darwin/MacOS X
2713
2714- Install omshell (including new documentation).
2715
2716- Support DNS updates in the client (this is a very obscure feature
2717 that most DHCP client users probably will not be able to use).
2718
2719- Somewhat cleaner status logging in the client.
2720
2721- Make OMAPI key naming syntax compatible with the way keys are
2722 actually named (key names are domain names).
2723
2724- Fix a bug in the lease file writer.
2725
2726- Install DHCP ISC headers in a different place than BIND 9 ISC
2727 headers, to avoid causing trouble in BIND 9 builds.
2728
2729- Don't send updates for attributes on an object when the attributes
2730 haven't changed. Support deleting attributes on remote objects.
2731
2732- Fix a number of bugs in omshell, and add the unset and refresh
2733 statements.
2734
2735- Handle disconnects in OMAPI a little bit more intelligently (so that
2736 the caller gets ECONNRESET instead of EINVAL).
2737
2738- Fix a bunch of bugs in the handling of clients that have existing
2739 leases when the try to renew their leases while failover is
2740 operating.
2741
eaf0b302
TL
2742 Changes since 3.0 Release Candidate 6
2743
2744- Fix a core dump that could happen when processing a DHCPREQUEST from
2745 a client that had a host declaration that contained both a
2746 fixed-address declaration and a dhcp-client-identifier option
2747 declaration, if the client identifier was longer than nine bytes.
2748
2749- Fix a memory leak that could happen in certain obscure cases when
2750 using omapi to manipulate leases.
2751
2752- Fix some bugs and omissions in omshell.
2753
eaf0b302
TL
2754 Changes since 3.0 Release Candidate 5
2755
2756- Fix a bug in omapi_object_dereference that prevented objects in
2757 chains from having their reference counts decreased on dereference.
2758
2759- Fix a bug in omapi_object_dereference that would prevent object
2760 chains from being freed upon removal of the last reference external
2761 to the chain.
2762
2763- Fix a number of other memory leaks in the OMAPI protocol subsystem.
2764
2765- Add code in the OMAPI protocol handler to trace memory leakage.
2766
2767- Clean up the memory allocation/reference history printer.
2768
98311e4b 2769- Support input of dotted quads and colon-separated hex lists as
eaf0b302
TL
2770 attribute values in omshell.
2771
98311e4b 2772- Fix a typo in the Linux interface discovery code.
eaf0b302
TL
2773
2774- Conditionalize a piece of trace code that wasn't conditional.
2775
2776 Changes since 3.0 Release Candidate 4
2777
2778- Fix a bug that would prevent leases from being abandoned properly on
2779 DHCPDECLINE.
2780
2781- Fix failover peer OMAPI support.
2782
2783- In failover, correctly handle expiration of leases. Previously,
2784 leases would never be reclaimed because they couldn't make the
2785 transition from EXPIRED to FREE.
2786
2787- Fix some broken failover state transitions.
2788
2789- Documentation fixes.
2790
2791- Take out an unnecessary check in DHCP relay agent information option
2792 stashing code that was preventing REBINDING clients from rebinding.
2793
2794- Prevent failover peers from allocating leases in DHCPREQUEST
2795 processing if the lease belongs to the other server.
2796
2797- Record server version in lease file introductory comment.
2798
2799- Correctly report connection errors in OMAPI and failover.
2800
2801- Make authentication signature algorithm name comparisons in OMAPI
2802 case-insensitive.
2803
2804- Fix compile problem on SunOS 4.x
2805
98311e4b 2806- If a signature algorithm is not terminated with '.', terminate it so
eaf0b302
TL
2807 that comparisons between fully-qualified names will work
2808 consistently.
2809
2810- Different SIOCGIFCONF probe code, may "fix" problem on some Linux
2811 systems with the probe not working correctly.
2812
2813- Don't allow user to type omapi key on command line of omshell.
2814
0596b051
TL
2815 Changes since 3.0 Release Candidate 3
2816
2817- Do lease billing on startup in a way that I *think* will finally do
2818 the billing correctly - the previous method could overbill as a
2819 result of duplicate leases.
2820
2821- Document OMAPI server objects.
2822
892fe689
TL
2823 Changes since 3.0 Release Candidate 2 Patchlevel 1
2824
2825- Fix some problems in the DDNS update code. Thanks to Albert
2826 Herranz for figuring out the main problem.
2827
2828- Fix some reference counting errors on host entries that were causing
2829 core dumps.
2830
2831- Fix a byte-swap bug in the token ring code, thanks to Jochen
2832 Friedrich.
2833
2834- Fix a bug in lease billing, thanks to Jonas Bulow.
2835
2836 Changes since 3.0 Release Candidate 2
2837
2838- Change the conditions under which a DHCPRELEASE is actually
2839 committed to be consistent with lease binding states rather than
98311e4b 2840 using the lease end time. This may fix some problems with the
892fe689
TL
2841 billing class code.
2842
2843- Fix a bug where lease updates would fail on Digital Unix (and maybe
2844 others) because malloc was called with a size of zero.
2845
2846- Fix a core dump that happens when the DHCP server can't create its
2847 trace file.
2848
79ea3de8 2849 Changes since 3.0 Release Candidate 1 Patchlevel 1
87784777 2850
79ea3de8
TL
2851- Fix the dhcp_failover_put_message to not attempt to allocate a
2852 zero-length buffer. Some versions of malloc() fail if you try to
2853 allocate a zero-length buffer, and this was causing problems on,
2854 e.g., Digital Unix.
2855
2856- Fix a case where the failover code was printing an error message
2857 when no error had occurred.
2858
2859- Fix a problem where when a server went down and back up again, the
2860 peer would not see a state transition and so would stay in the
2861 non-communicating state.
2862
2863- Be smart about going into recover_wait.
2864
2865- Fix a problem in the failover implementation where peers would fail
2866 to come into sync if interrupted in the RECOVER state. This could
2867 have been the cause of some problems people have reported recently.
2868
2869- Fix a problem with billing classes where they would not be unbilled
2870 when the client lease expired.
2871
2872- If select fails, figure out which descriptor is bad, and cut it out
2873 of the I/O loop. This prevents a potentially nasty spin. I
2874 haven't heard any report it in a while, but it came up consistently
2875 in testing.
2876
2877- Fix a bug in the relay agent where if you specified interfaces on
2878 the command line, it would fail.
2879
2880- Fix a couple of small bugs in the omapi connection object (no known
2881 user impact).
2882
2883- Add the missing 3.0 Beta 1 lease conversion script.
2884
2885- Read dhcp client script hooks if they exist, rather than only if
2886 they're executable.
2887
2888 Changes since 3.0 Release Candidate 1
87784777
TL
2889
2890- Fix a memory smash that happens when fixed-address leases are used.
2891 ANY SITE AT WHICH FIXED-ADDRESS STATEMENTS ARE BEING USED SHOULD
2892 UPGRADE IMMEDIATELY. This has been a long-standing bug - thanks to
2893 Alvise Nobile for discovering it and helping me to find it!
2894
79ea3de8
TL
2895- Fix a small bug in binary-to-ascii, thanks to H. Peter Anvin of
2896 Transmeta.
2897
87784777
TL
2898- There is a known problem with the DHCP server doing failover on
2899 Compaq Alpha systems. This patchlevel is not a release candidate
2900 because of this bug. The bug should be straightforward to fix, so
2901 a new release candidate is expected shortly.
2902
2903- There is a known problem in the DDNS update code that is probably a
2904 bug, and is not, as far as we know, fixed in this patchlevel.
2905
6d779c72
TL
2906 Changes since 3.0 Beta 2 Patchlevel 24
2907
2908- Went over problematic failover state transitions and made them all
2909 work, so that failover should now much less fragile.
2910
2911- Add some dhcpctl and omapi documentation
2912
2913- Fix compile errors when compiling with unusual predefines.
2914
2915- Make Token Ring work on Linux 2.4
2916
2917- Fix the Digital Unix BPF_WORDALIGN bug.
2918
2919- Fix some dhcp client documentation errors.
2920
2921- Update some parts of the README file.
2922
2923- Support GCC on SCO.
2924
adbef119 2925 Changes since 3.0 Beta 2 Patchlevel 23
de57e64b
TL
2926
2927- Fix a bug in the DNS update code where a status code was not being
2928 checked. This may have been causing core dumps.
2929
2930- When parsing the lease file, if a lease declaration includes a
2931 billing class statement, and the lease already has a billing class,
2932 unbill the old class.
2933
2934- When processing failover transactions, where acks will be deferred,
2935 process the state transition immediately.
2936
2937- Don't try to use the new SIOCGIFCONF buffer size detection code on
2938 Linux 2.0, which doesn't provide this functionality.
2939
2940- Apply a patch suggested by Tuan Uong for a problem in dlpi.c.
2941
2942- Fix a problem in using the which command in the configure script.
2943
2944- Fix a parse error in the client when setting up an omapi listener.
2945
2946- Document the -n and -g flags to the client.
2947
2948- Make sure there is always a stdin and stdout on startup. This
2949 prevents shell scripts from accidentally writing error messages into
2950 configuration files that happen to be opened as stderr.
2951
2952- If an interface is removed, the client will now notice that it is
2953 gone rather than spinning. This has only been tested on NetBSD.
2954
2955- The client will attempt to get an address even if it can't create a
2956 lease file.
2957
2958- Don't overwrite tracefiles.
2959
2960- Fix some memory allocation bugs in failover.
2aa36519 2961
adbef119 2962 Changes since 3.0 Beta 2 Patchlevel 22
140158d3
TL
2963
2964- Apply some patches suggested by Cyrille Lefevre, who is maintaining
2965 the FreeBSD ISC DHCP Distribution port.
2966
2967- Fix a core dump in DHCPRELEASE.
2968
adbef119 2969 Changes since 3.0 Beta 2 Patchlevel 21
3a395e60
TL
2970
2971- This time for sure: fix the spin described in the changes for pl20.
2972
adbef119 2973 Changes since 3.0 Beta 2 Patchlevel 20
fc74dd0c
TL
2974
2975- Fix a problem with Linux detecting large numbers of interfaces (Ben)
2976
2977- Fix a memory smash in the quotify code, which was introduced in
2978 pl19.
2979
2980- Actually fix the spin described in the changes for pl20. The
2981 previous fix only partially fixed the problem - enough to get it
2982 past the regression test.
2983
adbef119 2984 Changes since 3.0 Beta 2 Patchlevel 19
ed5ee591
TL
2985
2986- Fix a bug that could cause the server to abort if compiled with
2987 POINTER_DEBUG enabled.
2988
2989- Fix a bug that could cause the server to spin when responding to a
2990 DHCPREQUEST.
2991
2992- Apply Joost Mulders' suggested patches for DLPI on x86.
2993
2994- Support NUL characters in quoted strings.
2995
2996- Install unformatted man pages on SunOS.
2997
adbef119 2998 Changes since 3.0 Beta 2 Patchlevel 18
b3fad8ac 2999
3350f5b7
TL
3000- Allow the server to be placed in partner-down state using OMAPI.
3001 (Damien Neil)
3002
3003- Implement omshell, which can be used to do arbitrary things to the
3004 server (in theory). (Damien Neil)
3005
3006- Fix a case where if a client had two different leases the server could
3007 actually dereference the second one when it hadn't been referenced,
3008 leading to memory corruption and a core dump. (James Brister)
3009
3010- Fix a case where a client could request the address of another client's
3011 lease, but find_lease wouldn't detect that the other client had it, and
3012 would attempt to allocate it to the client, resulting in a lease conflict
3013 message.
3014
3015- Fix a case where a client with more than one client identifier could be
3016 given a lease where the hardware address was correct but the client
3017 identifier was not, resulting in a lease conflict message.
3018
98311e4b 3019- Fix a problem where the server could write out a colon-separated
3350f5b7
TL
3020 hex list as a value for a variable, which would then not parse.
3021 The fix is to always write strings as quoted strings, with any
3022 non-printable characters quoted as octal escape sequences. So
3023 a file written the old way still won't work, but new files written
3024 this way will work.
3025
b3fad8ac
TL
3026- Fix documentation for sending non-standard options.
3027
3028- Use unparsable names for unknown options. WARNING: this will
3029 break any configuration files that use the option-nnn convention.
3030 If you want to continue to use this convention for some options,
3031 please be sure to write a definition, like this:
3032
3033 option option-nnn code nnn = string;
3034
3035 You can use a descriptive name instead of option-nnn if you like.
3036
3037- Fix a problem where we would see a DHCPDISCOVER/DHCPOFFER/
3038 DHCPREQUEST/DHCPACK/DHCPREQUEST/DHCPNAK sequence. This was the
3039 result of a deceptively silly bug in supersede_lease.
3040
3041- Fix client script exit status check, according to a fix supplied by
3042 Hermann Lauer.
3043
3044- Fix an endianness bug in the tracefile support, regarding ICMP
3045 messages.
3046
3350f5b7
TL
3047- Fix a bug in the client where the medium would not work correctly if
3048 it contained quoted strings.
3049
b3fad8ac
TL
3050 ** there was no pl17 **
3051
adbef119 3052 Changes since 3.0 Beta 2 Patchlevel 16
e6d30fd6 3053
6da9db9d
TL
3054- Add support for transaction tracing. This allows the state of the
3055 DHCP server on startup, and all the subsequent transactions, to be
3056 recorded in a file which can then be played back to reproduce the
3057 behaviour of the DHCP server. This can be used to quickly
3058 reproduce bugs that cause core dumps or corruption, and also for
3059 tracking down memory leaks.
3060
3061- Incorporate some bug fixes provided by Joost Mulders for the DLPI
3062 package which should clear up problems people have been seeing on
3063 Solaris.
3064
3065- Fix bugs in the handling of options stored as linked lists (agent
3066 options, fqdn options and nwip options) that could cause memory
3067 corruption and core dumps.
3068
3069- Fix a bug in DHCPREQUEST handling that resulted in DHCPNAK messages
3070 not being send in some cases when they were needed.
3071
3072- Make the lease structure somewhat more compact.
3073
3074- Make initial failover startup *much* faster. This was researched
3075 and implemented by Damien Neil.
3076
3077- Add a --version flag to all executables, which prints the program
3078 name and version to standard output.
3079
3080- Don't rewrite the lease file every thousand leases.
3081
e6d30fd6
TL
3082- A bug in nit.c for older SunOS machines was fixed by a patch sent in
3083 by Takeshi Hagiwara.
3084
6da9db9d
TL
3085- Fix a memory corruption bug in the DHCP client.
3086
3087- Lots of documentation updates.
3088
3089- Add a feature allowing environment variables to be passed to the
3090 DHCP client script on the DHCP client command line.
3091
3092- Fix client medium support, which had been broken for some time.
3093
3094- Fix a bug in the DHCP client initial startup backoff interval, which
3095 would cause two DHCPDISCOVERS to be sent back-to-back on startup.
3096
adbef119 3097 Changes since 3.0 Beta 2 Patchlevel 15
af49fdff
TL
3098
3099- Some documentation tweaks.
3100
3101- Maybe fix a problem in the DLPI code.
3102
3103- Fix some error code space inconsistencies in ddns update code.
3104
3105- Support relay agents that intercept unicast DHCP messages to stuff
3106 agent options into them.
3107
3108- Fix a small memory leak in the relay agent option support code.
3109
c5b569f8
TL
3110- Fix a core dump that would occur if a packet was sent with no
3111 options.
3112
adbef119 3113 Changes since 3.0 Beta 2 Patchlevel 14
754ae3e9
TL
3114
3115- Finish fixing a long-standing bug in the agent options code. This
3116 was causing core dumps and failing to operate correctly - in
3117 particular, agent option stashing wasn't working. Agent option
3118 stashing should now be working, meaning that agent options can be
3119 used in class statements to control address allocation.
3120
3121- Fix up documentation.
3122
3123- Fix a couple of small memory leaks that would have added up
3124 significantly in a high-demand situation.
3125
3126- Add a log-facility configuration parameter.
3127
3128- Fix a compile error on some older operating systems.
3129
3130- Add the ability in the client to execute certain statements before
3131 transmitting packets to the server. Handy for debugging; not much
3132 practical use otherwise.
3133
3134- Don't send faked-out giaddr when renewing or bound - again, useful
3135 for debugging.
3136
adbef119 3137 Changes since 3.0 Beta 2 Patchlevel 13
2f2e7960
TL
3138
3139- Fixed a problem where the fqdn decoder would sometimes try to store
3140 an option with an (unsigned) negative length, resulting in a core
3141 dump on some systems.
3142
3143- Work around the Win98 DHCP client, which NUL-terminates the FQDN
3144 option.
3145
3146- Work around Win98 and Win2k clients that will claim they want to do
3147 the update even when they don't have any way to do it.
3148
3149- Fix some log messages that can be printed when failover is operating
3150 that were not printing enough information.
3151
3152- It was possible for a DHCPDISCOVER to get an allocation even when
3153 the state machine said the server shouldn't be responding.
3154
3155- Don't load balance DHCPREQUESTs from clients in RENEWING and
3156 REBINDING, since in RENEWING, if we heard it, it's for us, and in
3157 REBINDING, the client wouldn't have got to REBINDING if its primary
3158 were answering.
3159
3160- When we get a bogus state lease binding state transition, don't do
3161 the transition.
3162
3163
adbef119 3164 Changes since 3.0 Beta 2 Patchlevel 12
66e98927
TL
3165
3166- Fixed a couple of silly compile errors.
3167
a1e2e3d6
TL
3168 Changes since 3.0 Beta 2 Patchlevel 11
3169
3170- Albert Herranz tracked down and fixed a subtle bug in the base64
3171 decoder that would prevent any key with an 'x' in its base64
3172 representation from working correctly.
3173
3174- Thanks to Chris Cheney and Michael Sanders, we have a fix for the
3175 hang that they both spotted in the DHCP server - when
3176 one-lease-per-client was set, the code to release the "other" lease
3177 could spin.
3178
3179- Fix a problem with alignment of the input buffer in bpf in cases
3180 where two packets arrive in the same bpf read.
3181
3182- Fix a problem where the relay agent would crash if you specified an
3183 interface name on the command line.
3184
3185- Add the ability to conditionalize client behaviour based on the
3186 client state.
3187
3188- Add support for the FQDN option, and added support for a new way of
3189 doing ddns updates (ddns update style interim) that allows more than
3190 one DHCP server to update the DNS for the same network(s). This
3191 was implemented by Damien Neil with some additional functionality
3192 added by Ted Lemon.
3193
3194- Damien added a "log" statement, so that the configuration file can
3195 be made to log debugging information and other information.
3196
3197- Fixed a bug that caused option buffers not to be terminated with an
3198 end option.
3199
3200- Fixed a long-standing bug in the support for option spaces where the
3201 options are stored as an ordered list rather than in a hash table,
3202 which could theoretically result in memory pool corruption.
3203
3204- Prevent hardware declarations with no actual hardware address from
3205 being written as something unparsable, and behave correctly in the
3206 face of a null hardware address on input.
3207
3208- Allow key names to be FQDNs, and qualify the algorithm name if it is
3209 specified unqualified.
3210
3211- Modify the DDNS update code so that it never prints the "resolver
3212 failed" message, but instead says *why* the resolver failed.
3213
3214- Officially support the subnet selection option, which now has an
3215 RFC.
3216
3217- Fix a build bug on MacOS X.
3218
3219- Allow administrator to disable ping checking.
3220
3221- Clean up dhcpd.conf documentation and add more information about how
3222 it works.
3223
6c68ec36
TL
3224 Changes since 3.0 Beta 2 Patchlevel 10
3225
3226- Fix a bug introduced during debugging (!) and accidentally committed
3227 to CVS.
3228
9fd337e7
TL
3229 Changes since 3.0 Beta 2 Patchlevel 9
3230
3231- Fix DHCP client handling of vendor encapsulated options.
3232
3233- Fix a bug in the handling of relay agent information options introduced
3234 in patchlevel 9.
3235
3236- Stash agent options on client leases by default, and use the stashed
3237 options at renewal time.
3238
3239- Add the ability to test the client's binding state in the client
3240 configuration language.
3241
3242- Fix a core dump in the DNS update code.
3243
3244- Fix some expression evaluation bugs that were causing updates to be
3245 done when no client hostname was received.
3246
3247- Fix expression evaluation debugging printfs.
3248
3249- Teach pretty_print_option to print options in option spaces other than
3250 the DHCP option space.
3251
3252- Add a warning message if the RHS of a not is not boolean.
3253
3254- Never select for more than a day, because some implementations of
3255 select will just fail if the timeout is too long (!).
3256
3257- Fix a case where a DHCPDISCOVER from an unknown network would be
3258 silently dropped.
3259
3260- Fix a bug where if a client requested an IP address for which a different
3261 client had the lease, the DHCP server would reallocate it anyway.
3262
3263- Fix the DNS update code so that if the client changes its name, the DNS
3264 will be correctly updated.
3265
3922772a
TL
3266 Changes since 3.0 Beta 2 Patchlevel 8
3267
3268- Oops, there was another subtle math error in the header-length
3269 bounds-checking.
3270
3271 Changes since 3.0 Beta 2 Patchlevel 7
848c2547
TL
3272
3273- Oops, forgot to byte-swap udp header length before bounds-checking it.
3274
3922772a 3275 Changes since 3.0 Beta 2 Patchlevel 6
0f6045f8 3276
f8572308
TL
3277- Fix a possible DoS attack where a client could cause the checksummer
3278 to dump core. This was a read, not a write, so it shouldn't be
3279 possible to exploit it any further than that.
3280
3281- Implement client- and server-side support for using the Client FQDN
3282 option.
3283
3284- Support for other option spaces in the client has been added. This
3285 means that it is now possible to define a vendor option space on the
3286 client, request options in that space from the server (which must
3287 define the same option space), and then use those options in the
3288 client. This also allows NWIP and Client FQDN options to be used
3289 meaningfully.
3290
3291- Add object initializer support. This means that objects can now be
3292 initialized to something other than all-zeros when allocated, which
3293 makes, e.g., the interface object support code a little more robust.
3294
3295- Fix an off-by-one bug in the host stuffer. This was causing host
3296 deletes not the work, and may also have been causing OMAPI
3297 connections to get dropped. Thanks to James Brister for tracking
3298 this one down!
3299
3300- Fixed a core dump in the interface discovery code that is triggered
3301 when there is no subnet declaration for an interface, but the server
3302 decides to continue running. Thanks to Shane Kerr for tracking
3303 down and fixing this problem.
3304
3305 Changes since 3.0 Beta 2 Patchlevel 5
3306
0f6045f8
TL
3307- Fix a bug in the recent enhancement to the interface discovery code
3308 to support arbitrary-length interface lists.
3309
3310- Support NUL-terminated DHCP options when initializing client-script
3311 environment.
3312
3313- Fix suffix operator.
3314
3315- Fix NetWare/IP option parsing.
3316
3317- Better error/status checking in dhcpctl initialization and omapi
3318 connection code.
3319
3320- Fix a potential memory smash in dhcpctl code.
3321
3322- Fix SunOS4 and (maybe) Ultrix builds.
3323
3324- Fix a bug where a certain sort of incoming packet could cause a core
3325 dump on Solaris (and probably elsewhere).
3326
3327- Add some more safety checks in error logging code.
3328
3329- Add support for ISC_R_INCOMPLETE in OMAPI protocol connection code.
3330
3331- Fix relay agent so that if an interface is specified on the command
3332 line, the relay agent does not dump core.
3333
3334- Fix class matching so that match if can be combined with match or
3335 spawn with.
3336
3337- Do not allow spurious leases in the lease database to introduce
3338 potentially bogus leases into the in-memory database.
3339
3340- Fix a byte-order problem in the client hardware address type code
3341 for OMAPI.
3342
3343- Be slightly less picky about what sort of hardware addresses OMAPI
3344 can install in host declarations.
3345
801de092
TL
3346 Changes since 3.0 Beta 2 Patchlevel 4
3347
3348- Incorporated Peter Marschall's proposed change to array/record
3349 parsing, which allows things like the slp-agent option to be encoded
3350 correctly. Thanks very much to Peter for taking the initiative to
3351 do this, and for doing such a careful job of it (e.g., updating the
3352 comments)!
3353
3354- Added an encoding for the slp-agent option. :')
3355
6ed7a93d
TL
3356- Fixed SunOS 4 build. Thanks to Robert Elz for responding to my
3357 request for help on this with patches!
3358
3359- Incorporated a change that should fix a problem reported by Philippe
3360 Jumelle where when the network connection between two servers is
3361 lost, they never reconnect.
3362
3363- Fix client script files other than that for NetBSD to actually use
3364 make_resolv_conf as documented in the manual page.
3365
3366- Fix a bug in the packet handling code that could result in a core
3367 dump.
3368
3369- Fix a bug in the bootp code where responses on the local net would
3370 be sent to the wrong MAC address. Thanks to Jerry Schave for
3371 catching this one.
3372
490eb5e7
TL
3373 Changes since 3.0 Beta 2 Patchlevel 3
3374
3375- In the DHCP client, execute client statements prior to using the values
45d545f0 3376 of options, so that the client configuration can overridden, e.g., the
490eb5e7
TL
3377 lease renewal time.
3378
3379- Fix a reference counting error that would result in very reproducible
3380 failures in updates, as well as occasional core dumps, if a zone was
3381 declared without a key.
3382
3383- Fix some Linux 2.0 compilation problems.
3384
3385- Fix a bug in scope evaluation during execution of "on" statements that
3386 caused values not to be recorded on leases.
3387
3388- If the dhcp-max-message-size option is specified in scope, and the
3389 client didn't send this option, use the one specified in scope to
3390 determine the maximum size of the response.
3391
592d8153
TL
3392 Changes since 3.0 Beta 2 Patchlevel 2
3393
359b023e
TL
3394- Fix a case where spawning subclasses were being allocated
3395 incorrectly, resulting in a core dump.
3396
592d8153
TL
3397- Fix a case where the DHCP server might inappropriately NAK a
3398 RENEWING client.
3399
3400- Fix a place dhcprequest() where static leases could leak.
3401
3402- Include memory.h in omapip_p.h so that we don't get warnings about
3403 using memcmp().
3404
2aa36519
TL
3405 Changes since 3.0 Beta 2 Patchlevel 1
3406
3407- Notice when SIOCFIGCONF returns more data than fit in the buffer -
3408 allocate a larger buffer, and retry. Thanks to Greg Fausak for
3409 pointing this out.
3410
3411- In the server, if no interfaces were configured, report an error and
3412 exit.
3413
3414- Don't ever record a state of 'startup'.
3415
3416- Don't try to evaluate the local failover binding address if none was
3417 specified. Thanks to Joseph Breu for finding this.