New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Typo Alan T. DeKok@2014-10-27T22:34:04Z Files modified: * src/main/modcall.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/85b0f711516b8eaaae0c1... ====== Call fr_connection_manage() when doing fr_connection_get...() Which means that idle connections are deleted, instead of handing them to the caller Alan T. DeKok@2014-10-27T22:34:03Z Files modified: * src/main/connection.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/384ac99f53e9f02e24125... ====== A more complicated foreach / break test Alan T. DeKok@2014-10-27T22:34:02Z Files modified: * src/tests/keywords/foreach-break-2 Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/bf4c082af1c218f0dc3cc... ====== Smash \n --> CR before passing string to modules. This is what the current code expects (see md5_xlat() ), and is arguably correct. An audit of the config shows there's no issue with it. Alan T. DeKok@2014-10-27T22:34:00Z Files modified: * src/main/xlat.c * src/tests/keywords/escape * src/tests/keywords/md5 * src/tests/keywords/sha1 * src/tests/keywords/sha2 * src/tests/keywords/urlquote Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a103a4bc3cac886297f86... ====== Remove extraneous backslash Alan T. DeKok@2014-10-27T22:33:59Z Files modified: * raddb/mods-config/sql/ippool-dhcp/sqlite/queries.conf Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/aed2c12dc51ecce2d5d4f... ====== Don't do \n --> CR mashing in xlat.c As it turns out, it's almost always wrong. The correct escaping rules are that the conf file parser reads a string, and that string is passed verbatim through all of the layers to the final consumer. Only the final consumer does the mashing of \n --> CR. This means that the tests are currently broken. %{md5:...\n} expects to get a CR on input, and it now gets a "\n". Fixing that is the next stage. Alan T. DeKok@2014-10-27T22:33:58Z Files modified: * src/main/xlat.c * src/tests/unit/xlat.txt Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7b9edfe2c6e9b9c50afed... ====== Set PSK callback only if we have an identity or a dynamic query Alan T. DeKok@2014-10-27T22:33:57Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/bb7b973e2c8d1109df407... ====== Fix typo in ABFAB PSK query Alan T. DeKok@2014-10-27T22:33:54Z Files modified: * raddb/sites-available/abfab-tls Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/e806f7a61f66670a39b52... ====== Timeout should trigger retry Arran Cudbard-Bell@2014-10-27T22:33:23Z Files modified: * src/modules/rlm_ldap/ldap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/0ec7b8344e9dd217e582f... ====== Update README Arran Cudbard-Bell@2014-10-27T19:44:15Z Files modified: * scripts/osx/README Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/44f159775e5a64f1ab876... ====== man: Add -P option to radtest synopsis Add "-P" option to radtest's manpage SYNOPSIS to make it match the OPTIONS section. Nikolai Kondrashov (via Alan T. DeKok)@2014-10-27T15:35:36Z Files modified: * man/man1/radtest.1 Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/caa35b6aace7b338c7929... ====== man: Mention eap-md5 in radtest synopsis Add "eap-md5" to the possible values of -t option in radtest's manpage SYNOPSIS to match the detailed description in the OPTIONS. Nikolai Kondrashov (via Alan T. DeKok)@2014-10-27T15:35:34Z Files modified: * man/man1/radtest.1 Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/fcf8a03043c52a2060c83... ====== Use documentation IP address in example config Alan T. DeKok@2014-10-27T13:12:35Z Files modified: * raddb/sites-available/originate-coa Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5d3c5eb15764c911ec67d... ====== Added USR tests. Not that people use it any more... Alan T. DeKok@2014-10-27T13:12:34Z Files modified: * src/tests/unit/vendor.txt Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/fe73643cc80df9e919da3... ====== Doxygen Arran Cudbard-Bell@2014-10-27T03:26:10Z Files modified: * src/lib/valuepair.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/3cf91dd85e85b02e0014d... ====== Make 'op' argument placement consistent Arran Cudbard-Bell@2014-10-27T02:39:19Z Files modified: * src/include/libradius.h * src/lib/valuepair.c * src/main/evaluate.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/125a72cf5f29d1c8b76fb... ====== change paircmp_value et al to pairdata_cmp Will help simplify multivalued attribute comparison later Arran Cudbard-Bell@2014-10-27T02:35:36Z Files modified: * src/include/libradius.h * src/lib/valuepair.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/71ee740c92d3e66e6ffc8... ====== Formatting Arran Cudbard-Bell@2014-10-27T00:39:44Z Files modified: * src/include/detail.h Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d2e44d9da735f3cf478cd... ====== -- This commit summary was generated @2014-10-28T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).