]> git.ipfire.org Git - thirdparty/dhcp.git/history - common/parse.c
DHCPv6 branch merged to HEAD.
[thirdparty/dhcp.git] / common / parse.c
2007-05-08  David HankinsDHCPv6 branch merged to HEAD.
2007-04-16  David Hankins- Timestamp parsing errors that indicated missing ...
2007-01-29  Shane KerrSpelling fixes. See RT ticket 16513 for details.
2007-01-28  Evan HuntChange "execute" from numeric expression to executable...
2006-08-04  Shane KerrPulling in rt16318, a set of fixes for 3.1 from Hankins.
2006-07-31  David Hankins- A new common configuration executable statement,...
2006-07-26  Shane KerrNew options added, and some magic code to parse unknown...
2006-07-25  Shane KerrHankin's fixes for hash-related core dumps on HEAD.
2006-07-22  David Hankins- Support for compressed 'domain name list' style DHCP... DHCPv6_parsing_base
2006-06-06  David Hankins- A new common (server or client) option, 'db-time...
2006-06-05  David HankinsCompiler warnings (a few were bugfixes internal to...
2006-06-01  David Hankins- Varying option space code and length bit widths ...
2006-05-15  David Hankins- The dhclient 'reject ...;' statement, which rejects...
2006-05-11  David Hankins- lcase() and ucase() configuration expressions have...
2006-02-24  David Hankins- Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into...
2005-03-17  David HankinsMASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD...
2001-06-27  Ted LemonMerge changes between 3.0rc7 and 3.0rc8pl2.
2001-05-02  Ted LemonIf the algorithm name is not properly terminated with...
2001-04-09  Ted LemonMake it compile with DEBUG_EXPRESSION_PARSE.
2001-03-17  Ted LemonSupport NUL characters in STRING tokens.
2001-03-01  Ted LemonChange EOF to END_OF_FILE in tokenizer for enum compati...
2001-02-12  Ted LemonUpdate copyright date.
2001-01-26  Ted LemonOops, add constant for requesting state
2001-01-25  Ted Lemon- Fix a possible core dump in option parsing.
2001-01-16  Ted Lemon- Fix expression parse context checking.
2001-01-11  Ted LemonParse client state names as numbers.
2001-01-03  Ted Lemon- Make it possible for parse_option_token to modify...
2000-12-29  Ted LemonAdd support for parsing enumerations.
2000-12-28  Ted Lemon- Fix typo in base64 table (Albert Herranz).
2000-12-05  Ted LemonSupport unqualified signature algorithm names and base6...
2000-11-28  Ted Lemon- Move some common functions from clparse.c.
2000-11-24  Ted LemonInitialize option_space_foreach for ad-hoc option spaces.
2000-10-10  Ted Lemon- Add support for user-defined encapsulations.
2000-10-04  Ted LemonOops, fix a jungian slip in parse code.
2000-10-03  Ted LemonCorrectly parse unknown-ddd hardware types.
2000-09-27  Ted LemonThe second argument to suffix is numeric.
2000-09-21  Ted LemonFix a Tru64 compile error.
2000-09-20  Ted LemonANSIfy and thereby neaten up a declaration.
2000-09-16  Ted Lemon- Add Peter Marschall's new sub-array parser.
2000-09-01  Ted LemonFix base64 decoder.
2000-08-28  Damien NeilAdded binary operators: & | ^.
2000-08-28  Damien NeilFinished up function call support.
2000-08-22  Damien NeilAdded log() statement to allow logging from config...
2000-08-03  Damien NeilAdded authentication support. The tsig_key structure...
2000-07-06  Ted LemonAdd support for arbitrary parenthetical expressions.
2000-06-29  Ted LemonPut some extra paranoia in logging subroutines.
2000-06-20  Ted LemonMake from64 unsigned (not sure this matters).
2000-05-17  Ted LemonFix up various platform-specific errors.
2000-05-16  Ted Lemon- Fix all the OMAPI objects in the DHCP server and...
2000-04-20  Ted LemonIf a DNS name is specified with a trailing '.', remembe...
2000-04-14  Ted LemonFix a signed vs. unsigned char * problem. Allow semic...
2000-04-06  Ted LemonRedo key declarations to match BIND. Add base64 parsing.
2000-04-04  Ted LemonSTRING -> STRING_TOKEN
2000-03-18  Ted LemonMake universe_hash using new_hash.
2000-03-18  Ted LemonPatch in TSIG, just to see how to get it to work.
2000-03-17  Ted LemonGo back to the BSD license.
2000-03-06  Ted LemonParse TSIG keys and DNS zones.
2000-02-15  Ted LemonParse arithmetic operators and functions.
2000-02-05  Ted LemonAdd support for function calls and typed variables.
2000-02-02  Ted LemonSupport parsing of configuration options in generic...
2000-02-01  Ted LemonAIX and Digital Unix compatibility fixes.
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-25  Ted Lemon- Pull up 3.0 changes.
2000-01-08  Ted LemonAdd support for DNS return codes. Add support for...
2000-01-05  Ted Lemon- Support new DNS functions and parse old DNS syntax...
1999-11-20  Ted LemonMass commit for Brian Murrell.
1999-11-13  Ted LemonMove parse_allow_deny out of common code.
1999-11-07  Ted LemonFix a couple of mistakes in handling parse errors.
1999-11-03  Ted LemonAdd != operator.
1999-10-21  Ted LemonFix a couple of silly mistakes.
1999-10-21  Ted LemonParse DECLINES. Add a third boolean option: ignore
1999-10-20  Ted LemonSupport allow/deny duplicates.
1999-10-20  Ted LemonFix still more paste-o's.
1999-10-20  Ted LemonDereference unused expression structs when parse fails.
1999-10-19  Ted LemonFix some more printf arguments.
1999-10-14  Ted LemonCorrect printf argument type (Brian Murrell)
1999-10-07  Ted LemonFix some signed/unsigned pointer incompatibilities...
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-10-06  Ted LemonImplement dns-delete (from Brian Murrell)
1999-10-05  Ted Lemon- Delete dns-fwd-name and dns-rev-name expressions...
1999-10-05  Ted LemonImplement ddns-fwd-name and ddns-rev-name subexpressions.
1999-10-01  Ted Lemon- Transmogrify for use with seperate parse structures.
1999-09-28  Ted LemonFix up a couple of >80 column lines.
1999-09-09  Ted LemonCall parse_warn () instead of log_error ().
1999-09-08  Ted LemonSupport 'never' as a possible lease expiry time.
1999-08-01  Ted Lemon- Add a static operator indicating whether the client...
1999-07-31  Ted LemonAllow concat to take an arbitrary number of arguments.
1999-07-20  Ted Lemon- Undo a mistaken change to parse_if_statement that...
1999-07-20  Ted LemonFix another bug that Brian cleverly tracked down.....
1999-07-19  Ted Lemonpick-first-value expression was being set up incorrectly.
1999-07-19  Ted Lemon- Make lease-time a numeric expression, and make dns...
1999-07-19  Ted LemonBrian Murrel's latest dns update implementation - more...
1999-07-16  Ted LemonMassive rototill to support some new DDNS features.
1999-07-06  Ted LemonRegularize TOKEN_NOT vs. NOT.
1999-07-06  Ted LemonFix some pastos.
1999-07-02  Ted LemonPervasive changes to support leased_address, reverse...
1999-07-01  Ted LemonADD -> TOKEN_ADD
1999-05-27  Ted LemonSupport encode-int() expression.
1999-05-07  Ted LemonFix up colon-seperated hex octet list parsing in parse_...
1999-05-06  Ted Lemon- Add support for a timezone offset in lease file ...
next