]> git.ipfire.org Git - thirdparty/dhcp.git/history - omapip/protocol.c
[master] Removed obsolete source directory minires.
[thirdparty/dhcp.git] / omapip / protocol.c
2014-01-26  Shawn Routhier[master] Remove vix.com and nominum.com
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-11  Shawn RouthierFix up some issues found by static analysis
2012-01-24  cvs2gitThis commit was manufactured by cvs2git to create branc...
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-03-18  David Hankins- A memory leak when using omapi has been fixed. ...
2007-07-13  Shane KerrCode cleanup to remove warnings from "gcc -Wall".
2007-05-19  David HankinsCopyright++
2007-05-19  David Hankins- Replaced ./configure shellscripting with GNU Autoconf...
2007-05-07  Evan HuntFixed a bug that caused OMAPI clients to hang when...
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-05-17  Ted LemonSync with 3.0rc7
2001-05-02  Ted LemonReturn key unknown when key lookup fails.
2000-12-09  Damien NeilFix omapi_protocol_connect() to properly return ISC_R_I...
2000-10-30  Damien NeilTweak omapi_protocol_connect() so that authenticators...
2000-09-29  Ted LemonCorrectly handle the case where the connection doesn...
2000-08-14  Damien NeilAdded a number of (#ifdef-guarded) debugging statements.
2000-08-03  Damien NeilAdded authentication support. The tsig_key structure...
2000-07-15  Damien NeilChanged all uses of omapi_message_allocate() to omapi_m...
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-15  Ted LemonOops, fix a past-o.
2000-05-15  Ted LemonDon't send the intro until we receive the connect signal.
2000-03-17  Ted LemonGo back to the BSD license.
2000-01-27  Ted Lemon- In reference count history, remember the address...
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-25  Ted LemonFix bug in the way object handles were being... handled.
1999-11-24  Ted LemonWork around bletcherosity in handle declarations. BCTEL_SPECIAL_19991124
1999-11-20  Ted LemonMass commit for Brian Murrell.
1999-10-08  Ted LemonSeperate public and private object declarations.
1999-10-07  Ted LemonGet a clean compile with all known gcc warnings.
1999-09-15  Ted LemonSolaris CC requires break statements at end of switches...
1999-09-09  Ted LemonBug fixes courtesy of Brian Murrell
1999-09-09  Ted LemonSend handle in response to messages - do not volunteer it.
1999-09-09  Ted LemonFix some stupid bugs. add update and send_status...
1999-09-08  Ted LemonDebugging sweep, added some new functionality
1999-09-02  Ted LemonOmapi library, initial checkin