More attributes as sent in by a nice person at HP
[freeradius.git] / src / modules / rlm_expr /
2010-05-31 Alan T. DeKokAll of the modules now build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2009-11-22 Alan T. DeKokCheck for NULL
2009-08-10 Alan T. DeKokrequest may be NULL
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
2009-04-17 Alan T. DeKokAllow operations OTHER than == to work for Packet-Src...
2008-08-17 Alan T. DeKokDEBUG -> RDEBUG
2008-08-13 Alan T. DeKokSet request->username to be Stripped-User-Name
2008-01-06 nbk Fix some compiler warnings.
2007-12-15 aland removed dependency on strtok
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-25 aland Define functions
2007-11-11 aland Mark more modules "safe for -C"
2007-08-13 aland Pulled fix from branch_1_1
2007-06-19 aland Rename "identity" to "server", for virtual server...
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 Use new radius_paircreate() function.
2007-04-17 aland Rename vp->lvalue to vp->vp_*, as appropriate.
2007-04-16 aland Allow non-regex matches to work, too
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-13 aland replace strNcpy strlcpy -- `cat file_list`
2007-02-13 aland un-register things
2007-02-12 aland call paircompare_unregister
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-10-03 aland ./scripts/min-includes +n <files listed here>
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
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-10 nbkPull from CVS 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:
2006-01-22 nbk Wipe out last vestiges of static/dynamic rules.
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-09-21 nbk Fix compilation warnings.
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-04-27 aland Remove libradius.h from the top of the standard header...
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-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-07-14 aland pull the patch from the head
2003-07-14 aland check for allocation failures
2002-12-02 aland Make numbers unsigned 32-bit ints, to match the on...
2002-10-01 aland Added configuration and documentation for the expressi...
2002-09-06 aland Don't do too much work to discover strings to xlat...
2002-07-30 aland Removed bogus 'authenticate' function, now that the...
2002-07-29 aland Preliminary 'expression' module, to allow you to do...