Port fix for #945 from v3.0.x branch
[freeradius.git] / src / main / modcall.c
2015-04-05 Alan T. DeKokPort fix for #945 from v3.0.x branch
2015-03-24 Alan T. DeKokstart from 0 for failover
2015-02-01 Alan DeKokMerge pull request #895 from spbnick/v2.x.x_misc_fixes
2015-01-30 Nikolai KondrashovInitialize child count in modcall_recurse
2015-01-30 Nikolai KondrashovCheck radius_get_vp return value
2014-06-13 Arran Cudbard-BellMerge pull request #685 from sylphlin/v2.x.x
2014-06-10 Alan T. DeKokMake redundant-load-balance work again.
2014-03-03 Alan T. DeKokAllow module status to be forced to any module code
2013-10-21 Alan T. DeKokRestore old behavior for if(...)
2013-10-16 Alan T. DeKokAdd timeout arg to radius_exec_program, with default...
2013-09-30 Alan T. DeKokSilently skip empty subgroups
2013-09-30 Alan T. DeKokDon't set parent priority when calling a child
2013-09-29 Alan T. DeKokMinor change to use update actions
2013-09-29 Alan T. DeKokInitialize actions for UPDATE sections
2013-09-29 Alan T. DeKokAdd missing close brace
2013-09-28 Alan T. DeKokFix priority handling.
2013-09-19 Alan T. DeKokFix typo
2013-09-19 Alan T. DeKokShort-circuit "case"
2013-09-07 Alan T. DeKokPort fix for #425 from commit d9c798b4e
2013-09-06 Alan T. DeKokPort the new modcall code from v3.
2013-07-17 Alan T. DeKokMore audits of the code
2013-07-17 Alan T. DeKokProper checks on group-type sections
2013-07-11 Alan T. DeKokA section may have no children
2013-04-09 Alan T. DeKokFix typo
2013-04-02 Alan T. DeKokReset priority when returning up the call stack
2013-02-26 Arran Cudbard-BellMerge pull request #192 from candlerb/candlerb/expand_xlat
2013-02-18 Alan T. DeKokmypriority can be -1, too
2013-02-08 Alan T. DeKokTrack priorities for default action return
2013-02-08 Alan T. DeKokClarify handling of priority and result.
2013-02-06 Alan T. DeKokFix typo
2013-02-06 Alan T. DeKokUpdate sections inherit actions *and* priority
2012-09-18 Arran Cudbard-BellDon't use ci to iterate over subsections if we might...
2012-08-24 Alan T. DeKokUnblocked, not blocked
2012-08-24 Alan T. DeKokTrack blocked / non-blocked state
2011-10-19 Alan T. DeKokClean up error message so it makes more sense
2011-06-14 Alan T. DeKokAllow policies by section
2011-06-13 Alan T. DeKokAllow policies to refer to modules of the same name
2011-03-15 Alan T. DeKokFix compilation errors
2010-08-06 Alan T. DeKokBack out some recent changes
2010-08-04 Alan T. DeKokSet "component" and "module" to more descriptive values
2010-04-27 Alan T. DeKokFix error message for people who don't understand it
2009-12-15 Alan T. DeKokInitialize value
2009-11-14 Alan T. DeKokAllow !* to work
2009-10-20 Alan T. DeKokDefine names
2009-06-16 Alan T. DeKokAdded the ability to selectively mark a module as alive...
2009-05-19 Alan T. DeKokAdded send/recv CoA methods to the server.
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-06 Alan T. DeKokMore assertions
2009-01-02 Alan T. DeKokEnable the server to originate CoA-Request && Disconnec...
2008-09-03 Alan T. DeKokNew module-specific HUP, and find without linking
2008-08-31 Alan T. DeKokAdd forgotten line. Closes #585
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-08-18 Alan T. DeKokMinor changes to debug messages
2008-07-01 aland Allow `/path/to/program args`, too. This replaces...
2008-07-01 aland Allow in-line xlat's. The parser is horrible, but...
2008-06-30 aland Use new RDEBUG macros
2008-06-05 aland Compile-time WITH_UNLANG feature
2008-03-16 aland Added Module-Return-Code
2008-03-10 aland Don't use %s in a format string with no parameters.
2008-02-15 aland Allow server[foo] references as singles.
2008-02-10 aland Singles in authenticate{} return immediately. Sections
2008-01-05 nbk Declare variables before code
2007-12-28 aland free vp on error
2007-12-26 aland Virtual modules that are groups to themselves are...
2007-12-26 aland Don't get excited if virtual modules have only one...
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-10-14 aland Add "method" to modcallable, so that we can call different
2007-09-26 aland Add == as a filtering operator in unlang, and document it.
2007-08-13 aland Pulled fix from branch_1_1
2007-07-06 aland Skip checking return code when the "else" wasn't taken.
2007-07-05 aland Don't permit "ok = 1", etc. in sections. They're...
2007-07-05 aland if, else, elsif don't change the module return code
2007-07-02 aland Added module return codes to conditions in unlang
2007-06-28 aland More uses of cf_log_err(), which cleans up the rest...
2007-06-26 aland Handle CONF_DATA, too
2007-06-21 aland If no value is set, allow it to be NULL.
2007-06-21 aland Corrected compiler warnings
2007-06-20 aland Be more particular about what can be in a "redundant...
2007-06-19 aland Add filename to CONF_ITEM, so that the error messages...
2007-06-14 aland Print out correct names for NULL groups
2007-06-14 aland Added support for "<=" and ">=". Made the conf file...
2007-06-13 aland Add support for "default" entries in a switch statement
2007-06-13 aland Re-implement pairmove() WITHOUT bugs, and allow "...
2007-06-13 aland Enforce operators in "update" sections
2007-06-12 aland Use 'control' rather than 'config', due to issues...
2007-06-12 aland Added support for xlat in switch statements
2007-06-12 aland Added sections "switch foo" and "case bar". Right...
2007-06-12 aland Include component and module name in REQUEST, and...
2007-06-11 aland Do more work to clean up on exit
2007-06-11 aland Moved check for top of stack to BEFORE printing out...
2007-05-30 aland Try to compile the update foo {} sections at run time...
2007-05-29 aland Notes and typos
2007-05-28 aland Cleaned up to avoid compiler warnings
2007-05-28 aland Add support for "update foo" to the configuration...
2007-05-25 aland Add new complex conditions in radiusd.conf
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
next