summaryrefslogtreecommitdiff
path: root/common/discover.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Add a more informative message to the interface/declaration complaint.Ted Lemon1999-07-131-5/+5
* - Exclude loopback and point-to-point interfaces, rather than testingTed Lemon1999-04-231-2/+3
* Pull up changes in Patchlevel 19Ted Lemon1999-03-261-8/+23
* Make unknown hardware address type a warning instead of a fatal error.Ted Lemon1999-03-251-3/+4
* Update license.Ted Lemon1999-03-161-33/+13
* Sync with 2.0b1pl16. Fix some pool allocation problems.Ted Lemon1999-02-251-10/+19
* Change names of error functions to be more consistent.Ted Lemon1999-02-241-18/+18
* Pull up recent 2.0 changes.Ted Lemon1999-02-141-88/+174
* Allow non-broadcast interfaces to be specified on the command line.Ted Lemon1998-11-111-8/+9
* Interface discovery code.Ted Lemon1998-11-061-0/+450