Commit report for master branch
New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Remove extraneous ?. It's ugly Alan T. DeKok@2014-03-19T21:14:34Z Files modified: * src/main/modcall.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/441ca746a4fc03df9d843... ====== Don't indent debugging messages so much Alan T. DeKok@2014-03-19T21:10:01Z Files modified: * src/main/xlat.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/703ddda996ad8862cf05b... ====== Suppress more xlat debugging Alan T. DeKok@2014-03-19T20:58:29Z Files modified: * src/main/xlat.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/026444f2fab9fdf1ce1b0... ====== Replace NOW() with date('now') in sqlite accounting queries. Oops. Arran Cudbard-Bell@2014-03-19T18:52:37Z Files modified: * raddb/mods-config/sql/main/sqlite/queries.conf Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/339fd271a7766471e434e... ====== Use "next" instead of "node" Alan T. DeKok@2014-03-19T18:45:34Z Files modified: * src/main/xlat.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/4bc6c0511657a2820a690... ====== We only need 2 %% now that we've fixed xlat Alan T. DeKok@2014-03-19T15:47:26Z Files modified: * raddb/mods-config/sql/ippool-dhcp/sqlite/queries.conf Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/ba382c8d951c90e09d878... ====== Parsing 'foo%%s' requires an intermediate literal of "%" The %% takes 2 characters. We need one to terminate the previous string. One for the %. And one to terminate the "%" string. That's three, which doesn't fit into the space of %%. So... talloc_strdup to the rescue We could add "optimization" code to detect of the previous character was zero, OR the previous node was a literal, and avoid the creation of a new node / talloc. But... that's more fragile. Just doing the simple thing will work Alan T. DeKok@2014-03-19T15:47:25Z Files modified: * src/main/xlat.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2fc6406b5acdad8cc4a43... ====== Make XLAT_DEBUG output clearer Alan T. DeKok@2014-03-19T15:47:24Z Files modified: * src/main/xlat.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5d86de7e7a052dfef6eef... ====== Hard-code sql dialect nested references don't work Alan T. DeKok@2014-03-19T15:47:22Z Files modified: * raddb/mods-available/sqlcounter Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c28d1f596809e79707d40... ====== Rename queries to new standard Alan T. DeKok@2014-03-19T15:47:20Z Files modified: * raddb/mods-config/sql/ippool/sqlite/queries.conf Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7cca9fbeea63c68cf35e7... ====== basic config for dhcp IP allocation using sqlite Matthew Newton (via Alan T. DeKok)@2014-03-19T15:47:17Z Files modified: * raddb/mods-available/dhcp_sqlippool * raddb/mods-config/sql/ippool-dhcp/sqlite/queries.conf * raddb/mods-config/sql/ippool-dhcp/sqlite/schema.sql * raddb/sites-available/dhcp Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6b30db3387891b7d311a7... ====== Add radius_copy_vp Arran Cudbard-Bell@2014-03-19T15:38:18Z Files modified: * src/include/radiusd.h * src/main/valuepair.c * src/modules/proto_dhcp/rlm_dhcp.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2cb2c816fd09411b437c6... ====== Remove duplicate escaping/special rules in sqlippool_expand Arran Cudbard-Bell@2014-03-19T13:08:57Z Files modified: * src/modules/rlm_sqlippool/rlm_sqlippool.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5abbfc3c5eab3f6a5c697... ====== Fix log message types, formatting and examples in rlm_unpack Arran Cudbard-Bell@2014-03-19T09:32:01Z Files modified: * src/modules/rlm_unpack/rlm_unpack.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/4d3d355ef6df5474b6b2f... ====== %% is a LITERAL, not a PERCENT expansion PERCENT expansions are escaped. LITERALs are not. Alan T. DeKok (via Arran Cudbard-Bell)@2014-03-19T07:45:07Z Files modified: * src/main/xlat.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/1d3c6d86540848adde1f2... ====== Added rlm_unpack Which makes it easier to unpack binary data Alan T. DeKok@2014-03-19T01:12:37Z Files modified: * raddb/all.mk * raddb/mods-available/unpack * src/modules/rlm_unpack/all.mk * src/modules/rlm_unpack/rlm_unpack.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/9a79b1cd738a21580553d... ====== Escape %s in sqlite counter queries Arran Cudbard-Bell@2014-03-19T00:43:30Z Files modified: * raddb/mods-config/sql/counter/sqlite/dailycounter.conf * raddb/mods-config/sql/counter/sqlite/expire_on_login.conf * raddb/mods-config/sql/counter/sqlite/monthlycounter.conf Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/05d82cf5862638007748a... ====== Remove redundant escaping from sqlcounter Arran Cudbard-Bell@2014-03-19T00:43:30Z Files modified: * src/modules/rlm_sqlcounter/rlm_sqlcounter.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f839277997c94b4569ee4... ====== -- This commit summary was generated @2014-03-20T00:00:22Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).
participants (1)
-
announceļ¼ freeradius.org