commit 4545d8ecd41cd798efc2fd75d86826c4f0e3fd40 Author: Alan T. DeKok <aland@freeradius.org> Date: Thu Feb 11 12:44:24 2010 +0100 Added sample CoA server Files changed: raddb/sites-available/coa | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 43 insertions(+), 0 deletions(-) ====================================================================== commit d191c9da828bfd84660026ec38dac29d5b49ec08 Author: Alan T. DeKok <aland@freeradius.org> Date: Thu Feb 11 10:38:20 2010 +0100 Make it consisent with the example in decoupled-accounting Files changed: raddb/sites-available/buffered-sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ====================================================================== commit dd81dc720694b59ac12cd5368470467df9b46f60 Author: Alan T. DeKok <aland@freeradius.org> Date: Thu Feb 11 10:36:51 2010 +0100 As posted to the list Files changed: share/dictionary.patton | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) ====================================================================== commit 4422b0357c8e8e12a8e2e2254a279b9245ef1473 Author: Alan T. DeKok <aland@freeradius.org> Date: Thu Feb 11 10:36:26 2010 +0100 Ran it through the formatter. Files changed: share/dictionary.patton | 196 +++++++++++++++++++++++----------------------- 1 files changed, 98 insertions(+), 98 deletions(-) ====================================================================== commit 359088a1c13a51c0f04eae63463a3f6762c8cb1d Author: Alan T. DeKok <aland@freeradius.org> Date: Thu Feb 11 10:33:19 2010 +0100 Add more information to warning message Component && module, if a child thread is stuck for a long time. Files changed: src/main/event.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ====================================================================== commit 11b86ed0082ea8c46c4b094cda81663e4d8d49fd Author: Alan T. DeKok <aland@freeradius.org> Date: Thu Feb 11 10:41:29 2010 +0100 Function returns no value Files changed: src/main/event.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) ====================================================================== commit 7b4b345cb246300633af3a5461478810f9affa2e Author: Alan T. DeKok <aland@freeradius.org> Date: Thu Feb 11 10:32:20 2010 +0100 Quiet compiler warnings Files changed: src/lib/event.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) ====================================================================== commit d6cc04ec5ec2eae5fcdc2f52683034b1715f2255 Author: Alan T. DeKok <aland@freeradius.org> Date: Thu Feb 11 10:24:57 2010 +0100 Do waitpid() for ALL children, even if there are no threads waiting i.e. call radius_exec_program() 4 times for each packet, each with "nowait". The "reap_children" function is called ONCE per packet, and was calling waitpid() ONCE if there were no threads waiting for a child. This change makes it KEEP waiting until there are no more children to wait for. Files changed: src/main/threads.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) ======================================================================