New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== ensure that we load the "radiusd.conf" file Alan T. DeKok@2015-12-01T22:12:41Z Files modified: * debian/patches/radiusd-to-freeradius.diff Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/be178950022babaca3eaa... ====== Document queue_priority Alan T. DeKok@2015-12-01T22:10:00Z Files modified: * raddb/radiusd.conf.in Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/a5b31f14680ad39982ff6... ====== queue_priority = "eap", not "802.1X" Alan T. DeKok@2015-12-01T21:56:40Z Files modified: * src/main/threads.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/e95c009c8238b440c58ca... ====== doxygen Alan T. DeKok@2015-12-01T21:54:51Z Files modified: * src/lib/udp.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/048d569b5f290e200fdc5... ====== Order by time, too Alan T. DeKok@2015-12-01T21:47:40Z Files modified: * src/main/threads.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/c3d456559f6867a0ad0db... ====== Fix round priority Alan T. DeKok@2015-12-01T21:46:06Z Files modified: * src/main/threads.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/619e51146d40b63fe9845... ====== Added configurable priorities for the queue "default" is by listener, and then by timestamp "802.1X" is by state[0], which is the number of rounds we've done for 802.1X, followed by the "default" if the states are identical The idea is to prioritize ongoing EAP sessions, so that users who are partway through authenticating are more likely to finish. Alan T. DeKok@2015-12-01T21:27:02Z Files modified: * src/main/threads.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/4bfd3451caa70136daf1e... ====== Track state[0] as packet->rounds So that we can prioritize ongoing EAP sessions Alan T. DeKok@2015-12-01T21:26:20Z Files modified: * src/include/libradius.h * src/lib/radius.c * src/main/state.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/ca542ad20632195c4f8c3... ====== Move the incoming queue to a heap. Alan T. DeKok@2015-12-01T21:02:22Z Files modified: * src/include/radiusd.h * src/main/threads.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/f77877f12ceefd3468dd8... ====== Use size_t instead of int Alan T. DeKok@2015-12-01T21:00:49Z Files modified: * src/include/heap.h * src/lib/heap.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/42f6368ebf800cdd4ab41... ====== udp_recv() and friends always set packet->timestamp Alan T. DeKok@2015-12-01T20:37:04Z Files modified: * src/include/udp.h * src/lib/radius.c * src/lib/tcp.c * src/lib/udp.c * src/main/process.c * src/main/tls_listen.c * src/modules/proto_vmps/vqp.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d3a987fbdddd0a5a4d236... ====== "localhost" is a valid host name. Alan T. DeKok@2015-12-01T20:36:09Z Files modified: * src/lib/inet.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/381f9307d87105762d621... ====== -- This commit summary was generated @2015-12-02T00:00:02Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).