New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Fix udpfromto bug on Mac OSX. This is a NICE Mac OSX bug. Create an interface with two IP address, and then configure one listener for each IP address. Send thousands of packets to one address, and some will show up on the OTHER socket. This hack works ONLY if the clients are global. If each listener has the same client IP, but with different secrets, then it will fail the rad_recv() check above, and there's nothing you can do. Linux does the right thing. Alan T. DeKok@2013-09-23T16:44:10Z Files modified: * src/main/listen.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6a0242ff6bacf626ad554... ====== Clean up non-udpfromto code So that it's simpler. We also ALWAYS use udpfromto, as we assume the library is used for IPv4 and IPv6 interfaces, not anything else. Alan T. DeKok@2013-09-23T16:44:09Z Files modified: * src/lib/radius.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/bce550a2340a1b22ffcab... ====== -- This commit summary was generated @2013-09-24T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).