New build path variable
[freeradius.git] / src / main / valuepair.c
2010-11-08 Alan T. DeKokKeep track of "last in list" properly.
2010-10-03 Alan T. DeKokSigned / unsigned fixes and function prototypes
2010-07-16 Alan T. DeKokFix long-standing memory leak as found by Jerry Nichols
2010-05-31 Alan T. DeKokMiracle of miracles... it seems to work
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2008-12-15 Alan T. DeKokCheck tag values, too.
2008-11-18 Alan T. DeKokCheck return codes for more instances of regcomp
2008-08-28 Alan T. DeKokCheck return code of regcomp. Closes #583
2008-07-17 Alan T. DeKokfflush the log fp when debugging pair lists
2008-05-12 aland New function to validate if a comparison was registered
2008-03-07 aland Debug two new functions debug_pair && debug_pair_list to
2007-10-22 aland radius_pairmake(), to mirror radius_paircreate().
2007-08-13 aland Allow multiple !* in one entry in the "users" file
2007-08-13 aland Pulled fix from branch_1_1
2007-06-27 aland Print out warnings if we see User-Password == ...
2007-06-13 aland We don't do case-insensitive string comparisons. ...
2007-05-29 aland Removed unused variable
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-14 nbk Delete trailing whitespace.
2007-04-20 aland New radius_paircreate() function that takes a REQUEST...
2007-04-17 aland More replace vp->lvalue with vp->vp_*
2007-04-17 aland When done, return the last result.
2007-04-16 aland Added pair compare's for packet src/dst IP, src/dst...
2007-04-08 aland Pull fix for bug #436 from branch_1_1
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...
next