summaryrefslogtreecommitdiff
path: root/common/execute.c
Commit message (Expand)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-6/+6
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* [#64,!35] Restored workThomas Markwalder2019-11-221-2/+9
* [master] Added include of isc/util.h as neededThomas Markwalder2017-10-191-0/+1
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-4/+4
* [master] remove uses of vix.com, nominum.com and fugue.comShawn Routhier2016-08-231-3/+3
* [master] Pre-release tag prep for 4.3.4b1: version #, copyright etc...Thomas Markwalder2016-03-041-2/+1
* [master] Handle long commands in execute betterShawn Routhier2016-02-021-8/+15
* [master] Corrected static analysis issue in common/execute.cThomas Markwalder2015-09-081-1/+1
* [master] Add code to parse a vendor option as directed by the user.Shawn Routhier2015-07-131-2/+16
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
* -n [master]Shawn Routhier2013-08-271-78/+90
* - Silence benign static analysis warnings.Mark Andrews2013-05-151-18/+26
* [master]Shawn Routhier2012-11-161-27/+29
* Remove unnecessary checks in the lease query code and clean upShawn Routhier2012-04-101-39/+40
* 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
* - ./configure was extended to cover many optional build features, suchDavid Hankins2008-02-281-1/+3
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-15/+2
* Copyright++David Hankins2007-05-191-2/+2
* - Corrected some situations where variables might be used without beingDavid Hankins2007-05-111-5/+5
* Change "execute" from numeric expression to executable statement, soEvan Hunt2007-01-281-1/+110
* - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silenceDavid Hankins2006-02-241-2/+2
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-36/+29
* sync with branchTed Lemon2001-08-101-7/+7
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-23/+104
* Add a send statement that behaves the same as the supersede statement.Ted Lemon2001-01-161-2/+7
* Don't make bogus statements a fatal error.Ted Lemon2001-01-031-2/+3
* Added a case to handle log statements in write_statements(), avoidingDamien Neil2000-12-021-1/+35
* Pass client state to eval functions.Ted Lemon2000-11-281-29/+39
* Use set_option instead of universe -> set_funcTed Lemon2000-10-101-7/+3
* Finished up function call support.Damien Neil2000-08-281-22/+66
* Fix bug #253, which could cause the server to segfault when settingDamien Neil2000-08-231-7/+3
* Added log() statement to allow logging from config files.Damien Neil2000-08-221-1/+35
* Reference count binding scopes. Align IP headers on output.Ted Lemon2000-07-271-17/+34
* - Reference expression lists as we walk them, just in case theyTed Lemon2000-07-061-27/+49
* Remove obsolete use of now-uninitialized variable.Ted Lemon2000-07-061-2/+2
* Clean up a possible memory smash in the binding code.Ted Lemon2000-06-121-1/+3
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-2/+2
* Add debugging. Fix break statement.Ted Lemon2000-04-131-3/+28
* Go back to the BSD license.Ted Lemon2000-03-171-13/+34
* Add support for function calls and typed variables.Ted Lemon2000-02-051-88/+32
* Minor solaris fixes.Ted Lemon2000-02-021-2/+3
* Hack private resolver namespace to avoid link clashes.Ted Lemon2000-02-021-2/+2
* - In reference count history, remember the address where the referenceTed Lemon2000-01-271-2/+2
* Fix a memory smash.Ted Lemon2000-01-261-2/+2
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-261-68/+55
* Support variable scoping, let, unset, event ganging, eval, new malloc debug.Ted Lemon2000-01-251-79/+238
* - Add switch, case, default and set statements.Ted Lemon2000-01-081-42/+266