]> git.ipfire.org Git - thirdparty/dhcp.git/log
thirdparty/dhcp.git
17 years ago- Support for compressed 'domain name list' style DHCP option contents, and DHCPv6_parsing_base
David Hankins [Sat, 22 Jul 2006 02:24:16 +0000 (02:24 +0000)] 
- Support for compressed 'domain name list' style DHCP option contents, and
  in particular the domain search option (#119) was added. [ISC-Bugs #15934]

17 years agoHankins' fix to HEAD build breakage.
Shane Kerr [Thu, 20 Jul 2006 16:27:45 +0000 (16:27 +0000)] 
Hankins' fix to HEAD build breakage.

17 years ago- Host declaration hardware addresses and client identifiers may only be
David Hankins [Thu, 20 Jul 2006 16:04:03 +0000 (16:04 +0000)] 
- Host declaration hardware addresses and client identifiers may only be
  configured once.  dhcpd will now fail to load config files that specify
  multiple identifiers (previous versions would silently over-ride the
  value with the later configured value). [ISC-Bugs #15533]

17 years ago- 'ignore client-updates;' now has behaviour that is different from
David Hankins [Wed, 19 Jul 2006 20:13:57 +0000 (20:13 +0000)] 
- 'ignore client-updates;' now has behaviour that is different from
  'deny client-updates;'.  The client's request is not truly ignored,
  rather it is encouraged.  Should this value be configured, the server
  updates DNS as though client-updates were set to 'deny'.  That is, it
  enters into DNS whatever it is configured to do already, provided it is
  configured to.  Then it sends a response to the client that lets the
  client believe it is performing client updates (which it will), probably
  for a different name.  In essence, this lets the client do as it will,
  ignoring this aspect of their request. [ISC-Bugs #16185]

17 years ago- In those cases where the DHCP software manufactures an IP header (to
David Hankins [Wed, 19 Jul 2006 18:00:36 +0000 (18:00 +0000)] 
- In those cases where the DHCP software manufactures an IP header (to
  transmit via bpf, lpf, etc), the IP TTL the software selects has been
  increased from 16 to 128.  This is intended to match Microsoft Windows
  DHCP Client behaviour, to increase compatibility. [ISC-Bugs #15583 and
  #3226]

17 years ago- A new DDNS related server option, update-conflict-detection, has been
David Hankins [Wed, 19 Jul 2006 17:14:55 +0000 (17:14 +0000)] 
- A new DDNS related server option, update-conflict-detection, has been
  added.  If this option is enabled, dhcpd will perform normal DHCID
  conflict resolution (the default).  If this option is disabled, it will
  instead trust the assigned name implicitly (removing any other bindings
  on that name).  This option has not been made available in dhclient.
  [ISC-Bugs #16165]

17 years ago- Attempting to write a new lease file to replace a corrupt (due to
David Hankins [Wed, 19 Jul 2006 16:44:47 +0000 (16:44 +0000)] 
- Attempting to write a new lease file to replace a corrupt (due to
  encountering non-retryable errors during writing) lease file should
  no longer result in an infinite recursion. [ISC-Bugs #16265]

17 years ago- Abandoned or dissociated (err condition) leases now remove any related
David Hankins [Tue, 18 Jul 2006 18:15:53 +0000 (18:15 +0000)] 
- Abandoned or dissociated (err condition) leases now remove any related
  dynamic dns bindings.  Thanks to a patch from Patrick Schoo.
  [ISC-Bugs #15836]

17 years ago- The log message emitted when the 'leased-address' value was not available
David Hankins [Mon, 17 Jul 2006 15:33:34 +0000 (15:33 +0000)] 
- The log message emitted when the 'leased-address' value was not available
  in dhcpd.conf "executable statements" has been updated to be more helpful.
  Manpage information for this value has also been updated. [ISC-Bugs #16136]

17 years ago- A few lines of code that were failover-specific were moved within
David Hankins [Mon, 17 Jul 2006 15:21:45 +0000 (15:21 +0000)] 
- A few lines of code that were failover-specific were moved within
  #if defined() clauses so that compilation without failover could be
  made possible. [ISC-Bugs #15987]

17 years ago- The DHCP Relay Agent Information Option / Link Selection Sub-Option
David Hankins [Mon, 17 Jul 2006 15:16:43 +0000 (15:16 +0000)] 
- The DHCP Relay Agent Information Option / Link Selection Sub-Option
  is now supported.  (See RFC3527 for details). [ISC-Bugs #16251]

17 years agoClarifications per dhcp-users activity: -d implies -f.
David Hankins [Thu, 13 Jul 2006 17:28:40 +0000 (17:28 +0000)] 
Clarifications per dhcp-users activity: -d implies -f.

17 years agoAttribute omapi.1 manpage update to Yoshihiko.
David Hankins [Thu, 13 Jul 2006 00:53:24 +0000 (00:53 +0000)] 
Attribute omapi.1 manpage update to Yoshihiko.

17 years agoNroff command errors as supplied by rt15930.
David Hankins [Thu, 13 Jul 2006 00:52:10 +0000 (00:52 +0000)] 
Nroff command errors as supplied by rt15930.

17 years agoREADME changes pursuant to rt15988.
David Hankins [Tue, 11 Jul 2006 20:10:38 +0000 (20:10 +0000)] 
README changes pursuant to rt15988.

17 years agoForgot (ARGH!) to attribute Chris.
David Hankins [Sun, 9 Jul 2006 15:44:01 +0000 (15:44 +0000)] 
Forgot (ARGH!) to attribute Chris.

17 years ago- If the dhclient were to receive a DHCPNAK while it was in the RENEW
David Hankins [Sun, 9 Jul 2006 15:39:48 +0000 (15:39 +0000)] 
- If the dhclient were to receive a DHCPNAK while it was in the RENEW
  state (and consequently, had an active, 'bound' address and related
  configuration options), it would fail to 'tear down' this information
  before proceeding into INIT state.  dhclient now iterates the dhclient-
  script with the 'EXPIRE' action to cause these teardowns prior to entering
  INIT state. [ISC-Bugs #16035]

17 years agoUpdated dhcpd.conf.5 manpage in regard to ddns-domainname option, pursuant
David Hankins [Sun, 9 Jul 2006 15:01:19 +0000 (15:01 +0000)] 
Updated dhcpd.conf.5 manpage in regard to ddns-domainname option, pursuant
to discussion on dhcp-users.

18 years agoMinor macro fix, see ticket rt16177.
Shane Kerr [Mon, 19 Jun 2006 20:42:11 +0000 (20:42 +0000)] 
Minor macro fix, see ticket rt16177.

18 years agoMinor fix, see rt16176.
Shane Kerr [Mon, 19 Jun 2006 20:39:28 +0000 (20:39 +0000)] 
Minor fix, see rt16176.

18 years agoMAC address affinity and reserved leases were subtly incompatible.
David Hankins [Mon, 19 Jun 2006 15:15:16 +0000 (15:15 +0000)] 
MAC address affinity and reserved leases were subtly incompatible.
[ISC-Bugs #16172]

18 years agoA type error introduced in rt13308 repaired. [ISC-Bugs #16173]
David Hankins [Fri, 16 Jun 2006 19:53:50 +0000 (19:53 +0000)] 
A type error introduced in rt13308 repaired. [ISC-Bugs #16173]

18 years ago- Failover pairs now implement 'MAC Affinity' on leases moving from the
David Hankins [Fri, 16 Jun 2006 19:26:45 +0000 (19:26 +0000)] 
- Failover pairs now implement 'MAC Affinity' on leases moving from the
  active to free states.  Leases that belonged to the failover secondary
  are moved to BACKUP state rather than FREE upon exiting EXPIRED state.
  If lease rebalancing must move leases, it tries first to move leases
  that belong to the peer in need.
- The server no longer sends POOLREQ messages unless the pool is severely
  misbalanced in the peer's favor (see 'man dhcpd.conf' for more details).
- Pool rebalance events no longer happen upon successfully allocating a
  lease.  Instead, they happen on a schedule.  See 'man dhcpd.conf' for the
  min-balance and max-balance statements for more information.

  [ISC-Bugs #13308]

18 years ago- A bug where leases not in ACTIVE state would get billed to billed classes
David Hankins [Thu, 15 Jun 2006 17:52:06 +0000 (17:52 +0000)] 
- A bug where leases not in ACTIVE state would get billed to billed classes
  (classes with lease limitations) was fixed.  Non-active leases OFFERed
  to clients are no longer billed (but billing is checked before offering).
  [ISC-Bugs #16168]

18 years agoLess silly configuration syntax for infinite lease-time marking reservations.
David Hankins [Thu, 15 Jun 2006 17:49:49 +0000 (17:49 +0000)] 
Less silly configuration syntax for infinite lease-time marking reservations.
Documentation++. [ISC-Bugs #16166]

18 years ago- Some patches to improve DHCP Server startup speed from Andrew Matheson
David Hankins [Fri, 9 Jun 2006 15:51:02 +0000 (15:51 +0000)] 
- Some patches to improve DHCP Server startup speed from Andrew Matheson
  have been incorporated. [ISC-Bugs #3154]

18 years agoFix build failure on aix pursuant to review - 'inline' is GCC only.
David Hankins [Thu, 8 Jun 2006 23:51:37 +0000 (23:51 +0000)] 
Fix build failure on aix pursuant to review - 'inline' is GCC only.
[ISC-Bugs #16155]

18 years ago- A new common (server or client) option, 'db-time-format local;', has
David Hankins [Tue, 6 Jun 2006 16:35:18 +0000 (16:35 +0000)] 
- A new common (server or client) option, 'db-time-format local;', has
  been added which prints the local time in /var/db/dhcpd.leases rather
  than UTC.  Thanks to a patch from Ken Lalonde. [ISC-Bugs #2678]

18 years agoCompiler warnings (a few were bugfixes internal to HEAD development) silenced.
David Hankins [Mon, 5 Jun 2006 16:42:59 +0000 (16:42 +0000)] 
Compiler warnings (a few were bugfixes internal to HEAD development) silenced.
[ISC-Bugs #16133]

18 years ago- rt15979 integration error repairs [ISC-Bugs #16132]
David Hankins [Fri, 2 Jun 2006 17:11:49 +0000 (17:11 +0000)] 
- rt15979 integration error repairs [ISC-Bugs #16132]

18 years ago- Error integrating rt15979 (missing comma).
David Hankins [Thu, 1 Jun 2006 22:38:19 +0000 (22:38 +0000)] 
- Error integrating rt15979 (missing comma).

18 years ago- Varying option space code and length bit widths (8/16/32) are now
David Hankins [Thu, 1 Jun 2006 20:23:18 +0000 (20:23 +0000)] 
- Varying option space code and length bit widths (8/16/32) are now
  supported.  This is a milestone in acheiving RFC 3925 "VIVSO" and
  DHCPv6 support. [ISC-Bugs #15979]

18 years ago- The subnet-mask option is now supplied by default, but at lowest
David Hankins [Tue, 30 May 2006 19:58:14 +0000 (19:58 +0000)] 
- The subnet-mask option is now supplied by default, but at lowest
  priority.  This helps a small minority of clients that provide parameter
  request lists, but do not list the subnet-mask option because they were
  designed to interoperate with a server that behaves in this manner.
  [ISC-Bugs #1196]
- The FQDN option is similarly supplied even if it does not appear on the
  parameter request list, but not to the exclusion of options that do
  appear at the parameter request list.  Up until now it had ultimate
  priority over the client's parameter request list.  [ISC-Bugs #1196]

18 years agoThere are 6 lease pools now, not 5. [ISC-Bugs #16051]
David Hankins [Tue, 30 May 2006 19:46:37 +0000 (19:46 +0000)] 
There are 6 lease pools now, not 5.  [ISC-Bugs #16051]

18 years ago- Some time value size fixes in 3.0.4 brought on from FreeBSD /usr/ports were
David Hankins [Wed, 17 May 2006 20:15:32 +0000 (20:15 +0000)] 
- Some time value size fixes in 3.0.4 brought on from FreeBSD /usr/ports were
  misapplied to server values rather than client values.  The server no longer
  advertises 8-byte lease-time options when on 64-bit platforms.
  [ISC-Bugs #16036]

18 years agoReally must remember attribution of user patches.
David Hankins [Mon, 15 May 2006 15:10:43 +0000 (15:10 +0000)] 
Really must remember attribution of user patches.

18 years ago- The dhclient 'reject ...;' statement, which rejects leases given by named
David Hankins [Mon, 15 May 2006 15:07:50 +0000 (15:07 +0000)] 
- The dhclient 'reject ...;' statement, which rejects leases given by named
  server-identifiers, now permits address ranges to be specified in CIDR
  notation. [ISC-Bugs #1435]

18 years agoSomehow managed to mis-sort new features from code brought up from v3-release.
David Hankins [Thu, 11 May 2006 20:29:43 +0000 (20:29 +0000)] 
Somehow managed to mis-sort new features from code brought up from v3-release.

18 years agoCorrecting an uninitialized use warning on HEAD [ISC-Bugs #16025].
David Hankins [Thu, 11 May 2006 16:35:56 +0000 (16:35 +0000)] 
Correcting an uninitialized use warning on HEAD [ISC-Bugs #16025].

18 years agoStupid me, forgot to attribute the patch to the supplier.
David Hankins [Thu, 11 May 2006 16:33:36 +0000 (16:33 +0000)] 
Stupid me, forgot to attribute the patch to the supplier.

18 years ago- lcase() and ucase() configuration expressions have been added which adjust
David Hankins [Thu, 11 May 2006 16:31:29 +0000 (16:31 +0000)] 
- lcase() and ucase() configuration expressions have been added which adjust
  their arguments from upper to lower and lower to upper cases respectively.
  [ISC-Bugs #1597]

18 years agoMerging in final change from rt15937, getting rid of space
Shane Kerr [Thu, 11 May 2006 14:48:59 +0000 (14:48 +0000)] 
Merging in final change from rt15937, getting rid of space
before () in function calls.

18 years agoPulling work between V3-0-4B3 and present v3-release-branch to HEAD.
David Hankins [Fri, 5 May 2006 20:32:31 +0000 (20:32 +0000)] 
Pulling work between V3-0-4B3 and present v3-release-branch to HEAD.

18 years agoRemoved -7 but did not add -12 to repo.
David Hankins [Fri, 5 May 2006 20:12:38 +0000 (20:12 +0000)] 
Removed -7 but did not add -12 to repo.

18 years ago- The Load Balance Algorithm was misimplemented. The current implementation
David Hankins [Thu, 4 May 2006 21:14:21 +0000 (21:14 +0000)] 
- The Load Balance Algorithm was misimplemented.  The current implementation
  matches RFC 3074. [ISC-Bugs #15980]

18 years ago- Support for 'reserved' (psuedo-static) and BOOTP leases via failover
David Hankins [Thu, 27 Apr 2006 17:26:42 +0000 (17:26 +0000)] 
- Support for 'reserved' (psuedo-static) and BOOTP leases via failover
  was introduced. [ISC-Bugs #13672]
- The failover implementation was updated to comply with revision 12 of
  the protocol draft. [ISC-Bugs #13672]

18 years agoManpage patch from user.
David Hankins [Wed, 26 Apr 2006 15:13:11 +0000 (15:13 +0000)] 
Manpage patch from user.

18 years agoChanges as documented in ticket #15937 (stdio file descriptor fixes).
Shane Kerr [Mon, 27 Mar 2006 09:45:47 +0000 (09:45 +0000)] 
Changes as documented in ticket #15937 (stdio file descriptor fixes).

18 years agoSilence sign change warnings. [ISC-Bugs #15884]
David Hankins [Thu, 2 Mar 2006 19:02:56 +0000 (19:02 +0000)] 
Silence sign change warnings. [ISC-Bugs #15884]

18 years ago- The IO system now tracks all local IP addresses, so that the DHCP
David Hankins [Mon, 27 Feb 2006 23:56:13 +0000 (23:56 +0000)] 
- The IO system now tracks all local IP addresses, so that the DHCP
  applications (particularly the dhcrelay) can discern between what frames
  were tranmsitted to it, and what frames are being carried through it which
  it should not intercept. [ISC-Bugs #15573]

18 years agoPass the non-const version of the pointer to memcpy - silence warnings.
David Hankins [Mon, 27 Feb 2006 23:43:30 +0000 (23:43 +0000)] 
Pass the non-const version of the pointer to memcpy - silence warnings.

18 years ago- Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silence
David Hankins [Fri, 24 Feb 2006 23:16:32 +0000 (23:16 +0000)] 
- Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silence
  robie).

18 years ago- RFC3942 compliance, site-local option spaces start at 224 now, not 128.
David Hankins [Fri, 30 Sep 2005 19:15:55 +0000 (19:15 +0000)] 
- RFC3942 compliance, site-local option spaces start at 224 now, not 128.
  [ISC-Bugs #13142]

18 years agoCorrections to changes made on HEAD pursuant to review of changes between
David Hankins [Fri, 30 Sep 2005 17:57:32 +0000 (17:57 +0000)] 
Corrections to changes made on HEAD pursuant to review of changes between
V3.0.3 and HEAD.  [ISC-Bugs #15348]

18 years agoMerge changes between 3.0.3b1 and 3.0.3rc1 to HEAD. HEAD-MERGE-V3-0-3RC1
David Hankins [Thu, 7 Jul 2005 16:39:08 +0000 (16:39 +0000)] 
Merge changes between 3.0.3b1 and 3.0.3rc1 to HEAD.

19 years agoUpon trying to back the www-server documentation down to the HEAD-MERGE-V3-0-3RC1_base
David Hankins [Fri, 1 Apr 2005 23:41:26 +0000 (23:41 +0000)] 
Upon trying to back the www-server documentation down to the
V3-release-branch, I now believe that this was a merge error...the option
is already documented, this duplicates it.  Probably confused cvs merging
somehow from the fact that a single word was added...

19 years agoFiles removed in the massive merge between V3-RELEASE-BRANCH and HEAD,
David Hankins [Thu, 17 Mar 2005 20:42:06 +0000 (20:42 +0000)] 
Files removed in the massive merge between V3-RELEASE-BRANCH and HEAD,
bringing HEAD up to par with V3-0-3-BETA-1.

19 years agoNew files added in merge from V3-RELEASE-BRANCH to HEAD as of V3-0-3-BETA-1.
David Hankins [Thu, 17 Mar 2005 20:30:41 +0000 (20:30 +0000)] 
New files added in merge from V3-RELEASE-BRANCH to HEAD as of V3-0-3-BETA-1.

19 years agoMASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE are
David Hankins [Thu, 17 Mar 2005 20:15:29 +0000 (20:15 +0000)] 
MASSIVE merge from V3-RELEASE-BRANCH into HEAD.  HEAD and V3-RELEASE are
now synced as of tag V3-0-3-BETA-1.

21 years agocreate a empty dhcpd.leases file at install time if it does not already
Mark Andrews [Tue, 13 Aug 2002 01:00:32 +0000 (01:00 +0000)] 
create a empty dhcpd.leases file at install time if it does not already
exist that is only read/writable by the installer.

21 years agoadd a ddns-update-style example to dhcpd.conf
Mark Andrews [Tue, 13 Aug 2002 00:55:17 +0000 (00:55 +0000)] 
add a ddns-update-style example to dhcpd.conf

22 years agoBack out last change. The bug is in FreeBSD, not in this file.
Murray [Mon, 10 Jun 2002 00:12:34 +0000 (00:12 +0000)] 
Back out last change.  The bug is in FreeBSD, not in this file.

Requested by: mellon

22 years agoAdd $Id$ tag, to make it easier to track changes for the translators
Murray [Mon, 10 Jun 2002 00:07:41 +0000 (00:07 +0000)] 
Add $Id$ tag, to make it easier to track changes for the translators
and other contributors.

22 years agoMerge the last year's worth of work on the branch to the HEAD.
Murray [Mon, 10 Jun 2002 00:06:34 +0000 (00:06 +0000)] 
Merge the last year's worth of work on the branch to the HEAD.

22 years agoCorrect typos found during the Japanese translation.
Murray [Mon, 10 Jun 2002 00:00:47 +0000 (00:00 +0000)] 
Correct typos found during the Japanese translation.

Submitted by: SUZUKI Koichi <metal@gc5.so-net.ne.jp>

22 years agoMerge from branch (MFB) : Remove Ted's email address.
Murray [Sun, 9 Jun 2002 23:01:03 +0000 (23:01 +0000)] 
Merge from branch (MFB) : Remove Ted's email address.
Also, use www.isc.org/isc consistently.

22 years agoRemove generated cat pages.
Murray [Sun, 9 Jun 2002 22:57:23 +0000 (22:57 +0000)] 
Remove generated cat pages.

22 years agoRemove an extraneous word.
Murray [Sun, 9 Jun 2002 22:57:01 +0000 (22:57 +0000)] 
Remove an extraneous word.

22 years agoIncrease size of buffer to support more interfaces.
Murray [Sun, 9 Jun 2002 22:52:39 +0000 (22:52 +0000)] 
Increase size of buffer to support more interfaces.

Submitted by: NAKAMURA Motonori <motonori@media.kyoto-u.ac.jp>
RT #: 2974

22 years agoMerge from branch - possibly avoid null-pointer dereference.
Murray [Sun, 9 Jun 2002 22:49:51 +0000 (22:49 +0000)] 
Merge from branch - possibly avoid null-pointer dereference.

22 years agoMerge from branch - Remove pre-formatted man pages from the
Murray [Sun, 9 Jun 2002 22:46:49 +0000 (22:46 +0000)] 
Merge from branch - Remove pre-formatted man pages from the
repository.

22 years agoFix a bug that would cause problems if the server provides a new
Murray [Sun, 9 Jun 2002 22:35:00 +0000 (22:35 +0000)] 
Fix a bug that would cause problems if the server provides a new
domain name server, but not the actual domain.

Submitted by: sanpei@sanpei.org (MIHIRA Sanpei Yoshiro)
RT #: 3038

22 years agoMerge from branch: Don't print errors in fallback_discard().
Murray [Sun, 9 Jun 2002 22:19:37 +0000 (22:19 +0000)] 
Merge from branch: Don't print errors in fallback_discard().

22 years agoProperly initialize sockaddr
Murray [Sun, 9 Jun 2002 22:17:09 +0000 (22:17 +0000)] 
Properly initialize sockaddr

Submitted by: Jun-ichiro itojun Hagino <itojun@iijlab.net>
RT #: 3040

22 years agoProperly initialize sockaddr to 0.
Murray [Sun, 9 Jun 2002 22:16:34 +0000 (22:16 +0000)] 
Properly initialize sockaddr to 0.

Submitted by: Jun-ichiro itojun Hagino <itojun@iijlab.net>
RT #: 3040

22 years agoWhen an interface goes away in FreeBSD, read(2) returns ENXIO, not
Murray [Sat, 8 Jun 2002 09:28:15 +0000 (09:28 +0000)] 
When an interface goes away in FreeBSD, read(2) returns ENXIO, not
EIO.

This fixes an annoying infinite-loop bug on FreeBSD.

Fix suggested by: mellon

22 years agoMerge from branch.
Murray [Sat, 8 Jun 2002 08:22:09 +0000 (08:22 +0000)] 
Merge from branch.

22 years agoSpell eliminating properly.
Murray [Sat, 8 Jun 2002 08:18:53 +0000 (08:18 +0000)] 
Spell eliminating properly.

Submitted by: Jens Schweikhardt <schweikh@schweikhardt.net> (FreeBSD)

22 years agoThis is not version 3.0 RC 4. For now, just call it
Murray [Mon, 27 May 2002 03:57:12 +0000 (03:57 +0000)] 
This is not version 3.0 RC 4.  For now, just call it
  "Version 3.1 - DEVELOPMENT"

22 years agoAdd an $Id$ tag.
Murray [Mon, 27 May 2002 03:54:47 +0000 (03:54 +0000)] 
Add an $Id$ tag.

22 years agoAdd $Id$ tags.
Murray [Mon, 27 May 2002 03:53:19 +0000 (03:53 +0000)] 
Add $Id$ tags.

22 years agoAdd more $Id$ tags.
Murray [Mon, 27 May 2002 03:50:56 +0000 (03:50 +0000)] 
Add more $Id$ tags.

22 years agoAdd $Id$ tags, so that these documents may more easily be tracked by
Murray [Mon, 27 May 2002 03:50:21 +0000 (03:50 +0000)] 
Add $Id$ tags, so that these documents may more easily be tracked by
translators.

22 years agoAdd translated Japanese man pages to the doc/ directory.
Murray [Mon, 27 May 2002 03:48:24 +0000 (03:48 +0000)] 
Add translated Japanese man pages to the doc/ directory.

The directory structure for translated manual pages should be :

  doc/<locale>.<encoding>

This nomenclature is used by several other open-source documentation
projects.  These manual pages are current as of DHCP 3.0.1rc8 but they
are not complete.  These man pages only cover the client.

We should add $Id$ tags to the english language documents, so we can
easily see what version of the English document this Japanese document
is current with.

Submitted by: Kazuo Horikawa <horikawa@FreeBSD.org>

22 years agoSync with V3-RELEASE-BRANCH. Fixes remote root exploit.
Murray [Tue, 30 Apr 2002 06:18:39 +0000 (06:18 +0000)] 
Sync with V3-RELEASE-BRANCH.  Fixes remote root exploit.

22 years agoFix a signed vs. unsigned warning.
Ted Lemon [Thu, 17 Jan 2002 17:04:00 +0000 (17:04 +0000)] 
Fix a signed vs. unsigned warning.

22 years agoDetect double-null-terminated hostname - a bug in some Lexmark printers.
Ted Lemon [Thu, 17 Jan 2002 17:01:46 +0000 (17:01 +0000)] 
Detect double-null-terminated hostname - a bug in some Lexmark printers.

22 years agosync with branch
Ted Lemon [Fri, 10 Aug 2001 10:50:50 +0000 (10:50 +0000)] 
sync with branch

22 years agoUpdate version info and changelog
Ted Lemon [Fri, 10 Aug 2001 10:47:15 +0000 (10:47 +0000)] 
Update version info and changelog

22 years agoFixes for QoS support.
James Brister [Tue, 10 Jul 2001 20:36:06 +0000 (20:36 +0000)] 
Fixes for QoS support.

22 years agoPull up RC9
Ted Lemon [Fri, 29 Jun 2001 18:34:57 +0000 (18:34 +0000)] 
Pull up RC9

23 years agoAdd to main branch.
Ted Lemon [Wed, 27 Jun 2001 02:17:43 +0000 (02:17 +0000)] 
Add to main branch.

23 years agoMerge changes between 3.0rc7 and 3.0rc8pl2.
Ted Lemon [Wed, 27 Jun 2001 00:31:20 +0000 (00:31 +0000)] 
Merge changes between 3.0rc7 and 3.0rc8pl2.

23 years agoremove these from the mainline.
Ted Lemon [Wed, 27 Jun 2001 00:13:08 +0000 (00:13 +0000)] 
remove these from the mainline.

23 years agoAdd these to the mainline.
Ted Lemon [Wed, 27 Jun 2001 00:12:02 +0000 (00:12 +0000)] 
Add these to the mainline.

23 years agoOMAPI class and subclass support.
James Brister [Fri, 22 Jun 2001 16:47:20 +0000 (16:47 +0000)] 
OMAPI class and subclass support.

23 years agoSync with 3.0rc7
Ted Lemon [Thu, 17 May 2001 19:04:09 +0000 (19:04 +0000)] 
Sync with 3.0rc7

23 years agoMention that an ASCII DHCP client identifier may include a leading NUL.
Ted Lemon [Fri, 4 May 2001 17:15:17 +0000 (17:15 +0000)] 
Mention that an ASCII DHCP client identifier may include a leading NUL.

23 years agoMake print_hw_addr bulletproof.
Ted Lemon [Fri, 4 May 2001 01:05:17 +0000 (01:05 +0000)] 
Make print_hw_addr bulletproof.

23 years agoOops, don't go line-oriented when parsing client config.
Ted Lemon [Fri, 4 May 2001 00:51:35 +0000 (00:51 +0000)] 
Oops, don't go line-oriented when parsing client config.