New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== The proxy listener can be NULL, so check for that, too Alan T. DeKok@2014-02-26T23:06:47Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d93b02dcac5449a34bacf... ====== The request is still in the proxy hash on eol_cb Alan T. DeKok@2014-02-26T23:02:14Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/9a664e5126702f8cebafe... ====== Clean up more quickly when a proxy socket closes. Walk over all outstanding requests, and change the timers on ones which are associated with this socket. They will let them close their connections with the proxy listener more quickly, which means we can get rid of the proxy listener more quickly. Alan T. DeKok@2014-02-26T22:48:29Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/e91f1c63b48e5e488bbb5... ====== Check if the socket goes away during proxy_wait_for_reply() If the socket is closed due to an error, then this request should stop using the socket, too. Alan T. DeKok@2014-02-26T22:48:06Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/46c0cd2feb8264ea43e6a... ====== Added note on precondition for function Alan T. DeKok@2014-02-26T22:48:05Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/2b25b7931eacd666cbb5e... ====== Retry the write on WANT_READ or WANT_WRITE Alan T. DeKok@2014-02-26T22:47:39Z Files modified: * src/main/tls_listen.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/d9915de5677346c516dc1... ====== Ensure we set packet->proto for packets to home servers Alan T. DeKok@2014-02-26T20:35:19Z Files modified: * src/main/realms.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/9a5521c54b0175a5691dd... ====== Fix error message Alan T. DeKok@2014-02-26T20:35:18Z Files modified: * src/main/client.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/643881387e05b3858634d... ====== Remove FDs from the FD list at EOL Alan T. DeKok@2014-02-26T20:11:20Z Files modified: * src/main/process.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/eae29f54470a5b62322f7... ====== When a socket is dead, set it's state to EOL, not REMOVE_NOW And for the readers / writers, refuse to do anything to the socket if it's state is something other than KNOWN Alan T. DeKok@2014-02-26T19:34:38Z Files modified: * src/main/listen.c * src/main/process.c * src/main/tls_listen.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/98fb9c3f3c7341718efe4... ====== Use talloc_get_type_abort in free_walker This might help us track down the random travis failures Alan T. DeKok@2014-02-26T16:14:38Z Files modified: * src/lib/rbtree.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/64b5f5ebf3822e3607a0f... ====== Be better behaved with WANT_READ, etc. in proxy_tls_recv() Split out the functionality so that it can potentially be called from proxy_tls_send(), too Alan T. DeKok@2014-02-26T15:02:33Z Files modified: * src/include/radiusd.h * src/main/tls_listen.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/7b6e19a95967df9c6db4c... ====== Fix check for unsigned int res. Alan T. DeKok@2014-02-26T14:40:25Z Files modified: * src/modules/rlm_counter/rlm_counter.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/3032df0e9dca2262d844d... ====== Add autoconf checks for PGRES_SINGLE_TUPLE and HAVE_PGRES_COPY_BOTH Not sure what they are, but they're not C preprocessor macros Arran Cudbard-Bell@2014-02-26T13:02:45Z Files modified: * src/modules/rlm_sql/drivers/rlm_sql_postgresql/config.h.in * src/modules/rlm_sql/drivers/rlm_sql_postgresql/configure * src/modules/rlm_sql/drivers/rlm_sql_postgresql/configure.ac * src/modules/rlm_sql/drivers/rlm_sql_postgresql/rlm_sql_postgresql.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/88ac4339ec9670ef2b129... ====== Update README.rst Arran Cudbard-Bell@2014-02-26T11:53:58Z Files modified: * raddb/README.rst Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/946235473949e596e0d00... ====== assert if we get WANT_READ or WANT_WRITE Arran Cudbard-Bell@2014-02-26T00:35:39Z Files modified: * src/main/tls_listen.c Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/0cfa31062ae56e3f8e458... ====== -- This commit summary was generated @2014-02-27T00:00:15Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).