| Commit message (Expand) | Author | Age | Files | Lines |
* | copy rights update | Wlodek Wencel | 2022-01-25 | 1 | -1/+1 |
* | [#189] Whitespace fixes in opened files | Tomek Mrugalski | 2022-01-20 | 1 | -6/+6 |
* | [#189] ISC address updated | Tomek Mrugalski | 2022-01-20 | 1 | -2/+2 |
* | [#64,!35] Restored work | Thomas Markwalder | 2019-11-22 | 1 | -2/+9 |
* | [master] Added include of isc/util.h as needed | Thomas Markwalder | 2017-10-19 | 1 | -0/+1 |
* | [master] Replaced licensing text with MPL licensing text throughout | Thomas Markwalder | 2017-07-12 | 1 | -4/+4 |
* | [master] remove uses of vix.com, nominum.com and fugue.com | Shawn Routhier | 2016-08-23 | 1 | -3/+3 |
* | [master] Pre-release tag prep for 4.3.4b1: version #, copyright etc... | Thomas Markwalder | 2016-03-04 | 1 | -2/+1 |
* | [master] Handle long commands in execute better | Shawn Routhier | 2016-02-02 | 1 | -8/+15 |
* | [master] Corrected static analysis issue in common/execute.c | Thomas Markwalder | 2015-09-08 | 1 | -1/+1 |
* | [master] Add code to parse a vendor option as directed by the user. | Shawn Routhier | 2015-07-13 | 1 | -2/+16 |
* | [master] Remove vix.com and nominum.com | Shawn Routhier | 2014-01-26 | 1 | -7/+1 |
* | -n [master] | Shawn Routhier | 2013-08-27 | 1 | -78/+90 |
* | - Silence benign static analysis warnings. | Mark Andrews | 2013-05-15 | 1 | -18/+26 |
* | [master] | Shawn Routhier | 2012-11-16 | 1 | -27/+29 |
* | Remove unnecessary checks in the lease query code and clean up | Shawn Routhier | 2012-04-10 | 1 | -39/+40 |
* | Update copyright years | Shawn Routhier | 2009-11-24 | 1 | -1/+1 |
* | Switch isc urls from http to https and correct sw to services or software | Shawn Routhier | 2009-07-23 | 1 | -2/+2 |
* | - ./configure was extended to cover many optional build features, such | David Hankins | 2008-02-28 | 1 | -1/+3 |
* | Code cleanup to remove warnings from "gcc -Wall". | Shane Kerr | 2007-07-13 | 1 | -15/+2 |
* | Copyright++ | David Hankins | 2007-05-19 | 1 | -2/+2 |
* | - Corrected some situations where variables might be used without being | David Hankins | 2007-05-11 | 1 | -5/+5 |
* | Change "execute" from numeric expression to executable statement, so | Evan Hunt | 2007-01-28 | 1 | -1/+110 |
* | - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silence | David Hankins | 2006-02-24 | 1 | -2/+2 |
* | MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE are | David Hankins | 2005-03-17 | 1 | -36/+29 |
* | sync with branch | Ted Lemon | 2001-08-10 | 1 | -7/+7 |
* | Merge changes between 3.0rc7 and 3.0rc8pl2. | Ted Lemon | 2001-06-27 | 1 | -23/+104 |
* | 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 |