summaryrefslogtreecommitdiff
path: root/common/dhcp-eval.5
Commit message (Collapse)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
|
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-3/+3
|
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
|
* [master] Add code to parse a vendor option as directed by the user.Shawn Routhier2015-07-131-1/+16
| | | | | | | | Add code to parse a vendor option. It is structured as an action in the config language. When the statement is executed it attempts to find a vendor option in the packet and a vendor option space specified by the admin for use with that packet. It then calls the proper parse routine to do the parsing.
* [master] Add math operators and switch construct to evalShawn Routhier2014-06-111-4/+69
|
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
| | | | | Remove old information from copyrights and man pages.
* Various minor documentation improvements:Jeremy C. Reed2013-01-281-1/+1
| | | | | | | | | | | | | | | | | | 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.)
* [master]Shawn Routhier2012-12-041-44/+2
| | | | | Remove outdated section on ad-hoc DDNS [ISC-Bugs #21798 #29939]
* [rt29771]Shawn Routhier2012-08-131-55/+55
| | | | | | | | | | | | | | [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
* Make "\777" into "\\nnn" so it prints correctly and looks better. [ISC-Bugs ↵Shawn Routhier2012-05-171-2/+2
| | | | 29431]
* Update 26704 to include a null check on the right hand side as well.Shawn Routhier2011-11-281-4/+4
|
* Documentation cleanup covering multiple ticketsShawn Routhier2010-07-021-6/+7
| | | | | | | | [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
|
* 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.
* - Added a configuration function, 'gethostname()', which calls the systemDavid Hankins2009-07-061-1/+11
| | | | | | | | | function of the same name and presents the results as a data expression. This function can be used to incorporate the system level hostname of the system the DHCP software is operating on in responses or queries (such as including a failover partner's hostname in a dhcp message or binding scope, or having a DHCP client send any system hostname in the host-name or FQDN options by default). [ISC-Bugs #17351]
* - Two new operators, ~= and ~~, have been integrated to implementDavid Hankins2007-06-071-4/+17
| | | | | | boolean matches by regular expression (such as may be used in class matching statements). Thanks to a patch by Alexandr S. Agranovsky, which underwent slight modification. [ISC-Bugs #8155]
* Copyright++David Hankins2007-05-191-2/+2
|
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-1/+1
|
* Change "execute" from numeric expression to executable statement, soEvan Hunt2007-01-281-37/+23
| | | | it will not be necessary to use eval(execute(...)) [rt16620]
* - A new common configuration executable statement, execute(), has beenDavid Hankins2006-07-311-1/+43
| | | | | | | added. This permits dhcpd or dhclient to execute a named external program with command line arguments specified from other configuration language. Thanks to a patch written by Mattias Ronnblom, gotten to us via Robin Breathe. [ISC-Bugs #13728]
* - The log message emitted when the 'leased-address' value was not availableDavid Hankins2006-07-171-2/+7
| | | | | in dhcpd.conf "executable statements" has been updated to be more helpful. Manpage information for this value has also been updated. [ISC-Bugs #16136]
* - lcase() and ucase() configuration expressions have been added which adjustDavid Hankins2006-05-111-1/+18
| | | | | their arguments from upper to lower and lower to upper cases respectively. [ISC-Bugs #1597]
* Pulling work between V3-0-4B3 and present v3-release-branch to HEAD.David Hankins2006-05-051-2/+2
|
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-45/+46
| | | | now synced as of tag V3-0-3-BETA-1.
* sync with branchTed Lemon2001-08-101-27/+0
|
* Document backslash quoting.Ted Lemon2001-02-221-15/+40
|
* Oops, add constant for requesting stateTed Lemon2001-01-261-3/+8
|
* Document client-state operator.Ted Lemon2000-12-051-0/+40
|
* Fix title.Ted Lemon2000-10-131-1/+1
|
* Undocument check operator.Ted Lemon2000-10-101-11/+0
|
* Finished up function call support.Damien Neil2000-08-281-0/+27
|
* Added log() statement to allow logging from config files.Damien Neil2000-08-221-0/+11
|
* - Add a static operator indicating whether the client's lease is static.Ted Lemon1999-08-011-0/+7
|
* Change behaviour of concat so that any null argument produces a null result.Ted Lemon1999-07-311-3/+3
|
* Document changes to concat.Ted Lemon1999-07-311-6/+5
|
* Preliminary documentation for the dns-update function, from Brian Murrell.Ted Lemon1999-07-311-5/+54
|
* Document the lease-time, host-decl-name and pick-first-value functions.Ted Lemon1999-07-181-2/+24
|
* Document binary-to-ascii, leased-address and reverse.Ted Lemon1999-07-061-0/+43
|
* Document encode-intTed Lemon1999-05-271-3/+14
|
* Document the "known" expression.Ted Lemon1999-04-121-0/+7
|
* Update license.Ted Lemon1999-03-161-32/+12
|
* Document evaluation and conditional stuff.Ted Lemon1999-03-161-0/+289