commit 7fcd37cad20fe911985f8f9332fce2586060cd7e Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Aug 12 14:15:58 2009 +0200 Look up home servers by type, too. Files changed: src/include/realms.h | 2 +- src/main/client.c | 5 +++-- src/main/realms.c | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) ====================================================================== commit ba3da06e2e0edd6b64822c0aa4e729b3d7977eed Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Aug 12 11:12:49 2009 +0200 Remove final restrictions on attributes > 32767 Files changed: src/include/libradius.h | 2 +- src/lib/dict.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ====================================================================== commit 437eaf0fd47dc92a6dc5daee2fe899cb03c6c56f Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Aug 12 10:48:12 2009 +0200 Move restrictions on vendor ID from 32767 to 65535 Now that "attr" is stored as an unsigned integer. Based on a patch from Rafael Ugolini Files changed: src/lib/dict.c | 2 +- src/modules/rlm_eap/types/rlm_eap_ttls/ttls.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ====================================================================== commit e9fe00fb9cc7c6e35543c163e9ffb6875af9b0e6 Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Aug 12 10:22:23 2009 +0200 Moved prototypes to a better place Files changed: src/include/missing.h | 3 +++ src/modules/frs_dhcp/dhcp.h | 8 -------- 2 files changed, 3 insertions(+), 8 deletions(-) ====================================================================== commit 9e06d41e9343434974bee1c0544da73a1927d120 Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Aug 12 10:10:45 2009 +0200 Move "attr" to unsigned int So that we don't have to worry about whether or not the high bit is set Files changed: src/include/libradius.h | 10 +++++----- src/lib/dict.c | 6 +++--- src/lib/radius.c | 21 ++++++++++++--------- 3 files changed, 20 insertions(+), 17 deletions(-) ====================================================================== commit 5021d65e202689487facfc32c3b8ec33bbdace71 Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Aug 12 07:46:21 2009 +0200 Add "const" and remove compiler warningsy Files changed: src/include/libradius.h | 2 +- src/lib/print.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) ======================================================================