commit 654377b393b53a52e6b22601c49113e91119634f Author: Alan T. DeKok <aland@freeradius.org> Date: Tue Jun 7 23:30:31 2011 +0200 Fix build issues Files changed: src/main/detail.c | 9 ++++----- src/main/process.c | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) ====================================================================== commit 7604f435528e7ab3c32e93bd456d8f10cca54ae3 Author: Alan T. DeKok <aland@freeradius.org> Date: Tue Jun 7 18:51:48 2011 +0200 Make the certificates on initial install So that the server doesn't block when it first starts up Files changed: raddb/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ====================================================================== commit 38c8d8888fe63864e0aef0f40c86708b43733676 Author: Alan T. DeKok <aland@freeradius.org> Date: Tue Jun 7 18:51:22 2011 +0200 Don't look for eap.conf, etc. they've been moved to the "modules" directory Files changed: raddb/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ====================================================================== commit 0868fe8d5266f06951119ac1361bb569cef15d7b Author: Alan T. DeKok <aland@freeradius.org> Date: Tue Jun 7 11:18:44 2011 +0200 Fix typo. Closes bug #150 Files changed: .../rlm_sql/drivers/rlm_sql_iodbc/sql_iodbc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ====================================================================== commit d5cf1c1c2b46e1a5aa91a41c298f0fb2e1aa1ba5 Author: Alan T. DeKok <aland@freeradius.org> Date: Sun Jun 5 18:15:05 2011 +0200 Note existence of "inner-tunnel" So that people remember to edit it, too Files changed: raddb/sites-available/default | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) ====================================================================== commit 88587f704b2b7020725c21b3d91a8057900a4c8d Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Jun 3 10:27:11 2011 +0200 Split request_receive() into two functions. One is for sockets, and enforces limits, duplicates, etc. The other allocates the request and inserts it into the queue, independent of limits. This is called directly by the detail file reader Files changed: src/include/process.h | 4 +++- src/main/detail.c | 2 +- src/main/process.c | 36 +++++++++++++++++++++--------------- 3 files changed, 25 insertions(+), 17 deletions(-) ====================================================================== commit 02f4154b69d8add8907a77fca3c57cc99fb7f779 Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Jun 3 10:23:48 2011 +0200 Make RADCLIENT always have stats structures It's simpler. Files changed: src/include/radiusd.h | 8 +++--- src/include/stats.h | 2 +- src/main/client.c | 33 -------------------------- src/main/command.c | 16 ++++++------ src/main/listen.c | 6 ++-- src/main/process.c | 4 +- src/main/stats.c | 61 +++++++++++++++++++++---------------------------- 7 files changed, 44 insertions(+), 86 deletions(-) ====================================================================== commit 4e3359596bb5851746e40cfcf4010988bb66450d Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Jun 3 10:19:58 2011 +0200 Removed unused prototypes Files changed: src/include/radiusd.h | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) ====================================================================== commit 797b398b35f76cf2a0b20b003d531744a4ea0813 Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Jun 3 10:19:01 2011 +0200 Fix GCD code for new process functionality Files changed: src/main/threads.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ====================================================================== commit 6f2e2d6147c934919e06a3e66102b1c83e3e7c0f Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Jun 3 10:08:58 2011 +0200 Updated year Files changed: src/main/version.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) ======================================================================