Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / main / valuepair.c
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-09 aland Be more aggressive about freeing memory on clean exit.
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-08-15 aland Now that we have Cleartext-Password and Password-With...
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-10-18 aland Allow comparisons on IPv6 stuff, too
2005-10-18 aland Renamed paircmp to paircompare, as we should probably...
2005-09-08 aland Don't call inet_ntop() for IP addresses by default...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2005-02-07 aland Make "Strip-User-Name = No" work.
2004-11-23 aland In paircompare, don't get excited if the first attribute
2004-09-09 aland Pull regex fix from the head
2004-09-09 aland Define a macro for max regex matches, so we don't...
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-08-10 kkalevMove a few paircompare functions for specific attribute...
2004-08-09 kkalevMove the Login-Time,Current-Time,Expiration attribute...
2004-07-14 aland Length of match[i] = end - start, not just end.
2004-07-14 mgriegoFixed incorrect offset calculations when creating the...
2004-06-24 aland Cleanups for presufcmp(), to make it make more sense...
2004-06-22 aland pull diff from r1.62 to r1.63 from head
2004-06-22 aland Use the timestamp from the request
2004-06-17 aland Cleaned up ATTR_FLAGS
2004-06-14 aland Message is informational, not a real error
2004-04-05 aland The REQUEST is in the 'req' variable, not in 'request'
2004-04-05 aland NOT match is NOT zero.
2004-03-26 aland Allow only 0..8.
2004-03-23 aland For '=~', add the matching sub-strings to the request...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-24 aland With the updated "hints" file handling, we shouldn...
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....
next