New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Ensure transitive library dependencies foo.exe depends on libfoo.a which we build. libfoo.a in turn depends on -lbar. So, when we link foo.exe, we need both libfoo.a and -lbar Alan T. DeKok@2013-10-08T20:41:10Z Files modified: * scripts/boiler.mk Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/3c8430016a7db3b033aab... ====== Fix exit point for reading from pcaps Arran Cudbard-Bell@2013-10-08T19:06:23Z Files modified: * src/main/radsniff.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/41b3ad69d1253b220e8fa... ====== Fixes for libpcap 1.3.0 (we shouldn't be setting pcap_setnonblock on pcap file handles) Arran Cudbard-Bell@2013-10-08T18:50:59Z Files modified: * src/lib/pcap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a1fb6daf0e261a557a238... ====== We can filter on capture files Arran Cudbard-Bell@2013-10-08T18:45:08Z Files modified: * src/lib/pcap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6a0004e453b2a09e7d764... ====== Using TLS for IP address output doesn't work where we need to print multiple IP addresses (oops) Arran Cudbard-Bell@2013-10-08T18:45:01Z Files modified: * src/main/radsniff.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/66074d45349446c282172... ====== Fix !* ANY in NULL list Arran Cudbard-Bell@2013-10-08T18:44:40Z Files modified: * src/lib/valuepair.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/34a14519f6ccd964c8cb3... ====== Check number of fds not num elements Arran Cudbard-Bell@2013-10-08T18:44:32Z Files modified: * src/main/radsniff.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/42e0fbde171605a7fc676... ====== Fix potential segv in pairremove Arran Cudbard-Bell@2013-10-08T18:40:24Z Files modified: * src/lib/valuepair.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d036f16e08d1106a295c5... ====== Accessor to see if event loop will exit on the next iteration Arran Cudbard-Bell@2013-10-08T18:00:26Z Files modified: * src/include/event.h * src/lib/event.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f41ef4df7fda3f0bcdd9f... ====== TGT_PRLIBS not needed for libraries Arran Cudbard-Bell@2013-10-08T16:21:42Z Files modified: * Make.inc.in * src/main/radclient.mk * src/main/radmin.mk * src/modules/rlm_eap/radeapclient.mk * src/modules/rlm_ippool/rlm_ippool_tool.mk * src/modules/rlm_mschap/smbencrypt.mk * src/tests/rbmonkey.mk Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/59ce55b147ad4cfece9ad... ====== Treat check attributes as unsigned 64bit integers, this should be OK, as all VALUE_PAIRs can hold 64bit integers anyway, and the left 32bits of a integer attribute will be 0. Arran Cudbard-Bell@2013-10-08T13:54:19Z Files modified: * src/modules/rlm_sqlcounter/rlm_sqlcounter.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/cac1c92bd304ba98758bc... ====== -- This commit summary was generated @2013-10-09T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).