summaryrefslogtreecommitdiff
path: root/common/parse.c
Commit message (Expand)AuthorAgeFilesLines
* Update for 19054 - modifications to keep GCC 4.3 happyShawn Routhier2009-01-221-8/+8
* - A bug cleaning up unknown-xxx temporary option definitions was fixed.David Hankins2008-10-081-1/+1
* fix 'o'Francis Dupont2008-03-171-0/+2
* - ./configure was extended to cover many optional build features, suchDavid Hankins2008-02-281-2/+4
* Updated copyright strings for 4.1.0a1 releaseEvan Hunt2008-01-241-1/+1
* Added explicit parser support for zero-length DHCP options, such asEvan Hunt2008-01-231-10/+37
* Exit with warning when DHCPv6 config is used but -6 isn't specified [rt17334]Evan Hunt2008-01-221-0/+7
* - Fixed a compilation problems on platforms that define a value for FDDI,David Hankins2008-01-161-2/+2
* Cleanup IA_NA dependenciesFrancis Dupont2008-01-021-0/+41
* fix dhcp6.status-code success parsingFrancis Dupont2007-12-031-5/+14
* almost editorial stuffFrancis Dupont2007-11-301-1/+1
* - Relative time may now be used as a qualifier for 'allow' and 'deny' accessDavid Hankins2007-10-311-6/+20
* Cast arguments for isspace(), isascii(), and other is*() functions to int.Michael Graff2007-10-011-2/+2
* Support for zero-length options in config files.Shane Kerr2007-08-271-17/+32
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-28/+4
* Fixed a bug parsing ipv6 addresses in host-identifier statements. [rt16860]Evan Hunt2007-06-271-65/+86
* Handle IPv6 parsing better. Adds generic whitespace handling toShane Kerr2007-06-201-6/+17
* - Two new operators, ~= and ~~, have been integrated to implementDavid Hankins2007-06-071-1/+48
* Merge in changes that were needed in 3.1.0 to silence NetBSD compilerEvan Hunt2007-05-291-2/+2
* Handle hostnames that start with numbers.Shane Kerr2007-05-231-7/+31
* Copyright++David Hankins2007-05-191-2/+2
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-1/+2
* - Corrected some situations where variables might be used without beingDavid Hankins2007-05-111-2/+2
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-27/+232
* - Timestamp parsing errors that indicated missing "minutes" fields ratherDavid Hankins2007-04-161-4/+4
* Spelling fixes. See RT ticket 16513 for details.Shane Kerr2007-01-291-19/+19
* Change "execute" from numeric expression to executable statement, soEvan Hunt2007-01-281-66/+74
* 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