summaryrefslogtreecommitdiff
path: root/common/socket.c
Commit message (Expand)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-49/+49
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* [#75] Updated additional setsockopt logs75-add-interface-name-to-socket-setup-fatal-error-logsThomas Markwalder2020-01-141-4/+7
* [#75] Addressed review commentsThomas Markwalder2020-01-141-3/+6
* [#75] Added target interface name to socket init failure logsThomas Markwalder2020-01-141-10/+15
* [#64,!35] Restored workThomas Markwalder2019-11-221-1/+7
* Merged rt44535 (relay port)Francis Dupont2017-12-231-6/+64
* [master] Corrects impossible condition error in the serverThomas Markwalder2017-12-201-1/+0
* Added local-address6Francis Dupont2017-12-191-1/+24
* [master] Added include of isc/util.h as neededThomas Markwalder2017-10-191-0/+1
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-4/+4
* Ignore ENOPROTOOPT on SO_REUSEPORT for RedHatFrancis Dupont2017-06-221-2/+5
* [master] Fixed inconsistencies in setting hop count limit in dhcrelayThomas Markwalder2015-01-191-9/+15
* [master] Remove an extra set of msg_controllenShawn Routhier2014-04-281-1/+0
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
* -n [master]Shawn Routhier2013-10-211-19/+95
* set SO_REUSEPORT only for multicastFrancis Dupont2013-09-251-1/+1
* - Silence benign static analysis warnings.Mark Andrews2013-05-151-1/+2
* Fixed many compilation problems ("set, but not used" warnings) forTomek Mrugalski2012-03-091-0/+3
* Add support for Infiniband over sockets to the server andShawn Routhier2012-02-161-5/+26
* Tidy up the receive calls and eliminate the need for found_pktShawn Routhier2012-02-101-27/+24
* In Solaris 11 switch to using sockets instead of DLPI, thanksShawn Routhier2011-06-271-24/+267
* Update to 20378, print receive_packet6 in the log messageShawn Routhier2010-09-091-1/+2
* Another batch of fixesShawn Routhier2010-09-091-13/+47
* Update copyright yearsShawn Routhier2009-11-241-1/+1
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-13/+20
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
* - The v6 BSD socket method was updated to use a single UDP BSD socketDavid Hankins2008-08-291-92/+133
* Backing out [ISC-Bugs #17610]David Hankins2008-08-081-118/+51
* - The BSD socket code will now permit multiple DHCPv6 server instances toDavid Hankins2008-08-081-51/+118
* - Merge dhcrelay6 into dhcrelayEvan Hunt2008-06-131-2/+62
* Updated copyright strings for 4.1.0a1 releaseEvan Hunt2008-01-241-1/+1
* Build fixes for Solaris 9.Shane Kerr2008-01-091-0/+50
* almost editorial stuffFrancis Dupont2007-11-301-1/+1
* - sendmsg()/recvmsg() control buffers are now declared in such a way toDavid Hankins2007-10-231-6/+12
* Fix a number of warnings (and a few real bugs) found by enablingShane Kerr2007-08-221-10/+12
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-6/+7
* Do not try to sense the hardware address of the interface "fallback"David Hankins2007-05-191-2/+3
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-5/+17
* - DHCPv4 I/O methods that failed to sense hardware address were corrected.David Hankins2007-05-181-2/+3
* - Additional warnings and such from robie. [ISC-Bugs #16865d]David Hankins2007-05-171-3/+2
* FreeBSD, NetBSD, OpenBSD support added in (again).Shane Kerr2007-05-161-1/+2
* - Corrected some situations where variables might be used without beingDavid Hankins2007-05-111-1/+2
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-39/+322
* - DHCPD is now RFC2131 section 4.1 compliant (broadcast to all-ones ip andDavid Hankins2006-07-251-1/+15
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-29/+20
* Merge from branch: Don't print errors in fallback_discard().Murray2002-06-091-1/+4
* Properly initialize sockaddrMurray2002-06-091-2/+2
* Fix Linux 2.0 fallback setup bug.Ted Lemon2000-09-301-1/+8