]> git.ipfire.org Git - thirdparty/dhcp.git/history - omapip/listener.c
Checkpoint: code done, need tests
[thirdparty/dhcp.git] / omapip / listener.c
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-03-04  Shawn Routhier[master] Add patch to limit the value of an fd we accep...
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-03-09  Tomek MrugalskiFixed many compilation problems ("set, but not used...
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...
2007-07-13  Shane KerrCode cleanup to remove warnings from "gcc -Wall".
2007-07-12  Shane KerrFixed file descriptor leak on failure in initializing...
2007-05-19  David HankinsCopyright++
2007-05-19  David Hankins- Replaced ./configure shellscripting with GNU Autoconf...
2005-03-17  David HankinsMASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD...
2001-02-17  Ted LemonFix cross-platform compile warnings
2001-02-15  Ted LemonAdd tracing support for OMAPI accepts and for listener...
2001-02-12  Ted LemonAdd some support for tracing connections.
2000-08-14  Damien NeilAdded a number of (#ifdef-guarded) debugging statements.
2000-08-03  Damien NeilAdded authentication support. The tsig_key structure...
2000-05-16  Ted Lemon- Fix all the OMAPI objects in the DHCP server and...
2000-05-09  Ted LemonGet rid of SO_USELOOPBACK
2000-05-03  Ted LemonGet rid of SO_USELOOPBACK.
2000-05-01  Ted LemonAdd a call for listening on a specific IP address.
2000-03-17  Ted LemonGo back to the BSD license.
2000-02-03  Ted Lemonsocklen_t -> SOCKLEN_T
2000-02-01  Ted LemonAIX and Digital Unix compatibility fixes.
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-05  Ted LemonUse close-on-exec if available.
1999-11-20  Ted LemonMass commit for Brian Murrell.
1999-10-19  Ted Lemon- Set O_NONBLOCK on incoming connections (we were alrea...
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-06  Ted LemonFix a stupid bug in the listener object accept routine.
1999-09-15  Ted LemonFix some uninitialized objects.
1999-09-15  Ted LemonZero listener object before initializing.
1999-09-02  Ted LemonOmapi library, initial checkin