commit aa203fccadbe1c9fff9332e3231d5788233d65ce Author: Alan T. DeKok <aland@freeradius.org> Date: Fri May 6 16:49:32 2011 +0200 Define _GNU_SOURCE before checking for structures On Linux, useful features that are industry standard are "protected" by requiring -D_GNU_SOURCE. Why would you want your users to *use* the features of libc? Files changed: configure | 8 ++++---- configure.in | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) ====================================================================== commit 1d61ba34bc7919357c3b9d7d34ad4a20f75ae4ea Author: Alan T. DeKok <aland@freeradius.org> Date: Fri May 6 14:32:12 2011 +0200 Add EAP tests to automated test suite Files changed: src/tests/Makefile | 17 +++++++++++++---- src/tests/eap-mschapv2.conf | 2 +- src/tests/eap-ttls-pap.conf | 1 - src/tests/mschapv1 | 2 ++ src/tests/peap-mschapv2.conf | 1 + src/tests/runtests.sh | 3 ++- 6 files changed, 19 insertions(+), 7 deletions(-) ====================================================================== commit eb5cf1389e252ac15a1fac6d549a4984a32b9fb1 Author: Alan T. DeKok <aland@freeradius.org> Date: Wed May 4 13:42:25 2011 +0200 Change assert to run-time check Files changed: src/main/xlat.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ====================================================================== commit 9035d82dd3390234acbf94d049c6c78181dca651 Author: Alan T. DeKok <aland@freeradius.org> Date: Fri May 6 12:08:48 2011 +0200 Allow DHCP to work again. There is no "flags.encoded", as the RADIUS API has been changed to take 'const VALUE_PAIR *'. Rather than fixing the DHCP code, we just re-use the "extended" flag for the same purpose, since it isn't used for anything in the DHCP code Files changed: src/lib/dhcp.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) ====================================================================== commit 810cf3365a35f2076e2fb82300b235f493fc0ec1 Author: Alan T. DeKok <aland@freeradius.org> Date: Fri May 6 10:00:09 2011 +0200 Fix typo in function name Files changed: src/main/listen.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ====================================================================== commit 7058ba4c9a3f71df47e89988e628da9babf5ef8c Merge: 011f6ad... b06c7fc... Author: alandekok <aland@freeradius.org> Date: Fri May 6 00:42:32 2011 -0700 Merge pull request #9 from rssh/master trivial: fixed compilation of dict.c with dhcp enabled. Files changed: ====================================================================== commit b06c7fc24f935d66bb0019a41ee79384cdffa92b Author: Ruslan Shevchenko <ruslan@shevchenko.kiev.ua> Date: Thu May 5 16:24:55 2011 +0300 fixed compilation fo dict.c with dhcp enabled Files changed: src/lib/dict.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) ======================================================================