summaryrefslogtreecommitdiff
path: root/includes/statement.h
Commit message (Collapse)AuthorAgeFilesLines
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-5/+4
|
* [master] Add code to parse a vendor option as directed by the user.Shawn Routhier2015-07-131-2/+4
| | | | | | | | 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] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
| | | | | Remove old information from copyrights and man pages.
* Update copyright yearsShawn Routhier2009-11-241-1/+1
|
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
| | | | for new web site as appropirate.
* Copyright++David Hankins2007-05-191-1/+1
|
* Change "execute" from numeric expression to executable statement, soEvan Hunt2007-01-281-1/+7
| | | | it will not be necessary to use eval(execute(...)) [rt16620]
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-28/+19
| | | | now synced as of tag V3-0-3-BETA-1.
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-1/+1
|
* Add support for ON_TRANSMISSION flag.Ted Lemon2001-01-251-0/+1
|
* - Add a null statement type, so that uninitialized statements won'tTed Lemon2001-01-041-0/+1
| | | | masquerade as if statements.
* Finished up function call support.Damien Neil2000-08-281-1/+3
|
* Added log() statement to allow logging from config files.Damien Neil2000-08-221-1/+11
|
* Go back to the BSD license.Ted Lemon2000-03-171-11/+32
|
* Add let and define.Ted Lemon2000-02-151-1/+2
|
* Add unset, let. Fix definition of ON_RELEASE.Ted Lemon2000-01-251-3/+7
|
* - Add switch, case, default and set.Ted Lemon2000-01-081-2/+18
| | | | - Tweak on so more than one type of event can be set at once.
* Make Digital Unix C compiler happy.Ted Lemon1999-10-061-1/+1
|
* Massive rototill to support some new DDNS features.Ted Lemon1999-07-161-0/+8
|
* Update license.Ted Lemon1999-03-161-32/+12
|
* Add send option statement.Ted Lemon1998-11-051-0/+1
|
* Declarations for executable statements.Ted Lemon1998-06-251-0/+68