| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a send statement that behaves the same as the supersede statement. | Ted Lemon | 2001-01-16 | 1 | -2/+7 |
* | Don't make bogus statements a fatal error. | Ted Lemon | 2001-01-03 | 1 | -2/+3 |
* | Added a case to handle log statements in write_statements(), avoiding | Damien Neil | 2000-12-02 | 1 | -1/+35 |
* | Pass client state to eval functions. | Ted Lemon | 2000-11-28 | 1 | -29/+39 |
* | Use set_option instead of universe -> set_func | Ted Lemon | 2000-10-10 | 1 | -7/+3 |
* | Finished up function call support. | Damien Neil | 2000-08-28 | 1 | -22/+66 |
* | Fix bug #253, which could cause the server to segfault when setting | Damien Neil | 2000-08-23 | 1 | -7/+3 |
* | Added log() statement to allow logging from config files. | Damien Neil | 2000-08-22 | 1 | -1/+35 |
* | Reference count binding scopes. Align IP headers on output. | Ted Lemon | 2000-07-27 | 1 | -17/+34 |
* | - Reference expression lists as we walk them, just in case they | Ted Lemon | 2000-07-06 | 1 | -27/+49 |
* | Remove obsolete use of now-uninitialized variable. | Ted Lemon | 2000-07-06 | 1 | -2/+2 |
* | Clean up a possible memory smash in the binding code. | Ted Lemon | 2000-06-12 | 1 | -1/+3 |
* | - Fix all the OMAPI objects in the DHCP server and client that weren't | Ted Lemon | 2000-05-16 | 1 | -2/+2 |
* | Add debugging. Fix break statement. | Ted Lemon | 2000-04-13 | 1 | -3/+28 |
* | Go back to the BSD license. | Ted Lemon | 2000-03-17 | 1 | -13/+34 |
* | Add support for function calls and typed variables. | Ted Lemon | 2000-02-05 | 1 | -88/+32 |
* | Minor solaris fixes. | Ted Lemon | 2000-02-02 | 1 | -2/+3 |
* | Hack private resolver namespace to avoid link clashes. | Ted Lemon | 2000-02-02 | 1 | -2/+2 |
* | - In reference count history, remember the address where the reference | Ted Lemon | 2000-01-27 | 1 | -2/+2 |
* | Fix a memory smash. | Ted Lemon | 2000-01-26 | 1 | -2/+2 |
* | Fix compilation errors introduced in the last set of checkins. | Ted Lemon | 2000-01-26 | 1 | -68/+55 |
* | Support variable scoping, let, unset, event ganging, eval, new malloc debug. | Ted Lemon | 2000-01-25 | 1 | -79/+238 |
* | - Add switch, case, default and set statements. | Ted Lemon | 2000-01-08 | 1 | -42/+266 |
* | Get a clean compile with all known gcc warnings. | Ted Lemon | 1999-10-07 | 1 | -3/+3 |
* | Fix null pointer dereference. | Ted Lemon | 1999-10-01 | 1 | -2/+2 |
* | Implement printing out of expressions so that they can be output to the lease... | Ted Lemon | 1999-09-22 | 1 | -1/+149 |
* | Solaris CC requires break statements at end of switches... | Ted Lemon | 1999-09-15 | 1 | -1/+2 |
* | Bug fixes courtesy of Brian Murrell | Ted Lemon | 1999-09-09 | 1 | -3/+3 |
* | - Fix up calls to evaluate_boolean_expression. | Ted Lemon | 1999-07-31 | 1 | -5/+5 |
* | - Don't try to deallocate data associated with a partially-parsed statement | Ted Lemon | 1999-07-19 | 1 | -10/+17 |
* | Some more fixes from Brian Murrell. | Ted Lemon | 1999-07-19 | 1 | -9/+9 |
* | When dereferencing a statement, dereference anything it references too. | Ted Lemon | 1999-07-17 | 1 | -1/+69 |
* | Fix a leftover thinko in the statement copy support code. | Ted Lemon | 1999-07-17 | 1 | -8/+10 |
* | Massive rototill to support some new DDNS features. | Ted Lemon | 1999-07-16 | 1 | -1/+41 |
* | Pervasive changes to support leased_address, reverse and binary_to_ascii. | Ted Lemon | 1999-07-02 | 1 | -8/+11 |
* | Use more general option space function calls. | Ted Lemon | 1999-04-05 | 1 | -5/+6 |
* | Update license. | Ted Lemon | 1999-03-16 | 1 | -33/+13 |
* | Don't dump core when recursing to outermost scope. | Ted Lemon | 1999-03-09 | 1 | -2/+6 |
* | Sync with 2.0b1pl16. Fix some pool allocation problems. | Ted Lemon | 1999-02-25 | 1 | -3/+30 |
* | Change names of error functions to be more consistent. | Ted Lemon | 1999-02-24 | 1 | -10/+10 |
* | Execute scoped rules in the correct order (outer to inner). | Ted Lemon | 1998-11-11 | 1 | -9/+15 |
* | Update error message. | Ted Lemon | 1998-11-06 | 1 | -2/+2 |
* | Add expression debugging printfs. Supply input and output options to execut... | Ted Lemon | 1998-11-05 | 1 | -10/+63 |
* | Execute statements. | Ted Lemon | 1998-06-25 | 1 | -0/+118 |