New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== Change priorities of Auth-Type sections. Fixes #914 Based on authorize, but now different. The priorities are from high to low: notfound, ok, noop, updated So that any module return "notfound" means failure. But noop and "updated" are lower priority than "ok" Alan T. DeKok@2015-02-28T21:41:52Z Files modified: * src/main/modcall.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/1731fe3936b7290508306... ====== Remove "append". It was never used for anything Or documented. Code which has been unused for 16 years can probably be deleted Alan T. DeKok@2015-02-28T21:41:52Z Files modified: * src/main/modcall.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/cb2db96e9e0fbfae203db... ====== use v3 syntax for update statements Alan T. DeKok@2015-02-28T21:41:52Z Files modified: * raddb/sites-available/default Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/99a72d799f20c43d2c227... ====== fr_pton returns -1 on error Arran Cudbard-Bell@2015-02-28T17:27:40Z Files modified: * src/main/mainconfig.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/6c489b287300e38bd9922... ====== Attribute constants in rlm_wimax Matthew Newton (via Arran Cudbard-Bell)@2015-02-28T00:44:33Z Files modified: * src/modules/rlm_wimax/rlm_wimax.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/3a91ceb2b479406fba093... ====== Use constants instead of hardcoded numbers Matthew Newton (via Arran Cudbard-Bell)@2015-02-28T00:44:28Z Files modified: * src/modules/rlm_soh/rlm_soh.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/4add5c59c37eb262a9574... ====== -- This commit summary was generated @2015-03-01T00:00:01Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).