If the module was optional (-sql) it's real name is "sql"
[freeradius.git] / src / main / modcall.c
2014-03-19 Alan T. DeKokIf the module was optional (-sql) it's real name is...
2014-03-19 Alan T. DeKokRemove extraneous ?. It's ugly
2014-03-16 Arran Cudbard-Bellradius_parseattr should output errors with fr_strerror_...
2014-03-16 Arran Cudbard-BellChange order of arguments in radius_parse_attr
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-03-13 Arran Cudbard-BellFix new warnings emitted by clang
2014-02-27 Alan T. DeKokuse rlm_rcode_t typedef for calling modules
2014-02-27 Alan T. DeKokAllow module status to be forced to any module code
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-18 Alan T. DeKokWe don't need to know about virtual modules being loaded
2014-01-26 Alan T. DeKokAuto-load dictionary.vqp and dictionary.dhcp
2014-01-23 Alan T. DeKokRevert "Auto-load dictionary.vqp and dictionary.dhcp"
2014-01-23 Alan T. DeKokAuto-load dictionary.vqp and dictionary.dhcp
2014-01-17 Alan T. DeKokUse correct reference for error message
2014-01-07 Alan T. DeKokBuild fixes WITHOUT_UNLANG
2013-12-04 Arran Cudbard-BellAdd test for literal values
2013-11-26 Alan T. DeKokEnsure that "break" can only occur in "foreach" sections
2013-11-26 Alan T. DeKokMake "break" jump out of the "foreach" loop
2013-11-17 Arran Cudbard-BellQuiet static analysis
2013-11-15 Arran Cudbard-BellChange order of arguments for radius_get_vp to be the...
2013-11-04 Arran Cudbard-BellMerge pull request #459 from jlohiser/v3.0.x_rpm_spec_fixes
2013-10-29 Alan T. DeKokTypo
2013-10-29 Alan T. DeKokPrint the start of a Foreach block, too
2013-10-29 Alan T. DeKokCopy only one VP
2013-10-21 Phil MayersRestore most-recent return code match in if()/elsif()
2013-10-16 Matthew Newtonadd timeout arg to radius_exec_program, with default...
2013-10-13 Alan T. DeKokProperly initialize variable
2013-10-10 Arran Cudbard-BellWhitespace
2013-10-10 Arran Cudbard-BellSlightly better error message
2013-10-04 Alan T. DeKokRevert afe57485. Fixes #442
2013-09-30 Alan T. DeKokSilently skip empty subgroups
2013-09-30 Alan T. DeKok"case" can only occur within a "switch"
2013-09-30 Alan T. DeKokDon't set parent priority when calling a child
2013-09-29 Alan T. DeKokPort fix for update sections from v2.x.x
2013-09-28 Alan T. DeKokFix priority handling
2013-09-20 Arran Cudbard-BellWrap _exit and exit. Prints error message, and when...
2013-09-19 Alan T. DeKokShort-circuit "case"
2013-09-07 Alan T. DeKokRemember the highest priority. Fixes #425
2013-09-07 Alan T. DeKokUse typedef for components instead of "int"
2013-09-07 Alan T. DeKokClean up debug messages for open / close brace
2013-09-06 Alan T. DeKokRevert "Use AUTZ rules for AUTH groups. Fixes #425"
2013-09-06 Alan T. DeKokUse AUTZ rules for AUTH groups. Fixes #425
2013-09-06 Alan T. DeKokLog the first name of the group
2013-09-05 Alan T. DeKokRe-enable virtual attributes for comparison. Fixes...
2013-09-04 Alan T. DeKokUpdate priority from child, too. Closes #424
2013-09-03 Arran Cudbard-BellDefine grouptype as an enum for debugging purposes
2013-09-03 Alan T. DeKokDo a second pass over the conditions. Fixes #421
2013-08-27 Arran Cudbard-BellCorrect typo. We should use foreach_depth as the reque...
2013-08-26 Alan T. DeKokCorrect logic for "elsif"
2013-08-26 Alan T. DeKokClean up debug / info messages
2013-08-26 Alan T. DeKokInitialize "found"
2013-08-23 Alan T. DeKokFix a typo
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)
next