]> git.ipfire.org Git - thirdparty/dhcp.git/history - server/omapi.c
Update README to clarify EOL status
[thirdparty/dhcp.git] / server / omapi.c
2022-01-25  Wlodek Wencelcopy rights update
2022-01-20  Tomek Mrugalski[#189] Whitespace fixes in opened files
2022-01-20  Tomek Mrugalski[#189] ISC address updated
2017-11-23  Francis DupontMerged rt44950 (MA compat)
2017-07-12  Thomas Markwalder[master] Replaced licensing text with MPL licensing...
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-05  Shawn Routhier[master] merge documeantion change
2016-02-05  Thomas Markwalder[master] Fixed infinite-is-reserved and lease:flags...
2015-11-17  Francis DupontMerged rt38836b (cross compile)
2015-11-17  Francis DupontFinished merge of rt39210 (--with-libbind fixes) (regen...
2015-11-05  Thomas Markwalder[master] Fixed memory leask in omapi dereferencing
2015-09-23  Thomas Markwalder[master] Corrected several potential null references...
2015-05-27  Shawn Routhier[master] Add support for manipulating lease queues...
2014-12-11  Shawn Routhier[master] Don't call pool_timer recusively
2014-08-28  Thomas Markwalder[master] Corrects medium impact issues reported by...
2014-08-25  Thomas Markwalder[master] Corrects high impact issues reported by Coverity.
2014-01-26  Shawn Routhier[master] Remove vix.com and nominum.com
2013-08-27  Shawn Routhier-n [master]
2013-06-06  Shawn Routhier[master]
2013-05-23  Mark Andrews- Address static analysis warnings.
2012-10-16  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-03-09  Tomek MrugalskiFixed many compilation problems ("set, but not used...
2012-01-24  cvs2gitThis commit was manufactured by cvs2git to create branc...
2010-02-02  Shawn RouthierClean up some compiler warnings
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...
2008-05-06  Evan HuntFix a coredump when adding a class via OMAPI [rt17162]
2008-03-07  Evan HuntCheck whether files are zero length before parsing...
2008-01-24  Evan HuntUpdated copyright strings for 4.1.0a1 release
2008-01-18  Evan HuntAllow lease "ends" vaule to be updated by OMAPI. [rt17033]
2007-07-13  Shane KerrCode cleanup to remove warnings from "gcc -Wall".
2007-05-19  David HankinsCopyright++
2007-05-07  Evan HuntFixed a bug that caused OMAPI clients to hang when...
2006-10-27  David Hankins- Some default hash table sizes were tweaked, some...
2006-06-01  David Hankins- Varying option space code and length bit widths ...
2006-04-27  David Hankins- Support for 'reserved' (psuedo-static) and BOOTP...
2006-02-27  David HankinsPass the non-const version of the pointer to memcpy...
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...
2002-01-17  Ted LemonFix a signed vs. unsigned warning.
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-17  Ted LemonSync with 3.0rc7
2001-05-02  Ted LemonAdd line-oriented argument to new_parse().
2001-04-30  Ted LemonFix some past-os
2001-04-05  Ted LemonAdd hooks for subclasses.
2001-02-26  Ted LemonFix up NetBSD/alpha build.
2001-02-12  Ted LemonGet rid of lease -> hostname, which isn't used.
2000-11-28  Ted LemonPass client state to eval functions. Lots of other...
2000-10-20  Damien NeilFixed OMAPI lookups based on hardware-address. The...
2000-10-10  Ted LemonAdd object initializer support. Fix off-by-one bug...
2000-10-01  Ted Lemon- Don't return information on the lease that's not...
2000-09-29  Ted LemonByte-swap incoming integer data.
2000-09-27  Ted LemonPanic commit.
2000-09-08  Ted LemonDon't reference one group on top of another.
2000-08-14  Damien NeilFix assorted code which assumes that leases will always...
2000-07-06  Ted LemonAdjust arguments to omapi_object_type_register
2000-06-24  Ted LemonFix a signed vs. unsigned char pointer mismatch.
2000-06-12  Ted LemonInitialize the dhcp_type_host type definition.
2000-06-07  Ted LemonDon't use dhcp_lease_free unless COMPACT_LEASES is...
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-03-17  Ted LemonGo back to the BSD license.
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-25  Ted LemonSupport scoping.
2000-01-08  Ted Lemon- Get rid of ddns_rev_name and ddns_fwd_name.
2000-01-05  Ted LemonSupport new struct hardware.
1999-11-23  Ted LemonClean up failover-specific code.
1999-11-20  Ted LemonMass commit for Brian Murrell.
1999-11-14  Ted LemonAdd failover objects.
1999-10-25  Ted LemonAllow for deleted host declarations in host hash.
1999-10-15  Ted LemonSend lease start and end time (Brian Murrell).
1999-10-14  Ted Lemon- Don't try to return values that aren't present (and...
1999-10-08  Ted LemonSeperate public and private object declarations.
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-06  Ted LemonSimplify the conditionals in the previous code.
1999-10-06  Ted LemonFix a glitch in the code to stuff statements into a...
1999-10-05  Ted LemonAllow setting of host-specific statements to supersede...
1999-10-04  Ted Lemon- Fix misdeclaration/misuse of statement parser lose...
1999-10-01  Ted Lemon- Add support for stuffing statements into groups.
1999-09-29  Ted Lemon- Add support for creating named groups (but not yet...
1999-09-16  Ted LemonReturn error status when duplicate hostname found inste...
1999-09-16  Ted LemonChange delete to remove for compatibility with C++
1999-09-16  Ted Lemon- Two fixes for pastoes, from Brian Murrell
1999-09-09  Ted LemonBug fixes courtesy of Brian Murrell
1999-09-09  Ted LemonAdd delete methods.
1999-09-09  Ted LemonFix various bugs.
1999-09-08  Ted LemonOMAPI interface for ISC DHCP server objects.