| Commit message (Expand) | Author | Age | Files | Lines |
* | [master] Fixed concatenation of "Dc" formatted options such as domain-search | Thomas Markwalder | 2014-11-25 | 1 | -1/+2 |
* | [master] Remove vix.com and nominum.com | Shawn Routhier | 2014-01-26 | 1 | -7/+1 |
* | [master] Support using v6 relay options in server decicions. | Shawn Routhier | 2013-11-25 | 1 | -1/+6 |
* | -n [master] | Shawn Routhier | 2013-10-14 | 1 | -4/+1 |
* | - Code cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macros | Tomek Mrugalski | 2011-05-11 | 1 | -2/+3 |
* | Update copyright years | Shawn Routhier | 2009-11-24 | 1 | -1/+1 |
* | Support for asynchronous ddns per ticket 19216 - convert to using isclib and | Shawn Routhier | 2009-10-28 | 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 |
* | - Added a configuration function, 'gethostname()', which calls the system | David Hankins | 2009-07-06 | 1 | -1/+2 |
* | Updated copyright strings for 4.1.0a1 release | Evan Hunt | 2008-01-24 | 1 | -1/+1 |
* | - The minimum site code value was set to 224 in 3.1.0 to track RFC3942. This | David Hankins | 2008-01-09 | 1 | -1/+1 |
* | Insure we let people Request addresses that we suggested in Advertise. | Shane Kerr | 2007-12-06 | 1 | -0/+2 |
* | - The server will now include multiple IA_NA's and multiple IAADDRs within | David Hankins | 2007-11-14 | 1 | -1/+1 |
* | Remove unreviewed sources from HEAD. | David Hankins | 2007-11-06 | 1 | -1/+1 |
* | Might even work. | David Hankins | 2007-10-30 | 1 | -1/+1 |
* | - Two new operators, ~= and ~~, have been integrated to implement | David Hankins | 2007-06-07 | 1 | -1/+3 |
* | Merge in changes that were needed in 3.1.0 to silence NetBSD compiler | Evan Hunt | 2007-05-29 | 1 | -2/+2 |
* | Copyright++ | David Hankins | 2007-05-19 | 1 | -1/+1 |
* | DHCPv6 branch merged to HEAD. | David Hankins | 2007-05-08 | 1 | -0/+4 |
* | Spelling fixes. See RT ticket 16513 for details. | Shane Kerr | 2007-01-29 | 1 | -1/+1 |
* | Change "execute" from numeric expression to executable statement, so | Evan Hunt | 2007-01-28 | 1 | -6/+0 |
* | - A new common configuration executable statement, execute(), has been | David Hankins | 2006-07-31 | 1 | -0/+6 |
* | - Varying option space code and length bit widths (8/16/32) are now | David Hankins | 2006-06-01 | 1 | -4/+8 |
* | - lcase() and ucase() configuration expressions have been added which adjust | David Hankins | 2006-05-11 | 1 | -2/+6 |
* | MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE are | David Hankins | 2005-03-17 | 1 | -29/+20 |
* | Define option_chain_head structure. | Ted Lemon | 2001-01-25 | 1 | -1/+6 |
* | Add structure definitionns for enumerations. | Ted Lemon | 2000-12-29 | 1 | -0/+11 |
* | Fix prototypes | Ted Lemon | 2000-11-28 | 1 | -5/+9 |
* | Fix up encapsulation prototype in universe struct. | Ted Lemon | 2000-11-24 | 1 | -1/+1 |
* | Rototill universe struct definition. | Ted Lemon | 2000-10-10 | 1 | -20/+23 |
* | Added binary operators: & | ^. | Damien Neil | 2000-08-28 | 1 | -1/+4 |
* | Reference count binding scopes. Align IP headers on output. | Ted Lemon | 2000-07-27 | 1 | -2/+4 |
* | Go back to the BSD license. | Ted Lemon | 2000-03-17 | 1 | -11/+32 |
* | Add funcall, function, and arithmetic operators. | Ted Lemon | 2000-02-15 | 1 | -2/+15 |
* | Fix a non-nsupdate compile error. | Ted Lemon | 2000-02-07 | 1 | -0/+2 |
* | Fix stupid compile bug. | Ted Lemon | 2000-02-07 | 1 | -0/+1 |
* | Definitions for typed variables and function calls. | Ted Lemon | 2000-02-05 | 1 | -11/+45 |
* | Move malloc debug information out of option_state_dereferencers. | Ted Lemon | 2000-01-27 | 1 | -1/+2 |
* | Support binding scopes, filename and sname. | Ted Lemon | 2000-01-25 | 1 | -9/+18 |
* | Add !=, null, defined, variable reference, new contexts, binding struct. | Ted Lemon | 2000-01-08 | 1 | -6/+15 |
* | Add new DNS support. | Ted Lemon | 2000-01-05 | 1 | -5/+20 |
* | Mass commit for Brian Murrell. | Ted Lemon | 1999-11-20 | 1 | -2/+2 |
* | Add != operator. | Ted Lemon | 1999-11-03 | 1 | -1/+2 |
* | Get a clean compile with all known gcc warnings. | Ted Lemon | 1999-10-07 | 1 | -8/+8 |
* | Make Digital Unix C compiler happy. | Ted Lemon | 1999-10-06 | 1 | -1/+1 |
* | Implement dns-delete (from Brian Murrell) | Ted Lemon | 1999-10-06 | 1 | -0/+1 |
* | - Delete dns-fwd-name and dns-rev-name expressions and replace with | Ted Lemon | 1999-10-05 | 1 | -2/+2 |
* | Implement ddns-fwd-name and ddns-rev-name subexpressions. | Ted Lemon | 1999-10-05 | 1 | -0/+2 |
* | - Add a static operator indicating whether the client's lease is static. | Ted Lemon | 1999-08-01 | 1 | -0/+1 |
* | - Update prototypes in universe structure. | Ted Lemon | 1999-07-31 | 1 | -2/+4 |