commit 011f6ade913284030efa607dca1e71d9a6e6cc84 Author: Alan T. DeKok <aland@freeradius.org> Date: Tue May 3 17:39:11 2011 +0200 Added "proto" to listener_find_byipaddr This allows the control socket interface to show stats for both UDP and TCP sockets Files changed: src/include/radiusd.h | 3 ++- src/main/command.c | 2 +- src/main/listen.c | 39 ++++++++++++++++++++------------------- src/main/stats.c | 3 ++- 4 files changed, 25 insertions(+), 22 deletions(-) ====================================================================== commit dff62aa1314ed3879ceb27ebd5730f9eec6fbc22 Author: Alan T. DeKok <aland@freeradius.org> Date: Tue May 3 16:51:18 2011 +0200 Track and show stats by socket IP/port Files changed: src/main/command.c | 109 +++++++++++++++++++++++++++++++++------------------ src/main/stats.c | 9 ++++ 2 files changed, 79 insertions(+), 39 deletions(-) ====================================================================== commit 1d5f7c5522fd6d8d6657c24a687a5ab6ee08bcec Author: Alan T. DeKok <aland@freeradius.org> Date: Tue May 3 16:35:03 2011 +0200 Keep stats for incoming/outgoing sockets, too Files changed: src/main/process.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) ====================================================================== commit baad4f67ea3130c6b347f3706918306e8d9ddfc6 Author: Alan T. DeKok <aland@freeradius.org> Date: Tue May 3 15:14:25 2011 +0200 Added stats for "last packet seen from X" Files changed: src/include/stats.h | 1 + src/main/command.c | 1 + src/main/process.c | 28 +++++++++++++++++++++++++++- src/main/stats.c | 8 ++++---- 4 files changed, 33 insertions(+), 5 deletions(-) ====================================================================== commit 8ba9f00f55a992bb7fbb0a3f79281210a0ae5bab Author: Alan T. DeKok <aland@freeradius.org> Date: Tue May 3 09:23:41 2011 +0200 Don't decode attributes if there's no secret This is really a bug in the caller, but it's a reasonable change to make. Files changed: src/lib/radius.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ======================================================================