]> git.ipfire.org Git - thirdparty/dhcp.git/history - common/conflex.c
MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE are
[thirdparty/dhcp.git] / common / conflex.c
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-17  Ted LemonSync with 3.0rc7
2001-05-02  Ted LemonAdd line-oriented argument to new_parse(). Add new...
2001-04-20  Ted LemonAdd recover_wait state goo.
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-27  Damien NeilAdded tokens for "close", "create", "open", and "help...
2001-01-25  Ted LemonAdd TRANSMISSION keyword
2001-01-16  Ted LemonAdd 'new' token
2001-01-11  Ted LemonAdd client-updates keyword.
2000-12-05  Ted LemonAdd client state keywords.
2000-11-28  Ted LemonAdd client-state keyword.
2000-10-10  Ted LemonAdd initializer arg to object type setup calls.
2000-08-31  Ted LemonUpdate failover state keywords.
2000-08-28  Damien NeilFinished up function call support.
2000-08-24  Ted Lemonpotential-conflict-nic -> resolution_interrupted, per...
2000-08-22  Damien NeilAdded log() statement to allow logging from config...
2000-06-24  Ted LemonAdd 'omapi' keyword
2000-06-02  Ted LemonRework DHCP lease state handling to be compatible with...
2000-05-16  Ted Lemon- Fix all the OMAPI objects in the DHCP server and...
2000-05-04  Ted LemonImplement pool request and response so that secondary...
2000-05-03  Ted LemonAdd unknown-state and potential-conflict-nic
2000-05-01  Ted LemonAdd load, balance, token_max, seconds and address tokens.
2000-04-06  Ted LemonAdd KEY, SECRET and ALGORITHM. Remove TSIG_KEY.
2000-04-04  Ted LemonSTRING -> STRING_TOKEN
2000-03-17  Ted LemonGo back to the BSD license.
2000-03-06  Ted LemonAdd 'zone' keyword.
2000-02-15  Ted LemonAdd arithmetic operators, function definition keywords...
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-25  Ted LemonAdd EVAL, let, pick, unset.
2000-01-08  Ted LemonAdd new NS error type, null and related tokens.
2000-01-05  Ted Lemon- Fix token parser to handle backslash escape characters.
1999-10-21  Ted LemonAdd IGNORE.
1999-10-21  Ted LemonAdd DECLINES.
1999-10-20  Ted LemonSupport allow/deny duplicates.
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-01  Ted LemonFix some glitches in the lexer.
1999-10-01  Ted Lemon- Put all lexer globals into a parse structure.
1999-09-09  Ted LemonAdd 'deleted' keyword
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-19  Ted LemonIntern lease-time token correctly.
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 LemonAdd binary-to-ascii, leased-address and reverse tokens.
1999-07-01  Ted LemonADD -> TOKEN_ADD; add tokens for ddns updates.
1999-05-27  Ted LemonAdd encode-int
1999-05-06  Ted LemonAdd concat keyword.
1999-04-08  Ted Lemonint -> enum dhcp_token, where appropriate.
1999-04-05  Ted LemonAdd space token.
1999-03-25  Ted Lemonadd array, boolean, code, integer, ip-address,signed...
1999-03-16  Ted LemonUpdate license.
1999-03-09  Ted LemonAdd new keywords for authentication databases.
1999-02-25  Ted LemonSync with 2.0b1pl16. Fix some pool allocation problems.
1999-02-14  Ted LemonPull up recent 2.0 changes. Add fallback keywords.
1998-11-11  Ted LemonAdd billing limitation tokens
1998-11-09  Ted LemonAdd tokens for pools, permits and pseudo-clients
1998-10-17  Ted LemonAdd EXISTS token.
1998-06-25  Ted LemonAdd ADD, BREAK, ELSE, ELSIF, IF, MATCH, SUBCLASS and...
1998-04-20  Ted LemonAdd new tokens for match expressions.
1998-04-09  Ted LemonAdd min-lease-time, min-secs and use-lease-addr-for...
1998-03-17  Ted LemonFix line buffer handling
1997-10-29  Ted LemonSupport hostname keyword
1997-06-06  Ted LemonParse client-hostname token
1997-06-02  Ted LemonAdd REJECT keyword
1997-05-09  Ted LemonAdd keywords supersede, search, prepend, nameserver...
1997-03-29  Ted LemonAdd bnackoff-cutoff and initial-interval keywords
1997-03-06  Ted LemonAdd abandoned keyword
1997-03-05  Ted LemonAdd REBOOT token
1997-02-22  Ted LemonAdd support for alias declaration
1997-02-22  Ted LemonAdd some new tokens
1997-02-18  Ted LemonAdd DHCP client tokens
1996-09-09  Ted LemonAdd use-host-decl-names keyword
1996-08-29  Ted LemonAdd get-lease-hostnames parameter
1996-08-29  Ted LemonDon't proceed if errors are found in dhcpd.conf
1996-08-29  Ted LemonRename ATOM to NAME
1996-08-28  Ted LemonMove tlname into group with other externs
1996-08-28  Ted LemonAdd tokens; ATOMs can begin with digits if OLD_LEXER...
1996-08-27  Ted LemonAdd new tokens; fix line number/character number counte...
1996-06-27  Ted LemonAlways save the string containing the token
1996-06-04  Ted LemonDelete unused automatic variables
1996-05-23  Ted LemonAdd tlname variable to store pointer to name of file...
1996-05-22  Ted LemonAdd a few keywords; fix case botch
1996-05-17  Ted Lemongetc() returns int, not char
1996-03-16  Ted LemonVarious user-provided patches
1996-02-29  Ted LemonAdd user and vendor class keywords
1996-02-21  Ted LemonIncremental changes to support DHCP protocol
1996-02-21  Ted LemonIntermediate changes to support actual DHCP protocol...
1996-02-07  Ted LemonFixed many option bugs; added client for testing
1996-02-06  Ted LemonMore portable internet addresses; fix endian bug; fix...
1995-11-29  Ted LemonDHCP Server Daemon