| Commit message (Expand) | Author | Age | Files | Lines |
* | version to 3.1.3b1v3_1_3b1 | David Hankins | 2009-09-01 | 1 | -2/+2 |
* | Switch isc urls from http to https and correct sw to services or software | Shawn Routhier | 2009-07-23 | 1 | -3/+3 |
* | - Versions 3.0.x syntax with multiple name->code option definitions is now | David Hankins | 2009-07-16 | 1 | -2/+11 |
* | - A parser bug was fixed that segfaulted if site-option-space was tried | David Hankins | 2009-02-03 | 1 | -12/+14 |
* | - A bug cleaning up unknown-xxx temporary option definitions was fixed. | David Hankins | 2008-10-08 | 1 | -2/+2 |
* | VERSION to 3.1.1b1 | David Hankins | 2008-01-22 | 1 | -2/+2 |
* | - An incomplete addition of the 'D' atom for domain RFC1035 format domain name | David Hankins | 2008-01-22 | 1 | -1/+29 |
* | Silence compiler warnings on NetBSD, mostly by changing (char *) to | Evan Hunt | 2007-05-29 | 1 | -2/+2 |
* | - Timestamp parsing errors that indicated missing "minutes" fields rather | David Hankins | 2007-04-16 | 1 | -4/+4 |
* | README, RELNOTES to 3.1.0b1. Copyrights updated for changes in 2007. | David Hankins | 2007-02-14 | 1 | -2/+2 |
* | The execute() statement has been changed from a "numeric expression" to | Evan Hunt | 2007-02-08 | 1 | -66/+74 |
* | Spelling fixes. See RT ticket 16513 for details. | Shane Kerr | 2007-01-29 | 1 | -19/+19 |
* | Pulling in rt16318, a set of fixes for 3.1 from Hankins. | Shane Kerr | 2006-08-04 | 1 | -2/+2 |
* | - A new common configuration executable statement, execute(), has been | David Hankins | 2006-07-31 | 1 | -1/+66 |
* | New options added, and some magic code to parse unknown options. | Shane Kerr | 2006-07-26 | 1 | -21/+64 |
* | Hankin's fixes for hash-related core dumps on HEAD. | Shane Kerr | 2006-07-25 | 1 | -3/+2 |
* | - Support for compressed 'domain name list' style DHCP option contents, andDHCPv6_parsing_base | David Hankins | 2006-07-22 | 1 | -2/+67 |
* | - A new common (server or client) option, 'db-time-format local;', has | David Hankins | 2006-06-06 | 1 | -2/+47 |
* | Compiler warnings (a few were bugfixes internal to HEAD development) silenced. | David Hankins | 2006-06-05 | 1 | -3/+3 |
* | - Varying option space code and length bit widths (8/16/32) are now | David Hankins | 2006-06-01 | 1 | -100/+260 |
* | - The dhclient 'reject ...;' statement, which rejects leases given by named | David Hankins | 2006-05-15 | 1 | -1/+93 |
* | - lcase() and ucase() configuration expressions have been added which adjust | David Hankins | 2006-05-11 | 1 | -2/+41 |
* | - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silence | David Hankins | 2006-02-24 | 1 | -4/+5 |
* | MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE are | David Hankins | 2005-03-17 | 1 | -136/+190 |
* | Merge changes between 3.0rc7 and 3.0rc8pl2. | Ted Lemon | 2001-06-27 | 1 | -40/+71 |
* | If the algorithm name is not properly terminated with a '.', add one. | Ted Lemon | 2001-05-02 | 1 | -14/+26 |
* | Make it compile with DEBUG_EXPRESSION_PARSE. | Ted Lemon | 2001-04-09 | 1 | -2/+2 |
* | Support NUL characters in STRING tokens. | Ted Lemon | 2001-03-17 | 1 | -283/+308 |
* | Change EOF to END_OF_FILE in tokenizer for enum compatibility. | Ted Lemon | 2001-03-01 | 1 | -5/+5 |
* | Update copyright date. | Ted Lemon | 2001-02-12 | 1 | -2/+2 |
* | Oops, add constant for requesting state | Ted Lemon | 2001-01-26 | 1 | -1/+5 |
* | - Fix a possible core dump in option parsing. | Ted Lemon | 2001-01-25 | 1 | -7/+17 |
* | - Fix expression parse context checking. | Ted Lemon | 2001-01-16 | 1 | -85/+76 |
* | Parse client state names as numbers. | Ted Lemon | 2001-01-11 | 1 | -1/+25 |
* | - Make it possible for parse_option_token to modify the format pointer, to | Ted Lemon | 2001-01-03 | 1 | -17/+17 |
* | Add support for parsing enumerations. | Ted Lemon | 2000-12-29 | 1 | -2/+96 |
* | - Fix typo in base64 table (Albert Herranz). | Ted Lemon | 2000-12-28 | 1 | -19/+33 |
* | Support unqualified signature algorithm names and base64 in quotes. | Ted Lemon | 2000-12-05 | 1 | -16/+21 |
* | - Move some common functions from clparse.c. | Ted Lemon | 2000-11-28 | 1 | -3/+254 |
* | Initialize option_space_foreach for ad-hoc option spaces. | Ted Lemon | 2000-11-24 | 1 | -3/+4 |
* | - Add support for user-defined encapsulations. | Ted Lemon | 2000-10-10 | 1 | -19/+140 |
* | Oops, fix a jungian slip in parse code. | Ted Lemon | 2000-10-04 | 1 | -2/+2 |
* | Correctly parse unknown-ddd hardware types. | Ted Lemon | 2000-10-03 | 1 | -4/+10 |
* | The second argument to suffix is numeric. | Ted Lemon | 2000-09-27 | 1 | -3/+3 |
* | Fix a Tru64 compile error. | Ted Lemon | 2000-09-21 | 1 | -3/+1 |
* | ANSIfy and thereby neaten up a declaration. | Ted Lemon | 2000-09-20 | 1 | -2/+3 |
* | - Add Peter Marschall's new sub-array parser. | Ted Lemon | 2000-09-16 | 1 | -46/+136 |
* | Fix base64 decoder. | Ted Lemon | 2000-09-01 | 1 | -32/+89 |
* | Added binary operators: & | ^. | Damien Neil | 2000-08-28 | 1 | -1/+13 |
* | Finished up function call support. | Damien Neil | 2000-08-28 | 1 | -2/+48 |