Reserver room for the trailing NUL byte, too
[freeradius.git] / src / main / valuepair.c
2004-01-28 aland Reserver room for the trailing NUL byte, too
2004-01-12 aland Make !* work.
2003-11-20 mcr mark arguments as UNUSED.
2003-09-24 aland After setting new VP, don't add it to the end of the...
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-04-10 aland Made names of Auth-Type, etc. more consistent across the
2003-03-18 aland Change use of NAS_PORT_ID for integer attribute to...
2003-03-03 aland Added comparators for Packet-Type and Response-Packet...
2003-02-13 wichertUse REG_NOSUB where possible
2002-10-29 aland Removed unused variable.
2002-10-28 kkalevSkip Auth-Type and Autz-Type in paircmp
2002-10-01 aland Implemented pre-proxy callbacks. The proxy_send(...
2002-08-14 aland Added new function: 'pairxlatmove', which works like...
2002-07-10 aland Enabled new dynamic xlat functionality in pair comparison.
2002-07-09 aland Experimental code (commented out by default) to allow...
2002-04-23 cparker Updated core server to understand new check_item opera...
2002-02-08 aland Re-set result on failed match.
2002-02-06 aland While doing paircmp(), if one attribute doesn't match...
2002-01-13 fcusack Deprecate attribute 'Password' in favor of 'User-Passw...
2001-11-09 kkalevChange paircmp,paircompare,simplapaircmp and RAD_COMPAR...
2001-10-10 aland Treat NAS-Port-Id as an unsigned int, instead of signe...
2001-08-09 aland Minor re-arrangements to Expiration. Attribute 21...
2001-03-09 aland Added code back to make Password && CHAP-Password...
2001-03-07 aland Included a better fix for REG_EXTENDED
2001-03-07 aland If we have POSIX regular expressions, check if REG_EXT...
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2001-02-28 aland Do not treat 'Password' attributes as special any...
2001-01-03 cparker Added new valuepair function 'simplepaircmp()' to...
2000-12-30 aland Corrected my email address to aland@ox.org
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-11-16 aland replaced all references to 'malloc' with 'rad_malloc'
2000-11-10 aland seperated include for libradius.h from radiusd.h....
2000-11-03 aland update change I missed last time
2000-11-03 aland made paircompare_register() take a 'void *instance...
2000-10-17 pacmanQuiet many instances of "warning: passing arg N of...
2000-10-11 aland updated comments...
2000-10-11 aland set the length for the NEW attribute, not the OLD...
2000-09-13 aland changed log() to radlog(). Over-loading function...
2000-08-21 aland allow += in check item lists, too
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-04-26 aland allow pair comparisons for type 'octets' and 'abinary...
2000-04-18 aland removed <sys/time.h> and <time.h>, to let "libradius...
2000-01-25 alandi do NOT smash the operators to '=' in paircmp...
1999-12-17 aland removed many explicit 'case PW_FOO' in paircmp(),...
1999-12-14 aland implemented No-Such-Attribute: magic server configuration
1999-11-24 aland if there's no range for NAS-Port-Id, then just do...
1999-11-24 aland check the time against when we received the reply...
1999-11-03 aland made paircompare() static
1999-10-27 aland added support for 'Current-Time' attribute. Much...
1999-10-19 aland updated rcsid[] strings
1999-10-19 aland src/main/valuepair.c - code to call regular expression...
1999-09-28 miquels * Changed some strcpy()s over to strNcpy. It...
1999-08-26 aland renamed STRIPPED_USERNAME to STRIPPED_USER_NAME to...
1999-08-16 alandInitial revision origin/aland