]> git.ipfire.org Git - thirdparty/dhcp.git/history - includes/tree.h
- Code cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macros
[thirdparty/dhcp.git] / includes / tree.h
2011-05-11  Tomek Mrugalski- Code cleanup: remove obsolete PROTO, KandR, INLINE...
2009-11-24  Shawn RouthierUpdate copyright years
2009-10-28  Shawn RouthierSupport for asynchronous ddns per ticket 19216 - conver...
2009-07-23  Shawn RouthierSwitch isc urls from http to https and correct sw to...
2009-07-06  David Hankins- Added a configuration function, 'gethostname()',...
2008-01-24  Evan HuntUpdated copyright strings for 4.1.0a1 release
2008-01-09  David Hankins- The minimum site code value was set to 224 in 3.1...
2007-12-06  Shane KerrInsure we let people Request addresses that we suggeste...
2007-11-14  David Hankins- The server will now include multiple IA_NA's and...
2007-11-06  David HankinsRemove unreviewed sources from HEAD.
2007-10-30  David HankinsMight even work.
2007-06-07  David Hankins- Two new operators, ~= and ~~, have been integrated...
2007-05-29  Evan HuntMerge in changes that were needed in 3.1.0 to silence...
2007-05-19  David HankinsCopyright++
2007-05-08  David HankinsDHCPv6 branch merged to HEAD.
2007-01-29  Shane KerrSpelling fixes. See RT ticket 16513 for details.
2007-01-28  Evan HuntChange "execute" from numeric expression to executable...
2006-07-31  David Hankins- A new common configuration executable statement,...
2006-06-01  David Hankins- Varying option space code and length bit widths ...
2006-05-11  David Hankins- lcase() and ucase() configuration expressions have...
2005-03-17  David HankinsMASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD...
2001-01-25  Ted LemonDefine option_chain_head structure.
2000-12-29  Ted LemonAdd structure definitionns for enumerations.
2000-11-28  Ted LemonFix prototypes
2000-11-24  Ted LemonFix up encapsulation prototype in universe struct.
2000-10-10  Ted LemonRototill universe struct definition.
2000-08-28  Damien NeilAdded binary operators: & | ^.
2000-07-27  Ted LemonReference count binding scopes. Align IP headers...
2000-03-17  Ted LemonGo back to the BSD license.
2000-02-15  Ted LemonAdd funcall, function, and arithmetic operators.
2000-02-07  Ted LemonFix a non-nsupdate compile error.
2000-02-07  Ted LemonFix stupid compile bug.
2000-02-05  Ted LemonDefinitions for typed variables and function calls.
2000-01-27  Ted LemonMove malloc debug information out of option_state_deref...
2000-01-25  Ted LemonSupport binding scopes, filename and sname.
2000-01-08  Ted LemonAdd !=, null, defined, variable reference, new contexts...
2000-01-05  Ted LemonAdd new DNS support.
1999-11-20  Ted LemonMass commit for Brian Murrell.
1999-11-03  Ted LemonAdd != operator.
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-10-06  Ted LemonMake Digital Unix C compiler happy.
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-08-01  Ted Lemon- Add a static operator indicating whether the client...
1999-07-31  Ted Lemon- Update prototypes in universe structure.
1999-07-20  Ted LemonBetter document the data_string structure.
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-13  Ted LemonChanges to make builds work on HP-UX with ANSI compiler.
1999-07-02  Ted LemonPervasive changes to support leased_address, reverse...
1999-05-27  Ted LemonSupport encode_int expressions.
1999-04-12  Ted LemonAdd expr_known to expression type enum.
1999-04-05  Ted Lemon- Add encapsulate expression type.
1999-03-25  Ted LemonAllow option codes to be >8 bits.
1999-03-16  Ted LemonSanitize Solaris build. V3-ALPHA-19990315
1999-03-16  Ted LemonUpdate license.
1998-11-06  Ted LemonAdd more expression evaluation goo.
1998-06-25  Ted LemonMerge tree struct into expression struct. tree_cache...
1998-04-19  Ted LemonAdd a lookup function to the option universe structure.
1997-03-05  Ted LemonAdd flags field to tree_cache structure so we can track...
1995-11-29  Ted LemonDHCP Server Daemon