commit 0c709560bf0db0a26a981b1dc229c9082f2cfb48 Author: Niko Tyni <ntyni@cc.helsinki.fi> Date: Wed May 20 12:11:19 2009 +0300 make_passwd: only use 'inlen' bytes of the input string In some situations (at least a roundtrip through the rlm_perl module) the User-Password value pair can have extra non-null bytes at the end so that strlen(vp->data.strvalue) > vp->length. These extra bytes shold not be used by make_passwd to construct the Message-Authenticator, so copy just 'inlen' bytes of the input string before rounding up the length. Files changed: src/lib/radius.c | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) ====================================================================== commit d84eee06e8362627b0b6aeca179ac27d6d0bb305 Author: Alan T. DeKok <aland@freeradius.org> Date: Wed May 20 13:52:28 2009 +0200 Increase default attribute size to 64 Files changed: raddb/sql/mysql/schema.sql | 8 ++++---- raddb/sql/oracle/schema.sql | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) ======================================================================