New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Fix typos Alan T. DeKok@2014-09-27T18:33:42Z Files modified: * src/modules/rlm_mschap/rlm_mschap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/28194acdd3bff73828388... ====== Ensure that the password is terminated with zero And ensure that we can handle all password lengths Alan T. DeKok@2014-09-27T16:13:47Z Files modified: * src/modules/rlm_mschap/rlm_mschap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/8fa854826a0b3b9b9a3bf... ====== Merge pull request #799 from herwinw/rlm_rest_json_check_on_startup Validate availability of json on startup in rlm_rest Alan DeKok@2014-09-27T16:11:44Z Files modified: * src/modules/rlm_rest/rlm_rest.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/74daa5533d2b1ecca514e... ====== Validate availability of json on startup in rlm_rest If the server was compiled without json support and json was requested in rlm_rest, the server would startup without any problem. However, on the first use of the module, an "assert(false)" was triggered. This patch validates the bevahiour during the startup phase. Herwin Weststrate@2014-09-27T11:32:16Z Files modified: * src/modules/rlm_rest/rlm_rest.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/b6b447398ff8111e56612... ====== Add tmpl_afrom_attr_substr and tmpl_from_attr_substr These functions advance the name pointer to the end of the parsed portion of the string Arran Cudbard-Bell@2014-09-27T03:21:33Z Files modified: * src/include/tmpl.h * src/main/map.c * src/main/tmpl.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/030050d01005bfebbaef2... ====== ':' is not a valid dictionary name character Add row/column headers to dict_attr_allowed_chars Arran Cudbard-Bell@2014-09-27T03:21:28Z Files modified: * src/lib/dict.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/e0654b27bbb2475d631b2... ====== Modify dict_attrbytagged_name to update src string pointer Arran Cudbard-Bell@2014-09-27T03:16:38Z Files modified: * src/include/libradius.h * src/lib/dict.c * src/main/tmpl.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2eb13edb0ef0cbe4629f9... ====== Remove another dynamically allocated vpt Arran Cudbard-Bell@2014-09-27T02:50:48Z Files modified: * src/main/valuepair.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/32c4d90e7f961a4fb6e49... ====== Make mismatch message readable Arran Cudbard-Bell@2014-09-26T22:44:06Z Files modified: * src/main/radattr.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/41215725e59d831253af1... ====== Use a value_pair_tmpl_t in xlat_exp to store details of the attribute ref Arran Cudbard-Bell@2014-09-26T21:31:42Z Files modified: * src/include/tmpl.h * src/main/xlat.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6cbb94650ae52b3283a9e... ====== -- This commit summary was generated @2014-09-28T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).