commit 31165ba2862dbc745f13e8e4359a3cf9f3e71ecd Author: Alan T. DeKok <aland@freeradius.org> Date: Mon Nov 30 17:07:22 2009 +0100 Fix build problem Files changed: src/modules/rlm_ldap/rlm_ldap.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) ====================================================================== commit da4c7df23cc61285cca2efc3bd7922e45a2e2d32 Author: Alan T. DeKok <aland@freeradius.org> Date: Mon Nov 30 13:58:49 2009 +0100 Print out more useful debugging messages Rather than rlm_ldap: ... do [foo] ... Which prints out the instance name in a slightly better format Files changed: src/modules/rlm_ldap/rlm_ldap.c | 314 ++++++++++++++++++++------------------- 1 files changed, 164 insertions(+), 150 deletions(-) ====================================================================== commit 12db590a8c640b1aa1917560117e8adb61a9f47b Author: Alan T. DeKok <aland@freeradius.org> Date: Mon Nov 30 10:05:37 2009 +0100 Cleanups and simplifications. The FD_SET is now calculated in the event_loop() function, making it harder to get it wrong. fr_event_now() ALWAYS returns a time, calling gettimeofday() if necessary Files changed: src/lib/event.c | 47 +++++++++++++++++++++++++++++------------------ 1 files changed, 29 insertions(+), 18 deletions(-) ====================================================================== commit 73d219fa02dfd809802fd69705a239cf57993a28 Author: Alan T. DeKok <aland@freeradius.org> Date: Mon Nov 30 09:14:27 2009 +0100 Clean up "dead" child if there's no thread associated with the request Files changed: src/main/event.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) ======================================================================