Whoops... handle MOD_CASE, too
[freeradius.git] / src / main / modcall.c
2013-08-23 Alan T. DeKokWhoops... handle MOD_CASE, too
2013-08-23 Alan T. DeKokRewrite the modcall MOD_* handlers. Updates #404.
2013-08-11 Alan T. DeKokOnly print foreach close brace once. Closes #377
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-25 Arran Cudbard-BellFix for opaque data double free
2013-07-17 Alan T. DeKokMore audits of the code
2013-07-17 Alan T. DeKokProper checks on group-type sections
2013-07-15 Arran Cudbard-BellCheck for dst list and src literal or xlat Closes #372
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-10 Arran Cudbard-BellRestructure map2request and dependencies to return...
2013-07-09 Arran Cudbard-BellFix all the update list debug output
2013-07-02 Arran Cudbard-BellCleanup things in modcall and fix missing closing brace
2013-07-02 Arran Cudbard-BellReorder arguments to radius_exec_program so they make...
2013-06-14 Arran Cudbard-BellMerge pull request #305 from skids/vpiter
2013-06-14 skidsFix foreach modcall. It was spinning infinitely.
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-09 skidsAdjust comment to direct users to newer doc file, READM...
2013-04-25 Alan T. DeKokLoop over ALL maps in the "update" section
2013-04-25 Arran Cudbard-BellUse correct macros for log messages with WARNING: ERROR...
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-23 Alan T. DeKokSwitch to new conditional evaluation engine.
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-19 Alan T. DeKokExpose fr_cond_t, but don't use it (yet)
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-16 Arran Cudbard-BellFix coverity issues
2013-04-16 Alan T. DeKokFix comment
2013-04-16 Alan T. DeKokFix attr_filter.foo.bar.baz.bar
2013-04-14 Alan T. DeKokClean up code for conditionally loading a module
2013-04-14 Alan T. DeKokConvert map / tmpl to use talloc
2013-04-14 Alan T. DeKokCorrectly load optional modules
2013-04-13 Alan T. DeKokMake the "update" sections more generic.
2013-04-09 Alan T. DeKokFix typo
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-03 Arran Cudbard-BellMerge pull request #267 from jcartermeru/master
2013-04-02 Alan T. DeKokReset priority when returning up the call stack
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellFix some clang specific compiler warnings
2013-03-29 Alan T. DeKokExpose mod_rcode_table
2013-03-29 Alan T. DeKokUse cf_log_err_cs/cp everywhere
2013-03-25 Alan T. DeKokSpaces are spaces, not tabs
2013-03-19 Alan T. DeKokMove paircopy() and friends to use talloc()
2013-03-17 Alan T. DeKokGeneralize the "ignore module" code
2013-03-17 Alan T. DeKokClean up debug output
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-02-18 Alan T. DeKokMore debug macros
2013-02-18 Alan T. DeKokRemove L_CONS
2013-02-16 Alan T. DeKokMake the main directory use vp->da
2013-02-15 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
2013-01-20 Arran Cudbard-BellUse of 'op' instead of 'operator', and declare it as...
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-12-01 Arran Cudbard-BellAdd attribute mapping functions to valuepair.c, and...
2012-10-08 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-05 Alan DeKokMerge pull request #101 from philmayers/escape-context2
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-10-04 Arran Cudbard-BellMerge pull request #87 from armitasp/master
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
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
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-08-11 Alan T. DeKokRemove compiler warning
2012-03-28 Alan T. DeKokAdded '-name" to conditionally load a module
2011-10-26 Alan T. DeKokRearranged code to build with various compile options
2011-10-19 Alan T. DeKokClean up error message so it makes more sense
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-08-20 Alan T. DeKokAdd support for "signed", just like integer64
2011-08-09 Alan T. DeKokAllow integer64 in filtering "update" lists
2011-06-26 Phil Mayersexamples of Doxygen on the source base
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-05-28 Alan T. DeKokAdded support for "break"
2011-05-28 Alan T. DeKokMake copy of "foreach" variable
2011-05-28 Alan T. DeKokMake debug output easier to read.
2011-05-27 Alan T. DeKokFix typo
2011-05-27 Alan T. DeKokAdded "foreach" to unlang
2011-03-17 Alan T. DeKokFix build error in test environment
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-29 Alan T. DeKokFix error message for people who don't understand it
2009-12-15 Alan T. DeKokInitialize value
2009-11-13 Alan T. DeKokAllow !* to work
2009-10-18 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
next