Shane Kerr
|
884a458f80
|
Remove ddns-update-style warning by changing default to "none".
See RT ticket #17103 for more.
|
2007-09-17 10:13:07 +00:00 |
|
Shane Kerr
|
45d545f03a
|
Spelling corrections.
|
2007-09-14 10:38:32 +00:00 |
|
David Hankins
|
845e9677a2
|
Document change to server/dhcpd.c.
v4_0_0a3
|
2007-09-12 17:34:14 +00:00 |
|
David Hankins
|
d7cf1b6256
|
autoconf regeneration
|
2007-09-12 17:34:05 +00:00 |
|
David Hankins
|
2dbf58ff54
|
automake regeneration
|
2007-09-12 17:34:01 +00:00 |
|
David Hankins
|
966c0a1fec
|
Include RELNOTES in the distribution.
'realse'->release typo.
|
2007-09-12 17:28:57 +00:00 |
|
Shane Kerr
|
c61eba3b37
|
Don't remove host and interface addresses from pools in IPv4.
See RT ticket #17131 for more.
|
2007-09-07 12:20:24 +00:00 |
|
David Hankins
|
6de1f33ea9
|
Final grammar fix.
|
2007-09-05 22:45:07 +00:00 |
|
David Hankins
|
0a059d02b8
|
more grammar
|
2007-09-05 22:22:13 +00:00 |
|
David Hankins
|
eaf7390041
|
Update for grammar feedback.
|
2007-09-05 20:48:24 +00:00 |
|
David Hankins
|
035ed38223
|
autoconf regeneration
|
2007-09-05 17:34:07 +00:00 |
|
David Hankins
|
ba0833b11d
|
automake regeneration
|
2007-09-05 17:33:56 +00:00 |
|
David Hankins
|
073f43fd92
|
autoheader regeneration
|
2007-09-05 17:33:42 +00:00 |
|
David Hankins
|
66196bd0d6
|
aclocal regeneration
|
2007-09-05 17:33:31 +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
|
b645f9d559
|
Compile fix (unused variable).
See RT ticket #17116.
|
2007-08-29 21:58:32 +00:00 |
|
David Hankins
|
e9263b5c00
|
HEAD build failure reparation. [ISC-Bugs #17115]
|
2007-08-29 18:09:35 +00:00 |
|
Shane Kerr
|
d19e816ece
|
Fix ugly output on config errors.
See RT ticket #17011 for more.
|
2007-08-29 15:56:56 +00:00 |
|
Shane Kerr
|
f800f4f633
|
Support for zero-length options in config files.
See RT ticket #17029 for more.
|
2007-08-27 19:11:24 +00:00 |
|
David Hankins
|
44a67e653f
|
escape nested "'s
|
2007-08-23 19:06:38 +00:00 |
|
Shane Kerr
|
641488ec0f
|
Unused variable caught by gcc -Wall on 64-bit Linux.
Why this doesn't get flagged elsewhere is a mystery, and slightly
disturbing...
|
2007-08-23 18:04:29 +00:00 |
|
David Hankins
|
0c20eab3c8
|
- 'request' and 'also request' syntaxes have been added to accomodate
the DHCPv6 client configuration. 'send dhcp6.oro' is no longer
necessary. [ISC-Bugs #17023]
|
2007-08-23 16:06:09 +00:00 |
|
Shane Kerr
|
c6785bb5e1
|
Compile fix for Linux 64-bit.
|
2007-08-23 13:46:23 +00:00 |
|
Shane Kerr
|
9aa669fc96
|
Warning-enabled build fixes for BSD.
|
2007-08-23 09:49:51 +00:00 |
|
David Hankins
|
8dfd574485
|
- An internal database inconsistency bug was repaired where the server
would segfault if a client attempted to renew a lease that had been
loaded from persistent storage. [ISC-Bugs #17068]
|
2007-08-22 15:42:13 +00:00 |
|
Shane Kerr
|
ebb73fe3fd
|
regen
|
2007-08-22 13:42:58 +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 |
|
David Hankins
|
af00522b3e
|
regen
|
2007-08-21 20:18:37 +00:00 |
|
Shane Kerr
|
cadea5ffdc
|
autoconf regeneration
|
2007-08-21 16:27:47 +00:00 |
|
Shane Kerr
|
1140bba81e
|
autoheader regeneration
|
2007-08-21 16:22:14 +00:00 |
|
Shane Kerr
|
88dbbb568c
|
aclocal regeneration
|
2007-08-21 16:21:54 +00:00 |
|
Shane Kerr
|
d00d373a48
|
Enable DHCPv6 by default.
See RT ticket #17071 for more.
|
2007-08-21 16:21:15 +00:00 |
|
Shane Kerr
|
9705034994
|
Fix for interface detection when no IPv4 addresses available.
See RT ticket #17086 for more.
|
2007-08-14 14:08:16 +00:00 |
|
David Hankins
|
70aa0d5899
|
Update failover documentation for dynamic bootp.
|
2007-07-20 19:18:24 +00:00 |
|
Shane Kerr
|
0cfff8d8b3
|
Missed a file from RT ticket #16988.
|
2007-07-13 06:51:08 +00:00 |
|
Shane Kerr
|
28868515f6
|
Code cleanup to remove warnings from "gcc -Wall".
See RT ticket #16988 for more.
|
2007-07-13 06:43:43 +00:00 |
|
Shane Kerr
|
763cba6b91
|
Fixed file descriptor leak on failure in initializing OMAPI listener.
See RT ticket #16993 for more.
|
2007-07-12 13:11:02 +00:00 |
|
Shane Kerr
|
2914245e60
|
Fix missing parameter in parse_warn().
Whoops.
|
2007-07-11 14:54:11 +00:00 |
|
Shane Kerr
|
237f8d3a7e
|
Fix infinite loop if EOF in pool statement.
See RT ticket #16977 for more.
|
2007-07-11 12:02:51 +00:00 |
|
Evan Hunt
|
2010d35acd
|
autoconf regeneration
v4_0_0a2
|
2007-07-10 22:09:54 +00:00 |
|
Evan Hunt
|
4595871d1d
|
automake regeneration
|
2007-07-10 22:08:52 +00:00 |
|
Evan Hunt
|
f005219774
|
autoheader regeneration
|
2007-07-10 22:00:08 +00:00 |
|
Evan Hunt
|
a3ba13ea06
|
aclocal regeneration
|
2007-07-10 21:59:54 +00:00 |
|
Evan Hunt
|
91da194ee3
|
Releasing 4.0.0a2
|
2007-07-10 21:58:12 +00:00 |
|
David Hankins
|
26be82affa
|
- Fixed a bug with the 'ddns-updates' boolean server configuration
parameter, which caused the server to fail. [ISC-Bugs #17002]
|
2007-07-10 21:42:05 +00:00 |
|
Shane Kerr
|
2e13ba554c
|
Updating the dhcpd usage() message and the dhcpd man page so they match
the command-line arguments.
See RT ticket #16922 for more.
|
2007-07-03 10:34:18 +00:00 |
|
Shane Kerr
|
71765b5809
|
Minor bug in octal parsing fixed.
See RT ticket #16514 for more.
|
2007-07-03 09:51:58 +00:00 |
|
David Hankins
|
ddc73bc107
|
Correct compilation on HP/UX.
|
2007-06-29 22:12:30 +00:00 |
|
David Hankins
|
8ce53dceec
|
Improve documentation of VIVSO and VSIO vendor spaces.
|
2007-06-28 18:29:49 +00:00 |
|
David Hankins
|
b9d0cc0595
|
- The parse warning that 'deny dyanmic bootp;' must be configured for
failover protected subnets was removed. [ISC-Bugs #16975]
|
2007-06-28 17:19:55 +00:00 |
|