summaryrefslogtreecommitdiff
path: root/common/discover.c
Commit message (Expand)AuthorAgeFilesLines
* [master] Corrects high impact issues reported by Coverity.Thomas Markwalder2014-08-251-3/+3
* [master] Several small patchesShawn Routhier2014-04-251-3/+6
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
* -n [master]Shawn Routhier2013-10-211-11/+8
* -n [master]Shawn Routhier2013-08-271-0/+1
* Two packets were found that cause a server to halt. The codeShawn Routhier2011-07-191-6/+10
* Restore common/discover.c, common/options.c and server/dhcp.cShawn Routhier2011-07-021-10/+6
* Correct an unsigned math operation when calculating the optionsShawn Routhier2011-07-011-6/+10
* In Solaris 11 switch to using sockets instead of DLPI, thanksShawn Routhier2011-06-271-2/+39
* - Code cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macrosTomek Mrugalski2011-05-111-5/+5
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-22/+34
* Fix the check in the signal handler code to check if there is an innerShawn Routhier2009-09-091-1/+1
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
* update copyrightPaul Selkirk2009-07-161-1/+1
* Don't look for IPv6 interfaces on Linux when running in DHCPv4 mode. [RT#1872...Paul Selkirk2009-07-161-12/+17
* - Compilation on Solaris with USE_SOCKETS defined in includes/site.h hasDavid Hankins2009-04-301-1/+1
* - The v6 BSD socket method was updated to use a single UDP BSD socketDavid Hankins2008-08-291-1/+24
* Backing out [ISC-Bugs #17610]David Hankins2008-08-081-17/+1
* - The BSD socket code will now permit multiple DHCPv6 server instances toDavid Hankins2008-08-081-1/+17
* - Merge dhcrelay6 into dhcrelayEvan Hunt2008-06-131-1/+2
* - Fix startup error messages to report a missing "subnet6 declaration", ratherMark Andrews2008-02-131-3/+11
* Updated copyright strings for 4.1.0a1 releaseEvan Hunt2008-01-241-1/+1
* DHCP now builds under AIXMark Andrews2008-01-231-2/+23
* - DDNS updates state information are now stored in 'binding scopes' thatDavid Hankins2007-10-051-0/+3
* Fix a number of warnings (and a few real bugs) found by enablingShane Kerr2007-08-221-5/+7
* Fix for interface detection when no IPv4 addresses available.Shane Kerr2007-08-141-7/+19
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-14/+7
* - 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