]> git.ipfire.org Git - thirdparty/dhcp.git/history - server/confpars.c
DHCPv6 branch merged to HEAD.
[thirdparty/dhcp.git] / server / confpars.c
2007-05-08  David HankinsDHCPv6 branch merged to HEAD.
2007-05-03  Evan HuntRework pool parsing change to fix null dereference...
2007-04-27  Evan HuntFix a bug where dhcpd segfaults if a pool is declared...
2007-01-29  Shane KerrSpelling fixes. See RT ticket 16513 for details.
2006-07-25  Shane KerrMerged rt12324, DHCPLEASEQUERY.
2006-07-20  David Hankins- Host declaration hardware addresses and client identi...
2006-06-16  David Hankins- Failover pairs now implement 'MAC Affinity' on leases...
2006-06-15  David HankinsLess silly configuration syntax for infinite lease...
2006-06-02  David Hankins- rt15979 integration error repairs [ISC-Bugs #16132]
2006-06-01  David Hankins- Varying option space code and length bit widths ...
2006-05-11  David HankinsCorrecting an uninitialized use warning on HEAD [ISC...
2006-05-05  David HankinsPulling work between V3-0-4B3 and present v3-release...
2006-04-27  David Hankins- Support for 'reserved' (psuedo-static) and BOOTP...
2006-02-24  David Hankins- Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into...
2005-09-30  David HankinsCorrections to changes made on HEAD pursuant to review...
2005-03-17  David HankinsMASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD...
2001-08-10  Ted Lemonsync with branch
2001-07-10  James BristerFixes for QoS support.
2001-06-27  Ted LemonMerge changes between 3.0rc7 and 3.0rc8pl2.
2001-06-22  James BristerOMAPI class and subclass support.
2001-05-02  Ted LemonAdd line-oriented argument to new_parse().
2001-04-30  Ted LemonFix (I hope!) the billing-class bug.
2001-04-27  Ted LemonFix a billing class counting error
2001-04-20  Ted LemonAdd recover_wait state goo.
2001-04-16  Ted Lemon- Default tstp if none is specified.
2001-04-06  Ted LemonRelease old billing class when parsing new billing...
2001-03-17  Ted LemonSet lease -> uid_max.
2001-03-17  Ted LemonDon't stash uid_len until we know we have a uid.
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 LemonFix some trace-related ifdefs.
2001-02-12  Ted LemonAdd support for tracing. Fix a bug in lease uid parsing.
2001-01-25  Ted Lemon- Add some error messages where parser was failing...
2001-01-16  Ted LemonInitialize hardware buffer before using it, just in...
2001-01-11  Ted Lemon- Don't parse for semi twice in failover state.
2000-11-28  Ted LemonRemove bogus reminder
2000-11-28  Ted LemonPass client state to eval functions. Lots of other...
2000-09-01  Ted LemonUndo wrong-headed update to match parser.
2000-09-01  Ted LemonFix two bugs in class parsing.
2000-08-31  Ted LemonUpdate failover state keywords.
2000-08-24  Ted LemonPOTENTIAL_CONFLICT_NIC -> RESOLUTION_INTERRUPTED.
2000-08-15  Ted Lemon- Set peer state to potential_conflict when there is...
2000-07-27  Ted LemonReference count binding scopes. Align IP headers...
2000-07-06  Ted Lemon- Fix parsing of 'next binding state'.
2000-07-06  Ted LemonCorrectly set lease state when none is specified.
2000-07-05  Ted Lemon- Give the lease a binding state if it doesn't have...
2000-06-12  Ted LemonFix a bunch of problems in calling clone_grpup.
2000-06-08  Ted Lemon- Correctly check the result of make_concat (thanks...
2000-06-06  Ted LemonParse max_response_delay into the right variable.
2000-06-03  Ted LemonCorrectly handle the case where the matching pool is...
2000-06-02  Ted LemonRework DHCP lease state handling to be compatible with...
2000-05-18  Ted LemonFix a reference problem.
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-05-04  Ted LemonImplement pool request and response so that secondary...
2000-05-03  Ted LemonParse failover state out of lease database.
2000-05-01  Ted LemonFix failover state parsing.
2000-04-06  Ted LemonAdd support for AUTH_KEY.
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 LemonUpdate call to new_hash.
2000-02-05  Ted LemonHandle 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-31  Ted LemonAdd a break after the default to satisfy the HP C compiler.
2000-01-26  Ted Lemon- Don't check to see if dynamic conflicts with pool...
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-25  Ted Lemon- Pull up fixes from 3.0.
2000-01-08  Ted Lemon- Clean up lease parser, remove ddns_fwd and ddns_rev...
2000-01-05  Ted LemonDon't support failover peers unless FAILOVER_PROTOCOL...
2000-01-05  Ted LemonSupport new struct hardware.
1999-11-20  Ted LemonMass commit for Brian Murrell.
1999-11-14  Ted Lemon- Move parse_allow_deny out of common code and split...
1999-10-25  Ted Lemon- Set DYNAMIC flag in host decl if dynamic keyword...
1999-10-24  Ted LemonAdd support for interface keyword to subnet and shared...
1999-10-12  Ted LemonFix up args to printf-like functions (thanks to Pedro...
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-10-07  Ted LemonFix up char * -> unsigned char * mismatches.
1999-10-01  Ted LemonAdjust to the New Parse Regime. Support named groups...
1999-09-28  Ted Lemon- Support named groups.
1999-09-22  Ted LemonAllow 'on' statements in lease declarations.
1999-09-16  Ted LemonReturn error status when duplicate hostname found inste...
1999-09-16  Ted LemonCasts for Solaris, from Brian Murrell.
1999-09-15  Ted LemonFix some uninitialized objects.
1999-09-09  Ted LemonSupport deletion of host declarations.
1999-09-09  Ted LemonSupport host declarations in lease database file.
1999-09-08  Ted LemonSupport dynamically-created host entries.
1999-07-20  Ted Lemon- Add unknown-clients as an alternative to unknown...
1999-07-16  Ted LemonMassive rototill to support some new DDNS features.
1999-07-12  Ted LemonParse ddns state in leases even if DDNS support is...
1999-07-01  Ted LemonParse DNS update tokens if provided.
1999-04-23  Ted LemonUse new class option constants.
1999-04-08  Ted Lemon- Fix some silly parse problems in class parsing.
1999-04-05  Ted LemonAdd support for option space declaration.
1999-03-30  Ted LemonMove support of server allow/deny into common code.
1999-03-29  Ted LemonAdd missing break to fix POOL permit parse. Fix addre...
1999-03-26  Ted LemonPull up changes in Patchlevel 19
1999-03-25  Ted LemonSupport defining new option names and codes.
1999-03-16  Ted LemonSanitize Solaris build. V3-ALPHA-19990315
1999-03-16  Ted LemonUpdate license.
next