summaryrefslogtreecommitdiff
path: root/common/dhcp-options.5
Commit message (Collapse)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
|
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-1/+1
|
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
|
* Added dhcp-options.5 entryFrancis Dupont2020-10-121-0/+8
|
* [#28] Clarify that domain names are only resolved onceThomas Markwalder2019-12-091-2/+9
| | | | common/dhcp-options.5 - added text to ip-address value section.
* [master] Includes DHCP4 option definitions for RFCs 4578,5071, and 5859Thomas Markwalder2018-01-261-10/+75
| | | | Merges in 47062
* [master] Fix typo in dhcp-options.5Shawn Routhier2016-02-291-2/+2
|
* [master] Pre-release tag prep for 4.3.3b1: version #, copyright etc...Thomas Markwalder2015-07-301-1/+1
|
* [master] Server rejects unicast messages unless unicast option is definedThomas Markwalder2015-04-101-5/+8
| | | | Merges in rt21235.
* [master] Fix a typolmShawn Routhier2015-03-261-1/+1
|
* fix some misspelling typosJeremy C. Reed2015-03-021-4/+4
|
* [master] Fix typo in dhcp-options.5Shawn Routhier2014-12-151-1/+1
| | | | | Fix typo in dhcp-options.5 to change hostname to domainname. ticket 37649
* [master] Tidy up the options descriptionsShawn Routhier2014-06-131-4/+25
| | | | | | correct the types for some options add associated-ip and client-last-transaction-time for lease query
* [master] Add descriptions of new options from 35198Shawn Routhier2014-01-311-2/+40
|
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-6/+0
| | | | | Remove old information from copyrights and man pages.
* [master] Add defintiions for optionsShawn Routhier2014-01-151-10/+272
|
* [master] Support using v6 relay options in server decicions.Shawn Routhier2013-11-251-0/+16
|
* -n [master]Shawn Routhier2013-10-111-2/+2
| | | | Correct NTP rfc number
* Various minor documentation improvements:Jeremy C. Reed2013-01-281-8/+8
| | | | | | | | | | | | | | | | | | 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-83/+84
| | | | | | | | | | | | | | [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
* [rt30471]Shawn Routhier2012-08-031-2/+2
| | | | | | Modify description of renewal and rebind options to add that the code ignores them if they are equal to the lease as well as greater than.
* - Documentation cleanupTomek Mrugalski2011-05-201-4/+16
| | | | [ISC-Bugs #23326] Updated References document, several man page updates
* - The .TH tag for the dhcp-options manpage was typo repairedDavid Hankins2010-07-201-2/+2
| | | | | thanks to a report from jidanni and the Debian package maintenance team. [ISC-Bugs #21676] {Debian Bug#563613}
* Documentation cleanup covering multiple ticketsShawn Routhier2010-07-021-14/+14
| | | | | | | | [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
* - Helpfully (hopefully) edit documentation in dhcp-options to reinforce thatDavid Hankins2010-01-211-7/+7
| | | | | the ia* options are not for direct configuration, and are only documented for completeness...
* Update copyright yearsShawn Routhier2009-11-241-2/+2
|
* *** empty log message ***David Hankins2009-09-111-3/+11
|
* 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.
* Minor grammar fix.Jeremy Reed2008-11-211-2/+2
| | | | Reported in bugs ticket #18084.
* Provide -working- sample configuration text for VIVSO.David Hankins2008-02-051-4/+8
|
* Updated copyright strings for 4.1.0a1 releaseEvan Hunt2008-01-241-2/+2
|
* Some definitions not in phase with the IANA registry were updatedFrancis Dupont2007-12-201-11/+54
|
* Clarify domain-list formatted option syntax.David Hankins2007-09-171-2/+15
|
* Improve documentation of VIVSO and VSIO vendor spaces.David Hankins2007-06-281-29/+87
|
* Copyright++David Hankins2007-05-191-2/+2
|
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-2/+2
| | | | | - RELNOTES/README++ - s/wether/whether/ in dhcp-options.5 manpage edits.
* s/nameservers/nameserver/David Hankins2007-05-191-2/+2
|
* - Fix documentation of the domain-search atom (quoted, with commas).David Hankins2007-05-181-7/+363
| | | | - Document DHCPv6 options presently in the default table.
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-6/+29
|
* Document link-selection.David Hankins2007-04-181-1/+15
|
* New options added, and some magic code to parse unknown options.Shane Kerr2006-07-261-1/+39
| | | | See ticket rt15925.
* - Support for compressed 'domain name list' style DHCP option contents, andDHCPv6_parsing_baseDavid Hankins2006-07-221-1/+17
| | | | in particular the domain search option (#119) was added. [ISC-Bugs #15934]
* - Varying option space code and length bit widths (8/16/32) are nowDavid Hankins2006-06-011-3/+27
| | | | | supported. This is a milestone in acheiving RFC 3925 "VIVSO" and DHCPv6 support. [ISC-Bugs #15979]
* Pulling work between V3-0-4B3 and present v3-release-branch to HEAD.David Hankins2006-05-051-2/+15
|
* Manpage patch from user.David Hankins2006-04-261-1/+2
|
* - RFC3942 compliance, site-local option spaces start at 224 now, not 128.David Hankins2005-09-301-8/+11
| | | | [ISC-Bugs #13142]
* Upon trying to back the www-server documentation down to theHEAD-MERGE-V3-0-3RC1_baseDavid Hankins2005-04-011-12/+1
| | | | | | 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...
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-53/+53
| | | | now synced as of tag V3-0-3-BETA-1.
* Add $Id$ tag, to make it easier to track changes for the translatorsMurray2002-06-101-0/+3
| | | | and other contributors.
* Merge the last year's worth of work on the branch to the HEAD.Murray2002-06-101-36/+202
|