]> git.ipfire.org Git - thirdparty/dhcp.git/history - common/parse.c
Fix compilation errors introduced in the last set of checkins.
[thirdparty/dhcp.git] / common / parse.c
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 ...
1999-04-12  Ted LemonParse KNOWN keyword.
1999-04-05  Ted Lemon- Add a parser for option space declarations.
1999-03-30  Ted LemonMove support of server allow/deny into common code.
1999-03-25  Ted LemonSupport defining new option code names and formats.
1999-03-16  Ted LemonSanitize Solaris build. V3-ALPHA-19990315
1999-03-16  Ted LemonUpdate license.
1999-03-16  Ted LemonFix parsing of elsif and else if statements.
1999-02-25  Ted LemonSync with 2.0b1pl16. Fix some pool allocation problems.
1999-02-24  Ted LemonChange names of error functions to be more consistent.
1999-02-14  Ted LemonPull up recent 2.0 changes. Add skip_to_rbrace.
1998-11-06  Ted LemonFix pathological parsing loop in add statement. Set...
1998-11-06  Ted LemonInitialize automatic expression variable.
1998-11-06  Ted LemonFix parse_if_statement
1998-11-05  Ted LemonFix up all the option handling code to use evaluation...
1998-06-25  Ted LemonNive parse-ip-addr-or-hostbname into common parser...
1998-04-20  Ted LemonAdd parse_option_name and parse_cshl functions.
1998-03-17  Ted LemonAllow trailing dot in hostnames.
1998-03-15  Ted LemonPrevent some type incompatibility warnings.
1998-03-15  Ted LemonAdd a comment to document the non-presence of a Y2K...
1997-05-09  Ted LemonHandle line-oriented parsing. Add parse_host_name...
1997-02-18  Ted LemonMove common parsing functions into a seperate file...