Set errno appropriately if we're building without IPv6 support and an IPv6 socket...
[freeradius.git] / src / lib / udpfromto.c
2014-06-26 Arran Cudbard-BellSet errno appropriately if we're building without IPv6...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-02 Arran Cudbard-BellLast two Linux clang --analyzer issues
2014-05-02 Alan T. DeKokWarnings for clang analyzer
2014-03-21 Arran Cudbard-BellIf we don't have IPv6 PV6_RECVPKTINFO and were on Linux...
2014-02-28 Arran Cudbard-BellZero out cbuf to stop complaints from valgrind
2014-02-19 Alan T. DeKokPrefer IP_PKTINFO to IP_RECVDSTADDR, if both are defined
2014-01-28 Arran Cudbard-BellDon't use IP_SENDSRCADDR (in sendfromto) if on FreeBSD...
2013-11-04 Arran Cudbard-BellMerge pull request #459 from jlohiser/v3.0.x_rpm_spec_fixes
2013-10-30 Alan T. DeKokmemset structs to zero
2013-10-28 Arran Cudbard-BellFlag is sometimes uninitialized
2013-10-28 Alan T. DeKokRemove dead code
2013-10-23 Arran Cudbard-BellDefault to recvfrom if we dont have IPv6_RECVPKTINFO
2013-10-02 Arran Cudbard-BellIPv6_RECVPKTINFO isn't defined unless the advanced...
2013-09-20 Arran Cudbard-BellWrap _exit and exit. Prints error message, and when...
2013-09-13 Arran Cudbard-BellUpdate file documentation and macro indentation in...
2013-08-15 Alan T. DeKokRemove redundant headers
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-03-05 Alan T. DeKokFix for OSX Lion
2011-02-18 Alan T. DeKokBetter fixes for bug #141
2011-02-10 Alan T. DeKokTry to fix udpfromto for IPv6
2010-12-16 Alan T. DeKokTry to get it working for v6, too
2010-12-14 Alan T. DeKokTry to work around v6 PKTINFO compatibility
2010-03-06 Alan T. DeKokCheck for AF_INET6, not HAVE_AF_INET6
2009-06-15 Alan T. DeKokMake it work on Mac OS X
2007-08-13 aland Pulled fix from branch_1_1
2007-06-04 nbk It seems sendmsg(2) returns -1 (at least on my system...
2007-05-25 aland Cleaned up source code so it's better organized, and...
2007-05-25 aland If we can't use udpfromto, return OK. The send/recv...
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2006-12-14 nbk Include "autoconf.h" before testing the macro WITH_UDP...
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-08 aland If no source IP, or AF_UNSPEC, use sendto(). This...
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-15 nbk Update the LGPL boilerplate with the new address of...
2006-03-15 nbk Update the LGPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-02 aland Build it only if WITH_UDPFROMTO is defined
2003-12-19 aland Minor cleanups
2003-12-15 aland Part 2.