New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Link to libcap to determine process capabilities This lets us know whether the debugger attach check is failing because we don't have CAP_SYS_PTRACE or because there really is another debugger attached already. Arran Cudbard-Bell@2014-11-03T23:09:19Z Files modified: * configure * configure.ac * src/include/autoconf.h.in * src/include/libradius.h * src/lib/debug.c * src/main/radiusd.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/0d659798273ce2eca3ba2... ====== Add libcap-dev dependency for travis and debian packages Arran Cudbard-Bell@2014-11-03T23:09:12Z Files modified: * .travis.yml * debian/control Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/91176574fe166a88ded81... ====== Fix fr_utf8_strchar() and tests allowed characters shouldn't be escaped in the test. the function returns const it checks for fr_utf8_char() of str, not char the second time around Alan T. DeKok@2014-11-03T21:36:48Z Files modified: * src/include/libradius.h * src/lib/print.c * src/tests/keywords/escape Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8aabee0041dc152cedb3d... ====== Allow TLS 1.1 and 1.2 Alan T. DeKok@2014-11-03T20:38:15Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d9a285ca285148a2fb122... ====== Another typo Arran Cudbard-Bell@2014-11-03T18:50:03Z Files modified: * src/lib/debug.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2d13e33eca8de1d30e45a... ====== Fix compile error Alan T. DeKok@2014-11-03T17:46:15Z Files modified: * src/lib/debug.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5ab5f37b6748f63e53a0f... ====== Allow all UTF-8 characters Alan T. DeKok@2014-11-03T17:46:13Z Files modified: * src/modules/rlm_sql/rlm_sql.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a1f147f8c3c9d7cad6323... ====== Typo Arran Cudbard-Bell@2014-11-03T17:17:18Z Files modified: * src/lib/debug.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5ad8077082c3c9a4d6e1f... ====== Add reply attributes, not over-write them Alan T. DeKok@2014-11-03T16:37:51Z Files modified: * raddb/sites-available/inner-tunnel Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2e70923fe482b6ae2f7a8... ====== Quiet GCC Arran Cudbard-Bell@2014-11-03T16:14:48Z Files modified: * src/main/modcall.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f7d07572e0a1fced4050d... ====== More fixes for fr_debugger_attached Arran Cudbard-Bell@2014-11-03T16:14:48Z Files modified: * src/lib/debug.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/4fcb304f3c2d138973266... ====== Better checks for duplicates. If the old packet is in RESPONSE_DELAY or CLEANUP_DELAY, we can delete the old packet. This is really only for DHCP. Alan T. DeKok@2014-11-03T14:48:52Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/aa7f24d05730a16614ebc... ====== Debugging info to help find out why the ptrace attach failed Arran Cudbard-Bell@2014-11-03T06:52:37Z Files modified: * src/lib/debug.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5d10ed4d940b63f4eb6be... ====== Fix infinite loop in fr_fault if initial pattach fails (indicating process is running under debugger), and process receives either SIGUSR1 or SIGUSR2 Arran Cudbard-Bell@2014-11-03T06:40:27Z Files modified: * src/lib/debug.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/e3e29974f2d218699aade... ====== -- This commit summary was generated @2014-11-04T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).