Fix typos in previous commit
[freeradius.git] / src / main / evaluate.c
2010-11-03 Alan T. DeKokFix typos in previous commit
2010-10-29 Alan T. DeKokDo checks on attribute *and* vendor.
2010-09-22 Alan T. DeKokFix condition for attribute not found
2010-06-30 Alan T. DeKokScan the number, not the leading \
2010-05-31 Alan T. DeKokMiracle of miracles... it seems to work
2009-12-21 Alan T. DeKokMake integers unsigned 32-bit, rather than signed
2009-12-15 Alan T. DeKokCatch possible NULL pointer on editing attribute list
2009-11-22 Alan T. DeKokMore warnings
2009-11-13 Alan T. DeKokAllow !* to work
2009-08-12 Alan T. DeKokFix minor issue
2009-06-30 Alan T. DeKokIf the previous evaluation failed, don't process '!'
2009-05-08 Alan T. DeKokExpose radius_get_vp, and make switch {} use it
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
2009-03-29 Alan T. DeKokAdd support for !* filtering.
2009-03-25 Alan T. DeKokSkip deleted attributes
2009-03-09 Alan T. DeKokMinor cleanups
2009-01-02 Alan T. DeKokEnable the server to originate CoA-Request && Disconnec...
2008-12-13 Alan T. DeKokOne more check for parse error
2008-12-12 Alan T. DeKokFix evaluation parser
2008-12-01 Alan T. DeKokDe-reference ptr after checking it.
2008-11-18 Alan T. DeKokCheck return codes for more instances of regcomp
2008-11-18 Alan T. DeKokCheck the return code of regcomp
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-07-30 Alan T. DeKokDon't use one buffer for two purposes
2008-06-30 aland Use new RDEBUG macros
2008-06-05 aland Compile-time WITH_UNLANG feature
2008-06-05 aland More WITH_PROXY additions to build when proxying isn...
2008-05-12 aland Added support for comparing dynamically expanded compa...
2008-05-06 aland Build on systems without <regex.h>
2008-05-02 aland un-break stuff release_2_0_4
2008-05-01 aland Fix handling of request->username
2008-04-30 aland Be a little more careful about updating request->usern...
2008-04-30 aland Expose the "fixed" pairmove function
2008-02-25 aland use strncmp, not memcmp
2008-01-15 aland Initialize variables
2008-01-15 aland Allow:
2008-01-06 nbk Add missing case T_OP_GE
2007-12-15 aland More 'const'
2007-12-09 aland let's free memory...
2007-11-23 aland More changes to make a common naming scheme. This...
2007-10-18 aland Allow "update" sections to update outer request, confi...
2007-09-26 aland Add == as a filtering operator in unlang, and document it.
2007-09-06 aland Clearer error message
2007-08-24 aland Expand regular expressions, too
2007-08-13 aland Free old %{1} etc only if the current one matched
2007-08-13 aland Pulled fix from branch_1_1
2007-08-13 aland On regex comparison, delete ALL previous %{0}.
2007-08-09 aland Corrected typo
2007-08-01 aland Mash operators so that the "detail" module (among...
2007-07-31 aland Allow !~ to work, too
2007-07-02 aland Added module return codes to conditions in unlang
2007-06-24 aland Don't check for appending attributes if the attribute was
2007-06-19 aland Use new conf filename api
2007-06-15 aland Update request->username && request->password if they...
2007-06-14 aland Remember which entries in the "to" list have been...
2007-06-14 aland Added support for "<=" and ">=". Made the conf file...
2007-06-14 aland Prefixed pairmove debug messages with :::
2007-06-13 aland Simplify the code a little
2007-06-13 aland free stuff
2007-06-13 aland Re-implement pairmove() WITHOUT bugs, and allow "...
2007-06-12 aland Use 'control' rather than 'config', due to issues...
2007-06-11 aland Added support for (... =~ /BOB/i)
2007-06-11 aland Update result only if we were told to evaluate the...
2007-06-11 aland Clean up printing
2007-06-11 aland When parsing a condition, if the next thing is !=...
2007-05-30 aland Try to compile the update foo {} sections at run time...
2007-05-29 aland Minor cleanups
2007-05-29 aland Clean up compiler warnings
2007-05-28 aland Be more forgiving
2007-05-28 aland Added support for regular expressions via (foo =~...
2007-05-28 aland Add support for "update foo" to the configuration...
2007-05-25 aland Add new complex conditions in radiusd.conf