summaryrefslogtreecommitdiff
path: root/common/discover.c
Commit message (Expand)AuthorAgeFilesLines
* - Compilation on HP/UX has been repaired. The changes should generallyDavid Hankins2007-06-081-7/+61
* - A bug was fixed in interface discovery wherein an error identifyingDavid Hankins2007-06-011-3/+5
* - Parse AF_LINK contents properly - sa->sdl_type is the hardware type,David Hankins2007-05-191-15/+1
* Load net/if_dl.h if it exists (FreeBSD compile fix).David Hankins2007-05-191-2/+2
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-132/+42
* - DHCPv4 I/O methods that failed to sense hardware address were corrected.David Hankins2007-05-181-2/+20
* FreeBSD, NetBSD, OpenBSD support added in (again).Shane Kerr2007-05-161-147/+85
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-168/+844
* - A logic error in omapi interface code was repaired that might result inDavid Hankins2006-11-071-2/+2
* Removing the new I/O changes from HEAD. [ISC-Bugs #16328]David Hankins2006-08-091-38/+3
* - The IO system now tracks all local IP addresses, so that the DHCPDavid Hankins2006-02-271-3/+38
* - Merge changes between 3.0.3RC1 and 3.0.4-BETA-3 into HEAD (silenceDavid Hankins2006-02-241-2/+14
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-35/+44
* Back out last change. The bug is in FreeBSD, not in this file.Murray2002-06-101-2/+2
* Increase size of buffer to support more interfaces.Murray2002-06-091-2/+2
* Merge from branch - possibly avoid null-pointer dereference.Murray2002-06-091-3/+6
* Merge changes between 3.0rc7 and 3.0rc8pl2.Ted Lemon2001-06-271-4/+23
* Sync with 3.0rc7Ted Lemon2001-05-171-2/+11
* Tweak the SIOCGIFCONF code once again.Ted Lemon2001-05-021-18/+16
* Work around Linux 2.4 Token Ring problem.Ted Lemon2001-04-091-1/+4
* Tweak the omapi interface hooks.Ted Lemon2001-04-051-51/+44
* Fixed RT 938 having to do with SIOCGIFCONF on Linux. We now do a firstBen Cottrell2001-03-171-1/+31
* - Set the fallback interface index to -1 to indicate that it doesn't haveTed Lemon2001-02-171-1/+2
* Subroutinize some functionality and add in tracing hooks.Ted Lemon2001-02-121-14/+92
* - Register the interface_initialize function (fixes a problem withTed Lemon2001-01-031-10/+11
* Move interface code so that it doesn't pollute the relay agent.Ted Lemon2000-12-281-52/+291
* - Add initializer for interfaces.Ted Lemon2000-10-101-2/+13
* Fix some bugs in the code to get arbitrarily long interface lists.Ted Lemon2000-09-291-3/+3
* Add support for large SIOCGIFCONF returns (Greg Fausak).Ted Lemon2000-09-041-2/+25
* - Do what people expect when they don't declare the subnet to which anTed Lemon2000-09-011-5/+23
* Adjust arguments to omapi_object_type_registerTed Lemon2000-07-061-2/+2
* - Fix a mistake that was causing the fallback interface not to be used (thanksTed Lemon2000-06-081-2/+1
* Fix up various platform-specific errors.Ted Lemon2000-05-171-3/+3
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-135/+89
* Move binding address values into discover.cTed Lemon2000-05-011-1/+6
* Go back to the BSD license.Ted Lemon2000-03-171-13/+34
* Return -1 when read_socket method is called on non-interface object.Ted Lemon2000-03-061-2/+2
* Incorporate Brian Murrell's new OMAPI DHCP client changes.Ted Lemon2000-02-151-5/+12
* Fix a call to dmalloc.Ted Lemon2000-01-291-3/+3
* Brian Murrell's changes to allow the client to be directed using OMAPI.Ted Lemon2000-01-281-2/+52
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-261-11/+10
* Linux fixups for haddr/htype->hbufTed Lemon2000-01-251-19/+19
* struct hardware conversion. Set close-on-exec if possible.Ted Lemon2000-01-051-3/+24
* Bomb out when an interface matches two shared networks.Ted Lemon1999-10-241-4/+4
* - Don't try to process the option buffer if there isn't one, and don'tTed Lemon1999-10-081-1/+9
* Get a clean compile with all known gcc warnings.Ted Lemon1999-10-071-8/+9
* Fix some uninitialized objects.Ted Lemon1999-09-151-1/+2
* One more argument to object_register...Ted Lemon1999-09-091-2/+2
* Initialize the OMAPI at the top level, not here.Ted Lemon1999-09-091-5/+1
* Make interfaces OMAPI objects.Ted Lemon1999-09-081-12/+122