2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00
Commit Graph

3436 Commits

Author SHA1 Message Date
Jeremy Reed
1731766d82 Minor grammar fix.
Reported in bugs ticket #18084.
2008-11-21 13:59:56 +00:00
Jeremy Reed
d4d2c4751d Mention atsfp and cltt.
This is for my bug # 18914.
This is also documented in dhcpd.8 manual page.

(Still need to make sure dhcpd.8 is clear about the
purpose of atsfp and about any problems when upgrading.)
2008-11-20 15:18:28 +00:00
Jeremy Reed
850d62597b Document -x switch.
(I provided patch in Bug #18175.)
2008-11-20 14:55:14 +00:00
David Hankins
08ec63bb72 autoconf regeneration v4_1_0rc1 2008-11-19 16:26:43 +00:00
David Hankins
c6a4a19a3f automake regeneration 2008-11-19 16:26:35 +00:00
David Hankins
e47f0aaede autoheader regeneration 2008-11-19 16:26:01 +00:00
David Hankins
a4361ddb6e aclocal regeneration 2008-11-19 16:24:52 +00:00
David Hankins
09511ea30f Version to 4.1.0rc1. 2008-11-19 16:24:07 +00:00
Shawn Routhier
fac2bbb026 Update documentation to refer to omshell(1) 2008-11-19 01:25:13 +00:00
Paul Selkirk
09c6b1cf46 initial openwrt support 2008-11-18 22:36:11 +00:00
Evan Hunt
ebf076feea A missing "else" in dhcrelay.c could have caused an interface not to
be recognized. [rt18887]
2008-11-12 23:22:14 +00:00
Jeremy Reed
4d24561a64 regen 2008-11-10 21:58:59 +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
d7ac7a275b s/trasnmit/transmit/ 2008-11-06 21:47:12 +00:00
David Hankins
a9cbe108cb autoconf regeneration v4_1_0b1 2008-11-03 23:37:18 +00:00
David Hankins
cd6470fa0a automake regeneration 2008-11-03 23:37:01 +00:00
David Hankins
ba6df82f1f Add scripts/macos to build. 2008-11-03 23:36:37 +00:00
David Hankins
236d3a996d - A dhclient-script for MacOS X has been included, which enables
'dhclient -6' support. [ISC-Bugs #18204]
2008-11-03 23:32:12 +00:00
David Hankins
d8e93d4d97 autoconf regeneration 2008-11-03 22:19:44 +00:00
David Hankins
0dd9150b87 automake regeneration 2008-11-03 22:19:25 +00:00
David Hankins
e5386fb431 autoheader regeneration 2008-11-03 22:19:03 +00:00
David Hankins
cafaa2b4f1 aclocal regeneration 2008-11-03 22:18:52 +00:00
David Hankins
c728361c47 version to 4.1.0b1
copyright update
2008-11-03 21:51:44 +00:00
David Hankins
f1672d8907 - The !inet_pton() call in res_mkupdrec was adjusted to '<= 0' as
inet_pton returns either 1, 0, or -1. [ISC-Bugs #18511]
2008-11-03 21:39:31 +00:00
David Hankins
7d714d6bba regen 2008-11-03 18:21:02 +00:00
David Hankins
899218e769 regen 2008-11-03 18:19: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
Francis Dupont
783259b1cc Improve IA_TA server support (17586) 2008-10-22 11:41:58 +00:00
David Hankins
399d3dbe29 - A bug cleaning up unknown-xxx temporary option definitions was fixed.
[ISC-Bugs #18735]
2008-10-08 16:26:42 +00:00
David Hankins
1387545ff7 - Some failover debugging #defines have been better defined and some
high frequency messages moved to a deeper debugging symbol.

- The CLTT parameter in failover is now only updated by client activity,
  and not by failover binding updates (taking on the peer's CLTT).

- Failover BNDUPD messages are now discarded if they conflict with an
  update that has been trasnmitted, but not acknowledged.

  [ISC-Bugs #17577c]
2008-09-24 16:18:56 +00:00
Francis Dupont
6ff3b26dd5 Commit rt17304 DHCPv6 examples 2008-09-24 08:38:58 +00:00
Francis Dupont
6cb2859389 DHCPv6 server example 2008-09-24 08:37:24 +00:00
Francis Dupont
a5e2fb5372 DHCPv6 client example 2008-09-24 08:36:46 +00:00
David Hankins
a4ffedd162 - A cosmetic bug in DHCPDECLINE processing was fixed which caused all
successful DHCPDECLINEs to be logged as "not found" rather than
  "abandoned".  [ISC-Bugs #18605]
2008-09-11 16:11:46 +00:00
David Hankins
d104d45bfe These are changes appearing since 4.1.0a1, not changes appearing since
4.0.0...
v4_1_0a2
2008-08-29 18:01:29 +00:00
David Hankins
ecddae64a2 - The v6 BSD socket method was updated to use a single UDP BSD socket
no matter how many interfaces are involved, differentiating the
  interfaces the packets were received on by the interface index supplied
  by the OS.
- The relay agent no longer listens to the All DHCP Servers Multicast
  address.
- A bug was fixed in data_string_sprintfa() where va_start was only called
  once for two invocations of vsprintf() variants.
  [ISC-Bugs #17610b]
2008-08-29 17:48:57 +00:00
David Hankins
dd484ced0d - Compliation warnings on GCC 4.3 relating to bootp source address
selection were repaired.  [ISC-Bugs #18520]
2008-08-20 23:07:19 +00:00
David Hankins
8fbb55ff3f - A partner-down failover server no longer emits 'peer holds all free leases'
if it is able to newly-allocate one of the peer's leases.  [ISC-Bugs #18437]
2008-08-19 18:00:24 +00:00
David Hankins
7d6180be3e - A bug in subnet6 parsing where options contained in subnet6 clauses would
not be applied to clients addressed within that network was repaired.

- When configuring a "subnet {}" or "subnet6 {}" without an explicit
  shared-network enclosing it, the DHCP software would synthesize a
  shared-network to contain the subnet.  However, all configuration
  parameters within the subnet more intuitively belong "to any client
  on that interface", or rather the synthesized shared-network.  So,
  when a shared-network is synthesized, it is used to contain the
  configuration present inside the subnet {} clause.  This means that
  the configuration will be valid for all clients on that network, not
  just those addressed out of the stated subnet.  If you intended the
  opposite, the workaround is to explicitly configure an empty
  shared-network.

- A bug was fixed where Information-Request processing was not sourcing
  configured option values.

- A warning was added since the DHCPv6 processing software does not yet
  support class statements.

  [ISC-Bugs #17638b]
2008-08-19 17:55:57 +00:00
David Hankins
0524508a91 Backing out [ISC-Bugs #17610] 2008-08-08 22:37:46 +00:00
David Hankins
08c4e7ce2b - The BSD socket code will now permit multiple DHCPv6 server instances to
operate on different interfaces. [ISC-Bugs #17610]
2008-08-08 20:26:57 +00:00
Evan Hunt
535485df4e The server wasn't always sending the FQDN option when it should. [rt18237] 2008-07-19 03:57:23 +00:00
Evan Hunt
20210a7bfc Clients that sent a parameter request list containing the routers option
before the subnet mask option were receiving only the latter. [rt18133]
2008-07-19 01:11:40 +00:00
Evan Hunt
51e7687feb Fixed a bug that caused some request types to be logged incorrectly [rt17987] 2008-07-18 01:04:58 +00:00
Evan Hunt
edcb5c469f Corrected list of failover state values in dhcpd man page. [rt17999] 2008-07-17 06:17:57 +00:00
Evan Hunt
c4d11d4390 Update dates, since 4.1.0a2 is coming out a month later than planned 2008-07-16 19:14:33 +00:00
Evan Hunt
9733358a3e local and remote port numbers in dhcpv4 were both set to 67; fixed. [rt18172] 2008-07-16 16:29:14 +00:00
Evan Hunt
d352732ea7 Fix handling of -A and -a flags in dhcrelay; it was failing to expand
packet size as needed to add relay agent options. [rt18296]
2008-07-16 16:18:22 +00:00
Jeremy Reed
4408ba6133 Fix several typos/mispellings. 2008-06-30 17:37:47 +00:00
Evan Hunt
ded99fc7ea autoconf regeneration 2008-06-13 01:41:55 +00:00