summaryrefslogtreecommitdiff
path: root/common/dispatch.c
Commit message (Expand)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-3/+3
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-3/+3
* [master] Removed log argument format issue in dispatch.cThomas Markwalder2017-04-261-2/+2
* [master] Capped large interval times to avoid fatal timer errorsThomas Markwalder2017-04-261-14/+18
* [master] Fix up the gentle shutdown code to handle failoverShawn Routhier2013-11-141-9/+21
* [master]Shawn Routhier2013-10-301-3/+10
* - Code cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macrosTomek Mrugalski2011-05-111-3/+3
* Clean up for 22033 - remove printing the seconds valueShawn Routhier2010-12-291-2/+2
* Limit the timeout period allowed in the dispatch code to 2^^32-1 seconds.Shawn Routhier2010-12-141-36/+46
* Patch for 21093 - handle v4 or v6 only a little better. If we can't contstructShawn Routhier2010-05-251-3/+1
* Primarly fix the trace code. This was broken during the modfictions of theShawn Routhier2010-02-111-2/+51
* Cleanup for ddns changes ticket rt20527Shawn Routhier2009-10-291-0/+2
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-66/+201
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
* Updated copyright strings for 4.1.0a1 releaseEvan Hunt2008-01-241-1/+1
* finer granularity timersFrancis Dupont2008-01-031-9/+17
* Version to 4.0.0a3.David Hankins2007-09-051-1/+1
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-5/+0
* - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silenceDavid Hankins2006-02-241-3/+3
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-29/+20
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-3/+24
* Subroutinize some stuff so that it can be called in trace playback.Ted Lemon2001-02-121-29/+40
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-6/+16
* Go back to the BSD license.Ted Lemon2000-03-171-13/+34
* Incorporate Brian Murrell's new OMAPI DHCP client changes.Ted Lemon2000-02-151-2/+3
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-261-2/+3
* Fix a typo.Ted Lemon1999-10-041-2/+2
* Log a message if omapi_one_dispatch fails.Ted Lemon1999-10-041-1/+3
* Move locate_network out of common code, since it's server-specific.Ted Lemon1999-09-281-25/+1
* Use OMAPI dispatcherTed Lemon1999-09-081-166/+6
* Update license.Ted Lemon1999-03-161-33/+13
* Change names of error functions to be more consistent.Ted Lemon1999-02-241-6/+6
* Update some comments.Ted Lemon1999-02-141-14/+8
* Move discover_interfaces and relate goop to discover.cTed Lemon1998-10-171-387/+3
* Read DHCP packet into aligned buffer and pass it as a struct pointer instead ...Ted Lemon1998-06-251-8/+11
* Check HAVE_SIN_LEN in sockaddr_dl code. Kludge hardware address length for ...Ted Lemon1998-04-091-3/+8
* Declare arguments that can be promoted so that the compiler's behaviour doesn...Ted Lemon1998-03-161-2/+2
* Handle token ring...Ted Lemon1997-12-061-1/+11
* Use ifp -> ifr_name, not ifr.ifr_name, which isn't yet initialized. errno, ...Ted Lemon1997-11-291-3/+3
* Fix typo in comment.Ted Lemon1997-11-221-2/+2
* Define quiet_interface_discovery. Don't consider EAGAIN or EINTR to be fata...Ted Lemon1997-10-201-3/+8
* If sa_len is zero, skip interface. Add remove_protocol. Fix automatic/man...Ted Lemon1997-09-161-6/+32
* Don't select for exceptions, since we don't know how to handle them.Ted Lemon1997-06-021-2/+1
* Fix stupid allocation bug. Handle IFF_POINTTOPOINT only if definedTed Lemon1997-05-091-2/+4
* Wrap prototype with PROTO for SunOSTed Lemon1997-03-291-2/+2
* Don't use ARHPRD_METRICOM or ARPHRD_LOOPBACK if they aren't definedTed Lemon1997-03-291-1/+6
* Skip dummy interfaces on Linux; lose vestigial and erroneous USE_FALLBACK cod...Ted Lemon1997-03-291-5/+7
* Traversal of interface list to weed out bad interfaces was broken when I adde...Ted Lemon1997-03-061-3/+4