summaryrefslogtreecommitdiff
path: root/server/dhcpd.conf.5
Commit message (Collapse)AuthorAgeFilesLines
...
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-3/+1
| | | | | Remove old information from copyrights and man pages.
* [master] correct dont-use-async to dont-use-fsync in docsShawn Routhier2014-01-081-3/+3
|
* [master] Patch to ignore UIDSShawn Routhier2013-12-131-0/+13
| | | | | This patch adds an option to allow the administrator to tell the server to ignore UIDS when choosing a lease.
* [master] Add support for user selection of the from address for DDNS ↵Shawn Routhier2013-12-111-0/+14
| | | | transactions
* [master] Support using v6 relay options in server decicions.Shawn Routhier2013-11-251-1/+10
|
* [master] Add option to suppress the use of fsync when writing lease filesShawn Routhier2013-11-081-0/+18
| | | | The option is dont-use-async <flag> and it defaults to disabled.
* -n [master]Shawn Routhier2013-10-141-178/+71
| | | | Add code to support the standards version of DDNS
* -n [master]Shawn Routhier2013-08-271-3/+15
| | | | | 26510 Add support for classes in the IPv6 code
* Various minor documentation improvements:Jeremy C. Reed2013-01-281-6/+7
| | | | | | | | | | | | | | | | | | remove repeated words fix: it's to its some minor formatting added (this needs to be improved still, there is a mix of \fB Bold and \fI underline for same things) spelling fixes minor punctuation fixes (remove ...) uppercase an acronym that is not a config item (I didn't get this reviewed, these all are very minor or obvious.)
* [rt29771]Shawn Routhier2012-08-131-227/+227
| | | | | | | | | | | | | | [rt29770] [rt29846] Tidy up man pages, mostly convert a period followed by 1 or 3 spaces to a period followed by 2 spaces. This also covers tickets 29770 and 29846 Squashed commit of the following: commit d40674fdfc8a81a44f8033bf048587a3eab0471f Author: Shawn Routhier <sar@isc.org> Date: Fri Aug 3 17:55:05 2012 -0700
* update copyrightShawn Routhier2012-04-021-2/+2
|
* Update docs as per ticket 28574Shawn Routhier2012-04-021-6/+1
|
* Add support for passing DDNS information to a DNS server overShawn Routhier2011-09-211-2/+9
| | | | an IPv6 address. [ISC-Bugs #22647]
* Enlarge the buffer size used by the Omshell code and some of theShawn Routhier2011-06-011-2/+2
| | | | | print routines to allow for greater than 60 characters or, when printing as hex strings, 20 characters. [ISC-Bugs #22743]
* - If a client renews before 'dhcp-cache-threshold' percent of its leaseTomek Mrugalski2011-05-121-1/+25
| | | | | | | | has elapsed (default 25%), the server will reuse the allocated lease (provide a lease within the currently allocated lease-time) rather than extend or renew the lease. This absolves the server of needing to perform an fsync() operation on the lease database before reply, which improves performance. [ISC-Bugs #22228]
* Documentation fixesShawn Routhier2011-04-251-22/+35
| | | | | | | [ISC-Bugs #17959] add text to AIX section describing how to have it send responses to the all-ones address. [ISC-Bugs #19615] update the includes in dhcpctl/dhcpctl.3 to be more correct [ISC-Bugs #20676] update dhcpd.conf.5 to include the RFC numbers for DDNS
* Documentation cleanup covering multiple ticketsShawn Routhier2010-07-021-33/+38
| | | | | | | | [ISC-Bugs #20265] [ISC-Bugs #20259] minor cleanup [ISC-Bugs #20263] add text describing some default values [ISC-Bugs #20193] single quotes at the start of a line indicate a control line to nroff, escape them if we actually want a quote. [ISC-Bugs #18916] sync the pointer to web pages amongst the different docs
* Update copyright yearsShawn Routhier2009-11-241-2/+2
|
* For BUG #20245: man page - clarification of partner-down instructions.Jeremy Reed2009-09-141-4/+5
| | | | I was told off-list this was agreed by Ebersman, Hankins, and Shane.
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-4/+4
| | | | for new web site as appropirate.
* - A new failover configuration parameter has been introduced for thoseDavid Hankins2009-06-171-1/+29
| | | | | | | | | environments where DHCP servers can be reasonably guaranteed to be "down" when the failover TCP socket is severed, "auto-partner-down". This parameter is not generally safe, and by default is disabled, so please carefully review the documentation of this parameter in the dhcpd.conf(5) manpage before determining to use it yourself. [ISC-Bugs #19600]
* Fix typo.Jeremy Reed2009-03-301-2/+2
| | | | | (reported via contact form from Aleksander mealstrom@ukr.net.) Bug: #19536
* Fix typo.Jeremy Reed2009-03-241-2/+2
|
* - Failover port configuration can now be left to defaults (port 647) asDavid Hankins2009-02-201-8/+6
| | | | | described in the -12 revision of the Failover draft (and assigned by IANA). [ISC-Bugs #17738]
* - The db-time-format option was documented in manpages. [no ticket]David Hankins2009-01-221-1/+14
|
* - Delayed-ack is now a compile-time option, compiled out by default.David Hankins2008-11-031-1/+5
| | | | | | 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]
* Improve IA_TA server support (17586)Francis Dupont2008-10-221-4/+4
|
* - A bug in subnet6 parsing where options contained in subnet6 clauses wouldDavid Hankins2008-08-191-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | 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]
* Fix several typos/mispellings.Jeremy Reed2008-06-301-6/+6
|
* - There is now a default 1/4 of a second scheduled delay between delayedDavid Hankins2008-02-281-5/+13
| | | | | fsync()'s, it can be configured by the max-ack-delay configuration parameter. [ISC-Bugs #17679]
* Add IA_TA and IA_PD support in serverFrancis Dupont2008-02-201-1/+26
|
* Updated copyright strings for 4.1.0a1 releaseEvan Hunt2008-01-241-2/+2
|
* - Multiple (up to "delayed-ack x;" maximum) DHCPv4 packets are now queued andDavid Hankins2008-01-211-1/+20
| | | | | | | | released in bursts after single fsync() events when the upper limit is reached or if the receiving sockets go dry. The practical upshot is that fsync-coupled server performance is now multiplicitively increased. The default delayed ack limit is 28. Thanks entirely to a patch from Christof Chen.
* - The server now limits clients that request multiple addresses to oneDavid Hankins2007-11-201-1/+17
| | | | | address per IA by default, which can be adjusted through the "limit-addrs-per-ia" configuration option. [ISC-Bugs #17271]
* - Relative time may now be used as a qualifier for 'allow' and 'deny' accessDavid Hankins2007-10-311-1/+13
| | | | | | | control lists. These directives may be used to assist in re-addressing address pools without having to constantly reconfigure the server. Please see 'man dhcpd.conf' for more information on allow/deny 'after time' syntax. Thanks to a patch from Christof Chen. [ISC-Bugs #17110]
* Use different paths for PID and lease files when running in DHCPv4 orEvan Hunt2007-10-271-4/+61
| | | | | DHCPv6 mode, so that servers for both protcols can be run simultaneously on a single interface. [rt17227]
* Remove ddns-update-style warning by changing default to "none".Shane Kerr2007-09-171-2/+3
| | | | See RT ticket #17103 for more.
* Update failover documentation for dynamic bootp.David Hankins2007-07-201-5/+1
|
* Copyright++David Hankins2007-05-191-2/+2
|
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-7/+125
|
* Missing indentation reset.David Hankins2007-04-241-1/+2
|
* - Several spelling typos were repaired, and some cross-references to otherDavid Hankins2007-04-191-4/+4
| | | | | relevant documents were included in the manpages, thanks to a patch by Andrew Pollock which got to us via Tomas Pospisek. [ISC-Bugs #16731]
* Documentation change for new pool balance behaviour as will appear in 3.1.0.David Hankins2006-08-281-69/+117
|
* Pulling down update from v3_1.David Hankins2006-08-171-3/+3
|
* Manpage formatting errors corrected.David Hankins2006-08-081-1/+7
|
* - A new dhcp server option 'adaptive-lease-time-threshold' has been addedDavid Hankins2006-07-311-3/+21
| | | | | | which causes the server to substantially reduce lease-times if there are few (configured percentage) remaining leases. Thanks to a patch submitted from Christof Chen. [ISC-Bugs #15409]
* Merged rt12324, DHCPLEASEQUERY.Shane Kerr2006-07-251-1/+14
|
* - 'ignore client-updates;' now has behaviour that is different fromDavid Hankins2006-07-191-1/+7
| | | | | | | | | | | '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]
* - A new DDNS related server option, update-conflict-detection, has beenDavid Hankins2006-07-191-1/+14
| | | | | | | | 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]
* Updated dhcpd.conf.5 manpage in regard to ddns-domainname option, pursuantDavid Hankins2006-07-091-6/+12
| | | | to discussion on dhcp-users.