David Hankins
a57df74a1a
- Compilation on Solaris with USE_SOCKETS defined in includes/site.h has
...
been repaired. Other USE_ overrides should work better. [ISC-Bugs #19434 ]
- A check for the local flavor of IFNAMSIZ had a broken 'else' condition,
that probably still resulted in the correct behaviour (but wouldn't use
a larger defined value provided by the host OS). [ISC-Bugs #19434 ]
2009-04-30 18:42:52 +00:00
David Hankins
05ae2d1598
license, HEAD version to 4.2.0 for now.
2009-03-25 18:25:37 +00:00
Shawn Routhier
ae56655628
Update for 19054 - modifications to keep GCC 4.3 happy
2009-01-22 00:43:58 +00:00
Evan Hunt
159c89d7bf
Suppress spurious warnings from configure about --datarootdir [rt19097]
2009-01-07 20:05:30 +00:00
David Hankins
0171be2dee
Version to 4.1.0 final.
2008-12-05 20:14:12 +00:00
David Hankins
09511ea30f
Version to 4.1.0rc1.
2008-11-19 16:24:07 +00:00
Jeremy Reed
26ef247fb6
Fix typo in help text.
...
This was reported by r.phillips@jkmrc.com on dhcp-users.
I manually edited configure instead of running autoconf.
2008-11-10 15:37:32 +00:00
David Hankins
c728361c47
version to 4.1.0b1
...
copyright update
2008-11-03 21:51:44 +00:00
David Hankins
fbcee149f8
- Delayed-ack is now a compile-time option, compiled out by default.
...
This feature is simply too experimental for right now, and causes
some problems to some failover installations. We will revisit this
in future releases. [ISC-Bugs #18832 ]
2008-11-03 18:13:58 +00:00
David Hankins
40ec5f3863
- A double-dereference in dhclient transmission of DHCPDECLINEs was
...
repaired. [ISC-Bugs #18097 ]
2008-06-11 20:17:10 +00:00
Francis Dupont
8dea7ba78b
Add DHCPv6 files in configure
2008-03-17 15:58:33 +00:00
David Hankins
66cebfcb89
- ./configure was extended to cover many optional build features, such
...
as failover, server tracing, debugging, and the execute() command.
[ISC-Bugs #17678 ]
2008-02-28 21:21:56 +00:00
David Hankins
63971a8323
- Ari Edelkind's PARANOIA patch has been included and may be compiled in
...
via two ./configure parameters, --enable-paranoia and
--enable-early-chroot. [ISC-Bugs #17611 ]
2008-02-27 21:22:17 +00:00
Evan Hunt
01a54c1704
Preparing to release 4.1.0a1
2008-01-24 02:14:32 +00:00
Mark Andrews
b8c0eda0e5
DHCP now builds under AIX
2008-01-23 22:49:54 +00:00
Shane Kerr
cff9b78fca
Build fixes for Solaris 9.
...
See RT ticket #17444 for more.
2008-01-09 23:02:42 +00:00
David Hankins
c76a506e94
Release to 4.0.0rc1.
2007-12-06 01:08:46 +00:00
David Hankins
f8b3c6f42b
- ./configure now autodetects local database locations rather than trying
...
to put dhcpd.leases and dhclient.leases in /usr/local/var/db, which no
one ever has. [ISC-Bugs #17268 ]
2007-12-05 19:41:29 +00:00
Shane Kerr
6e999c3c8a
Unit test framework now added.
...
See RT ticket #17223 for more.
2007-11-16 11:04:12 +00:00
David Hankins
66269cce1c
To version 4.0.0b3.
2007-11-14 23:48:34 +00:00
David Hankins
50342d5a92
Version to 4.0.0b2.
2007-10-24 17:04:01 +00:00
David Hankins
2394b26b27
- Additional compilation problems on HP/UX have been repaired.
...
[ISC-Bugs #17201 ]
2007-10-08 14:27:53 +00:00
David Hankins
7509fb6e12
version++ in preparation for release later today
2007-10-05 19:41:57 +00:00
David Hankins
eaf7eb17a3
- Fixed a ./configure bug where compile tests were failing due to
...
"-Werror" (unused variable) rather than the actual test failure. Lead
to inconsistent and unworkable auto-configurations. [ISC-Bugs #17177 ]
2007-10-03 20:24:27 +00:00
David Hankins
39725d921f
Version to 4.0.0a3.
...
README/RELNOTES to new version.
Copyright updates.
2007-09-05 17:32:10 +00:00
Shane Kerr
06eb8bab55
Fix a number of warnings (and a few real bugs) found by enabling
...
gcc warnings.
See RT ticket #17013 for more.
2007-08-22 13:41:37 +00:00
Shane Kerr
d00d373a48
Enable DHCPv6 by default.
...
See RT ticket #17071 for more.
2007-08-21 16:21:15 +00:00
Evan Hunt
91da194ee3
Releasing 4.0.0a2
2007-07-10 21:58:12 +00:00
Shane Kerr
847e7000cc
Build fixes for Solaris.
...
See RT ticket #16966 for more.
2007-06-26 09:56:52 +00:00
David Hankins
8da06bb1f5
- Compilation on HP/UX has been repaired. The changes should generally
...
apply to any architecture that supplies SIOCGLIFCONF but does not
use 'struct lifconf' structures to pass values. [ISC-Bugs #16928 ]
2007-06-08 14:58:20 +00:00
David Hankins
dd3282251e
- Two new operators, ~= and ~~, have been integrated to implement
...
boolean matches by regular expression (such as may be used in
class matching statements). Thanks to a patch by Alexandr S.
Agranovsky, which underwent slight modification. [ISC-Bugs #8155 ]
2007-06-07 15:52:30 +00:00
Shane Kerr
f125dc8b41
Fix DHCP build on Slackware with 2.4 kernel.
...
See RT ticket #16918 for more information.
2007-06-04 14:18:08 +00:00
Shane Kerr
6ecda39c26
Build fixes. See RT ticket #16888 for more information.
2007-05-29 16:32:11 +00:00
Shane Kerr
76c944da04
Fix pointer size in 64-bit land.
...
See RT ticket #16902 for more.
2007-05-23 10:35:11 +00:00
David Hankins
6dd7efa210
Load net/if_dl.h if it exists (FreeBSD compile fix).
2007-05-19 21:35:21 +00:00
David Hankins
e62b1eb355
Looks like the package version was moved into autoconf.
2007-05-19 20:24:41 +00:00
David Hankins
fe5b0fdd70
- Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]
...
- RELNOTES/README++
- s/wether/whether/ in dhcp-options.5 manpage edits.
2007-05-19 18:47:15 +00:00