]> git.ipfire.org Git - thirdparty/dhcp.git/history - common/execute.c
[#64,!35] Restored work
[thirdparty/dhcp.git] / common / execute.c
2019-11-22  Thomas Markwalder[#64,!35] Restored work
2017-11-23  Francis DupontMerged rt44950 (MA compat)
2017-10-19  Thomas Markwalder[master] Added include of isc/util.h as needed
2017-07-12  Thomas Markwalder[master] Replaced licensing text with MPL licensing...
2016-08-24  Shawn Routhier[master] remove uses of vix.com, nominum.com and fugue.com
2016-03-08  Jeremy C. ReedMerge branch 'master' of repo.isc.org:/proj/git/prod...
2016-03-04  Thomas Markwalder[master] Pre-release tag prep for 4.3.4b1: version...
2016-02-09  Francis DupontFinished merge of t39262 (DHCP build from another direc...
2016-02-02  Shawn Routhier[master] Handle long commands in execute better
2015-11-17  Francis DupontMerged rt38836b (cross compile)
2015-11-17  Francis DupontFinished merge of rt39210 (--with-libbind fixes) (regen...
2015-09-08  Thomas Markwalder[master] Corrected static analysis issue in common...
2015-07-13  Shawn Routhier[master] Add code to parse a vendor option as directed...
2014-01-26  Shawn Routhier[master] Remove vix.com and nominum.com
2013-08-27  Shawn Routhier-n [master]
2013-05-15  Mark Andrews- Silence benign static analysis warnings.
2012-11-17  Shawn Routhier[master]
2012-08-14  Tomek MrugalskiMerge branch 'rt25901_atf'
2012-08-14  Tomek Mrugalski[master] Merge branch 'rt25901_atf'
2012-04-10  Shawn RouthierRemove unnecessary checks in the lease query code and...
2012-01-24  cvs2gitThis commit was manufactured by cvs2git to create branc...
2009-11-24  Shawn RouthierUpdate copyright years
2009-07-23  Shawn RouthierSwitch isc urls from http to https and correct sw to...
2008-02-28  David Hankins- ./configure was extended to cover many optional build...
2007-07-13  Shane KerrCode cleanup to remove warnings from "gcc -Wall".
2007-05-19  David HankinsCopyright++
2007-05-11  David Hankins- Corrected some situations where variables might be...
2007-01-28  Evan HuntChange "execute" from numeric expression to executable...
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-08-10  Ted Lemonsync with branch
2001-06-27  Ted LemonMerge changes between 3.0rc7 and 3.0rc8pl2.
2001-01-16  Ted LemonAdd a send statement that behaves the same as the super...
2001-01-03  Ted LemonDon't make bogus statements a fatal error.
2000-12-02  Damien NeilAdded a case to handle log statements in write_statemen...
2000-11-28  Ted LemonPass client state to eval functions.
2000-10-10  Ted LemonUse set_option instead of universe -> set_func
2000-08-28  Damien NeilFinished up function call support.
2000-08-23  Damien NeilFix bug #253, which could cause the server to segfault...
2000-08-22  Damien NeilAdded log() statement to allow logging from config...
2000-07-27  Ted LemonReference count binding scopes. Align IP headers...
2000-07-06  Ted Lemon- Reference expression lists as we walk them, just...
2000-07-06  Ted LemonRemove obsolete use of now-uninitialized variable.
2000-06-12  Ted LemonClean up a possible memory smash in the binding code.
2000-05-16  Ted Lemon- Fix all the OMAPI objects in the DHCP server and...
2000-04-13  Ted LemonAdd debugging. Fix break statement.
2000-03-17  Ted LemonGo back to the BSD license.
2000-02-05  Ted LemonAdd support for function calls and typed variables.
2000-02-02  Ted LemonMinor solaris fixes.
2000-02-02  Ted LemonHack private resolver namespace to avoid link clashes.
2000-01-27  Ted Lemon- In reference count history, remember the address...
2000-01-26  Ted LemonFix a memory smash.
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-25  Ted LemonSupport variable scoping, let, unset, event ganging...
2000-01-08  Ted Lemon- Add switch, case, default and set statements.
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-10-01  Ted LemonFix null pointer dereference.
1999-09-22  Ted LemonImplement printing out of expressions so that they...
1999-09-15  Ted LemonSolaris CC requires break statements at end of switches...
1999-09-09  Ted LemonBug fixes courtesy of Brian Murrell
1999-07-31  Ted Lemon- Fix up calls to evaluate_boolean_expression.
1999-07-19  Ted Lemon- Don't try to deallocate data associated with a partia...
1999-07-19  Ted LemonSome more fixes from Brian Murrell.
1999-07-17  Ted LemonWhen dereferencing a statement, dereference anything...
1999-07-17  Ted LemonFix a leftover thinko in the statement copy support...
1999-07-16  Ted LemonMassive rototill to support some new DDNS features.
1999-07-02  Ted LemonPervasive changes to support leased_address, reverse...
1999-04-05  Ted LemonUse more general option space function calls.
1999-03-16  Ted LemonUpdate license.
1999-03-09  Ted LemonDon't dump core when recursing to outermost scope.
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.
1998-11-11  Ted LemonExecute scoped rules in the correct order (outer to...
1998-11-06  Ted LemonUpdate error message.
1998-11-05  Ted LemonAdd expression debugging printfs. Supply input and...
1998-06-25  Ted LemonExecute statements.