summaryrefslogtreecommitdiff
path: root/common/parse.c
Commit message (Expand)AuthorAgeFilesLines
* version to 3.1.3b1v3_1_3b1David Hankins2009-09-011-2/+2
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-3/+3
* - Versions 3.0.x syntax with multiple name->code option definitions is nowDavid Hankins2009-07-161-2/+11
* - A parser bug was fixed that segfaulted if site-option-space was triedDavid Hankins2009-02-031-12/+14
* - A bug cleaning up unknown-xxx temporary option definitions was fixed.David Hankins2008-10-081-2/+2
* VERSION to 3.1.1b1David Hankins2008-01-221-2/+2
* - An incomplete addition of the 'D' atom for domain RFC1035 format domain nameDavid Hankins2008-01-221-1/+29
* Silence compiler warnings on NetBSD, mostly by changing (char *) toEvan Hunt2007-05-291-2/+2
* - Timestamp parsing errors that indicated missing "minutes" fields ratherDavid Hankins2007-04-161-4/+4
* README, RELNOTES to 3.1.0b1. Copyrights updated for changes in 2007.David Hankins2007-02-141-2/+2
* The execute() statement has been changed from a "numeric expression" toEvan Hunt2007-02-081-66/+74
* Spelling fixes. See RT ticket 16513 for details.Shane Kerr2007-01-291-19/+19
* Pulling in rt16318, a set of fixes for 3.1 from Hankins.Shane Kerr2006-08-041-2/+2
* - A new common configuration executable statement, execute(), has beenDavid Hankins2006-07-311-1/+66
* New options added, and some magic code to parse unknown options.Shane Kerr2006-07-261-21/+64
* Hankin's fixes for hash-related core dumps on HEAD.Shane Kerr2006-07-251-3/+2
* - Support for compressed 'domain name list' style DHCP option contents, andDHCPv6_parsing_baseDavid Hankins2006-07-221-2/+67
* - A new common (server or client) option, 'db-time-format local;', hasDavid Hankins2006-06-061-2/+47
* Compiler warnings (a few were bugfixes internal to HEAD development) silenced.David Hankins2006-06-051-3/+3
* - Varying option space code and length bit widths (8/16/32) are nowDavid Hankins2006-06-011-100/+260
* - The dhclient 'reject ...;' statement, which rejects leases given by namedDavid Hankins2006-05-151-1/+93
* - lcase() and ucase() configuration expressions have been added which adjustDavid Hankins2006-05-111-2/+41
* - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silenceDavid Hankins2006-02-241-4/+5
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-136/+190
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-40/+71
* If the algorithm name is not properly terminated with a '.', add one.Ted Lemon2001-05-021-14/+26
* Make it compile with DEBUG_EXPRESSION_PARSE.Ted Lemon2001-04-091-2/+2
* Support NUL characters in STRING tokens.Ted Lemon2001-03-171-283/+308
* Change EOF to END_OF_FILE in tokenizer for enum compatibility.Ted Lemon2001-03-011-5/+5
* Update copyright date.Ted Lemon2001-02-121-2/+2
* Oops, add constant for requesting stateTed Lemon2001-01-261-1/+5
* - Fix a possible core dump in option parsing.Ted Lemon2001-01-251-7/+17
* - Fix expression parse context checking.Ted Lemon2001-01-161-85/+76
* Parse client state names as numbers.Ted Lemon2001-01-111-1/+25
* - Make it possible for parse_option_token to modify the format pointer, toTed Lemon2001-01-031-17/+17
* Add support for parsing enumerations.Ted Lemon2000-12-291-2/+96
* - Fix typo in base64 table (Albert Herranz).Ted Lemon2000-12-281-19/+33
* Support unqualified signature algorithm names and base64 in quotes.Ted Lemon2000-12-051-16/+21
* - Move some common functions from clparse.c.Ted Lemon2000-11-281-3/+254
* Initialize option_space_foreach for ad-hoc option spaces.Ted Lemon2000-11-241-3/+4
* - Add support for user-defined encapsulations.Ted Lemon2000-10-101-19/+140
* Oops, fix a jungian slip in parse code.Ted Lemon2000-10-041-2/+2
* Correctly parse unknown-ddd hardware types.Ted Lemon2000-10-031-4/+10
* The second argument to suffix is numeric.Ted Lemon2000-09-271-3/+3
* Fix a Tru64 compile error.Ted Lemon2000-09-211-3/+1
* ANSIfy and thereby neaten up a declaration.Ted Lemon2000-09-201-2/+3
* - Add Peter Marschall's new sub-array parser.Ted Lemon2000-09-161-46/+136
* Fix base64 decoder.Ted Lemon2000-09-011-32/+89
* Added binary operators: & | ^.Damien Neil2000-08-281-1/+13
* Finished up function call support.Damien Neil2000-08-281-2/+48