summaryrefslogtreecommitdiff
path: root/common/dispatch.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Make dispatch() run through a list of protocol structures to select against, ...Ted Lemon1997-03-061-93/+71
* Oops - we're supposed to zero interfaces_invalidated at the end of the loop, ...DHCP-970305ATed Lemon1997-03-051-2/+2
* Only supply prototypes where appropriateTed Lemon1997-02-261-3/+3
* Add DISCOVER_RELAY stateTed Lemon1997-02-221-2/+3
* Fix up select version of dispatch to take parse argumentTed Lemon1997-02-221-2/+3
* dispatch() now takes an argument indicating whether to decode the packet or j...Ted Lemon1997-02-221-10/+16
* Restructure to allow interface reinitializationTed Lemon1997-02-191-44/+84
* Add support for timeouts; add support for scanning interfaces before they hav...Ted Lemon1997-02-181-30/+160
* Initial merge of Poger dhclient and linux hacksTed Lemon1997-01-021-1/+39
* replace ARPHRD with HTYPETed Lemon1996-11-081-2/+2
* discover_interfaces() needs to behave differently for client and serverTed Lemon1996-09-111-4/+5
* dmalloc already zeros allocated memoryTed Lemon1996-09-111-2/+1
* buf doesn't need to be staticTed Lemon1996-09-111-2/+2
* Fix opening comment; require a subnet decl for every interface; remove warnin...Ted Lemon1996-09-051-6/+8
* Don't attach to unconfigured interfacesTed Lemon1996-09-021-4/+4
* Remove dead local varsTed Lemon1996-08-301-1/+3
* Add code to check interface type and skip point-to-point and loopback interfa...Ted Lemon1996-08-281-9/+28
* Add support for weird linux interface alias renaming convention; fix poll int...Ted Lemon1996-08-271-7/+18
* Don't flame about missing interfaces if none were requestedTed Lemon1996-07-071-1/+1
* Weed out unrequested interfaces if some interfaces were specifically requeste...Ted Lemon1996-06-271-1/+10