summaryrefslogtreecommitdiff
path: root/common/execute.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-3/+3
* Fix null pointer dereference.Ted Lemon1999-10-011-2/+2
* Implement printing out of expressions so that they can be output to the lease...Ted Lemon1999-09-221-1/+149
* Solaris CC requires break statements at end of switches...Ted Lemon1999-09-151-1/+2
* Bug fixes courtesy of Brian MurrellTed Lemon1999-09-091-3/+3
* - Fix up calls to evaluate_boolean_expression.Ted Lemon1999-07-311-5/+5
* - Don't try to deallocate data associated with a partially-parsed statementTed Lemon1999-07-191-10/+17
* Some more fixes from Brian Murrell.Ted Lemon1999-07-191-9/+9
* When dereferencing a statement, dereference anything it references too.Ted Lemon1999-07-171-1/+69
* Fix a leftover thinko in the statement copy support code.Ted Lemon1999-07-171-8/+10
* Massive rototill to support some new DDNS features.Ted Lemon1999-07-161-1/+41
* Pervasive changes to support leased_address, reverse and binary_to_ascii.Ted Lemon1999-07-021-8/+11
* Use more general option space function calls.Ted Lemon1999-04-051-5/+6
* Update license.Ted Lemon1999-03-161-33/+13
* Don't dump core when recursing to outermost scope.Ted Lemon1999-03-091-2/+6
* Sync with 2.0b1pl16. Fix some pool allocation problems.Ted Lemon1999-02-251-3/+30
* Change names of error functions to be more consistent.Ted Lemon1999-02-241-10/+10
* Execute scoped rules in the correct order (outer to inner).Ted Lemon1998-11-111-9/+15
* Update error message.Ted Lemon1998-11-061-2/+2