New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Updates Alan T. DeKok@2013-05-21T19:05:13Z Files modified: * share/dictionary.telkom Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/5113475ce044b03bbd5bd... ====== removed old comment Alan T. DeKok@2013-05-21T17:04:31Z Files modified: * src/tests/condition.txt Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/03783354d0a38aa09e296... ====== Infinite loops are bad. foo { ... } authorize = ${foo} will add "foo" to the parent section, by appending it to the end of the list. But foo is already in the section, so we create a loop inside the linked list of children. That's bad. Alan T. DeKok@2013-05-21T16:49:41Z Files modified: * src/main/conffile.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/41380536131ec10baecf4... ====== -- This commit summary was generated @2013-05-22T00:00:08Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).