GIT Log for 2009-04-17 23:33 GMT
commit 4214f8e3eacb38639272a62e1094c98b785b7623 Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Apr 17 16:03:20 2009 +0200 More documentation for weird WiMAX stuff Files changed: raddb/sites-available/default | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) ====================================================================== commit 7ee8c26e827bac9f0a47c8af0e38c5ddb1b9905c Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Apr 17 15:57:28 2009 +0200 Added configuration to delete the MS-MPPE-*-Keys Files changed: raddb/modules/wimax | 21 ++++++++- src/modules/rlm_wimax/rlm_wimax.c | 90 +++++++++++++++++++++++++++++++++++- 2 files changed, 107 insertions(+), 4 deletions(-) ====================================================================== commit 62679e9106f4db4f1582e02a668772120472e6cd Author: Alan T. DeKok <aland@freeradius.org> Date: Fri Apr 17 15:12:30 2009 +0200 Allow operations OTHER than == to work for Packet-Src-IP-Address ... and associated virtual attributes. The issue is that the paircompare_register'd functions return 0 for match, and 1 for didn't match. This is wrong. They should just return the results of the comparison. And then radius_callback_compare should check the results of the comparison against the operators, to see if the CONDITION succeeded or failed. Files changed: src/modules/rlm_expr/paircmp.c | 27 +++++++++++++++++++++++++-- 1 files changed, 25 insertions(+), 2 deletions(-) ======================================================================
participants (1)
-
aland@deployingradius.com