summaryrefslogtreecommitdiff
path: root/common/conflex.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup IA_NA dependenciesFrancis Dupont2008-01-021-0/+6
* trivial fix in not (yet) used codeFrancis Dupont2007-12-151-1/+1
* - Relative time may now be used as a qualifier for 'allow' and 'deny' accessDavid Hankins2007-10-311-0/+2
* Compile fix (unused variable).Shane Kerr2007-08-291-1/+1
* HEAD build failure reparation. [ISC-Bugs #17115]David Hankins2007-08-291-1/+2
* Fix ugly output on config errors.Shane Kerr2007-08-291-12/+16
* - 'request' and 'also request' syntaxes have been added to accomodateDavid Hankins2007-08-231-0/+2
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-26/+28
* Minor bug in octal parsing fixed.Shane Kerr2007-07-031-2/+2
* Handle IPv6 parsing better. Adds generic whitespace handling toShane Kerr2007-06-201-62/+224
* - Compilation on HP/UX has been repaired. The changes should generallyDavid Hankins2007-06-081-3/+3
* Merge in changes that were needed in 3.1.0 to silence NetBSD compilerEvan Hunt2007-05-291-3/+3
* Handle hostnames that start with numbers.Shane Kerr2007-05-231-58/+50
* Copyright++David Hankins2007-05-191-2/+2
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-1/+38
* Pulling in rt16318, a set of fixes for 3.1 from Hankins.Shane Kerr2006-08-041-3/+3
* Several minor bugs never seen in any public release corrected.David Hankins2006-08-021-12/+13
* - A new common configuration executable statement, execute(), has beenDavid Hankins2006-07-311-1/+3
* Merged rt12324, DHCPLEASEQUERY.Shane Kerr2006-07-251-1/+3
* - Support for compressed 'domain name list' style DHCP option contents, andDHCPv6_parsing_baseDavid Hankins2006-07-221-3/+7
* - Failover pairs now implement 'MAC Affinity' on leases moving from theDavid Hankins2006-06-161-3/+13
* - A new common (server or client) option, 'db-time-format local;', hasDavid Hankins2006-06-061-1/+7
* - Varying option space code and length bit widths (8/16/32) are nowDavid Hankins2006-06-011-64/+120
* - lcase() and ucase() configuration expressions have been added which adjustDavid Hankins2006-05-111-1/+5
* - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silenceDavid Hankins2006-02-241-7/+13
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-45/+93
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-1/+5
* Sync with 3.0rc7Ted Lemon2001-05-171-1/+3
* Add line-oriented argument to new_parse(). Add new tokens.Ted Lemon2001-05-021-3/+9
* Add recover_wait state goo.Ted Lemon2001-04-201-1/+3
* Support NUL characters in STRING tokens.Ted Lemon2001-03-171-3/+14
* Change EOF to END_OF_FILE in tokenizer for enum compatibility.Ted Lemon2001-03-011-2/+5
* Added tokens for "close", "create", "open", and "help" to the lexer.Damien Neil2001-02-271-1/+9
* Add TRANSMISSION keywordTed Lemon2001-01-251-1/+3
* Add 'new' tokenTed Lemon2001-01-161-1/+3
* Add client-updates keyword.Ted Lemon2001-01-111-1/+3
* Add client state keywords.Ted Lemon2000-12-051-1/+7
* Add client-state keyword.Ted Lemon2000-11-281-1/+3
* Add initializer arg to object type setup calls.Ted Lemon2000-10-101-1/+5
* Update failover state keywords.Ted Lemon2000-08-311-1/+9
* Finished up function call support.Damien Neil2000-08-281-1/+3
* potential-conflict-nic -> resolution_interrupted, per draft-07.Ted Lemon2000-08-241-3/+3
* Added log() statement to allow logging from config files.Damien Neil2000-08-221-1/+11
* Add 'omapi' keywordTed Lemon2000-06-241-1/+3
* Rework DHCP lease state handling to be compatible with failover protocol.Ted Lemon2000-06-021-5/+23
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-1/+3
* Implement pool request and response so that secondary can operate.Ted Lemon2000-05-041-1/+3
* Add unknown-state and potential-conflict-nicTed Lemon2000-05-031-1/+7
* Add load, balance, token_max, seconds and address tokens.Ted Lemon2000-05-011-6/+18
* Add KEY, SECRET and ALGORITHM. Remove TSIG_KEY.Ted Lemon2000-04-061-5/+7