Commit report for v3.0.x branch
New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== typo Alan T. DeKok@2014-10-27T23:03:45Z Files modified: * doc/ChangeLog Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d4428b09fbedc193d7d63... ====== wNote recent changes Alan T. DeKok@2014-10-27T22:51:01Z Files modified: * doc/ChangeLog Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5c7c9edb393d7d069b110... ====== Timeout should trigger retry Arran Cudbard-Bell@2014-10-27T22:33:55Z Files modified: * src/modules/rlm_ldap/ldap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/effdfafca94d287264c05... ====== Typo Alan T. DeKok@2014-10-27T22:33:33Z Files modified: * src/main/modcall.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/3815be87bd3f043602726... ====== 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:32:47Z Files modified: * src/main/connection.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7b71856c8cf5638d19c59... ====== A more complicated foreach / break test Alan T. DeKok@2014-10-27T22:00:53Z Files modified: * src/tests/keywords/foreach-break-2 Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2a35e8c93f878adb9914c... ====== 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-27T21:48:02Z 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/c80aa7db9319490486405... ====== Remove extraneous backslash Alan T. DeKok@2014-10-27T21:47:09Z Files modified: * raddb/mods-config/sql/ippool-dhcp/sqlite/queries.conf Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/db8e8e4c15614b652e453... ====== 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-27T21:32:04Z Files modified: * src/main/xlat.c * src/tests/unit/xlat.txt Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/95beb0cc897786efbcfd6... ====== Set PSK callback only if we have an identity or a dynamic query Alan T. DeKok@2014-10-27T20:31:54Z Files modified: * src/main/tls.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2e66a38a981fcf651ad94... ====== Fix typo in ABFAB PSK query Alan T. DeKok@2014-10-27T20:27:08Z Files modified: * raddb/sites-available/abfab-tls Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f531f490a5c489e96e31f... ====== Merge pull request #822 from spbnick/radtest_man_fixes Radtest man fixes Alan DeKok@2014-10-27T15:34:41Z Files modified: * man/man1/radtest.1 Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/11fff413af9029988b627... ====== man: Add -P option to radtest synopsis Add "-P" option to radtest's manpage SYNOPSIS to make it match the OPTIONS section. Nikolai Kondrashov@2014-10-27T15:25:55Z Files modified: * man/man1/radtest.1 Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/19c99273b6b6eda0eb2bf... ====== 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@2014-10-27T15:18:28Z Files modified: * man/man1/radtest.1 Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d7beee9b5398e8b4d28e3... ====== Use documentation IP address in example config Alan T. DeKok@2014-10-27T13:12:27Z Files modified: * raddb/sites-available/originate-coa Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/83ab6427e7934a20388fd... ====== Added USR tests. Not that people use it any more... Alan T. DeKok@2014-10-27T13:12:26Z Files modified: * src/tests/unit/vendor.txt Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f6a78774a66e23121f3d7... ====== Doxygen Arran Cudbard-Bell@2014-10-27T03:26:03Z Files modified: * src/lib/valuepair.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c39cc33ebd57a99a7c96f... ====== Make 'op' argument placement consistent Arran Cudbard-Bell@2014-10-27T02:39:13Z Files modified: * src/include/libradius.h * src/lib/valuepair.c * src/main/evaluate.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/49d72731ca74cf5ee213c... ====== change paircmp_value et al to pairdata_cmp Will help simplify multivalued attribute comparison later Arran Cudbard-Bell@2014-10-27T02:34:53Z Files modified: * src/include/libradius.h * src/lib/valuepair.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f451f827e6686f72f443e... ====== Formatting Arran Cudbard-Bell@2014-10-27T01:20:38Z Files modified: * src/include/detail.h Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8590974984df70a94fc5d... ====== -- This commit summary was generated @2014-10-28T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).
participants (1)
-
announceļ¼ freeradius.org