map_cast_from_hex() does not produce error messages
[freeradius.git] / src / main / modcall.c
2017-03-28 Alan T. DeKokmap_cast_from_hex() does not produce error messages
2016-09-29 Alan T. DeKoksimplify debug messages
2016-09-13 Alan T. DeKokadd verify request on debug >= 3
2016-06-30 Alan T. DeKokDo pass2 compilation on conditions. Fixes #1632
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-12-14 Alan T. DeKokcheck undefined attributes
2015-10-27 Alan T. DeKokMore checks for else. Fixes #1355
2015-10-06 Arran Cudbard-BellMerge pull request #1307 from jpereira/feature/policy...
2015-10-06 Alan T. DeKokname2 might not exist. Don't use it for debugging...
2015-10-01 Alan DeKokMerge pull request #1270 from mcnewton/v3.0.x
2015-09-28 Alan T. DeKokDon't go to next sibling on empty case. Fixes #1274
2015-09-23 Alan T. DeKokMore fixes for virtual attributes
2015-09-23 Alan T. DeKokAllow checks for existence of virtual attrs. Fixes...
2015-09-16 Alan T. DeKokAllow virtual attrs in switch. Fixes #1240
2015-09-15 Arran Cudbard-BellDocument and fix args
2015-09-15 Alan T. DeKokAllow dots in policy / module names. Fixes #1237
2015-09-11 Alan T. DeKokSyntax errors are errors, not assertions
2015-09-04 Alan T. DeKokActually set method
2015-09-04 Alan T. DeKokAllow virtual modules to have method over-rides, too
2015-09-03 Alan T. DeKokAdd module_instantiate_method()
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-07-10 Alan T. DeKokMore optimizations
2015-07-10 Alan T. DeKokStandardize warning messages
2015-07-09 Alan T. DeKokDon't convert RHS to data if RHS is empty
2015-07-09 Alan T. DeKokDo more optimizations
2015-07-09 Alan T. DeKokAlways recurse in pass2
2015-07-09 Alan T. DeKokExplictly handle more condition types
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-25 Arran Cudbard-BellMerge pull request #1069 from jpereira/develop/cereja1
2015-06-25 Alan T. DeKokActually implement "break".
2015-06-19 Alan T. DeKokMove virtual re-write to pass2 callback
2015-05-14 Arran Cudbard-BellCallbacks used by map_to_request should take a TALLOC_C...
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-05 Arran Cudbard-BellAssignment ops should not include equality ops
2015-04-30 Arran Cudbard-Bellvalue_pair_map_t -> vp_map_t
2015-04-29 Alan T. DeKokAdd "bootstrap" method, and clean up module API.
2015-04-29 Alan T. DeKokRename RLM_COMPONENT_* to MOD_*
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-04-10 Alan T. DeKokCast auto-converted only if the RHS is hex
2015-04-10 Alan T. DeKokCast auto-converted attrs to the correct type
2015-04-05 Alan T. DeKokBetter name for variable
2015-04-04 Alan T. DeKokFix for redundant-load-balance. Closes #945
2015-04-04 Alan T. DeKokRemove redundant open brace
2015-04-04 Alan T. DeKokRevert "Loop over COUNT entries. Maybe addresses ...
2015-04-01 Alan T. DeKokLoop over COUNT entries. Maybe addresses #945
2015-03-11 Arran Cudbard-BellRename value_pair_tmpl_t for v3.0.x too, else merging...
2015-03-08 Arran Cudbard-BellMerge pull request #919 from nchaigne/3.0.x-fb3
2015-03-05 Arran Cudbard-BellReturn int not bool for all tmpl functions
2015-03-05 Arran Cudbard-Belltmpl_free function is no longer needed, as value_pair_t...
2015-03-02 Alan T. DeKokTweak priorities
2015-02-28 Alan T. DeKokChange priorities of Auth-Type sections. Fixes #914
2015-02-28 Alan T. DeKokRemove "append". It was never used for anything
2015-02-27 Alan T. DeKokFix escaping for once and all.
2015-02-25 Alan T. DeKokUse length from expand, not from talloc. Fixes #911
2015-02-10 Herwin WeststrateFixed a number of double semicolons in source
2015-02-09 Alan T. DeKokIf this module is done pass2, go to the next one
2015-02-06 Alan T. DeKokMove assertion
2015-02-06 Alan T. DeKokAssert to catch catastriphic errors
2015-01-20 Alan T. DeKokLimit switch to non-list, too
2015-01-20 Alan T. DeKokcase statements can't refer to lists
2015-01-20 Alan DeKokMerge pull request #879 from mcnewton/manupdate
2015-01-20 Alan T. DeKokModules cannot be named for reserved words in unlang
2015-01-18 Arran Cudbard-BellRemove restriction on assigning return codes only to...
2015-01-17 Arran Cudbard-BellMove xlat functions into a separate header file
2015-01-16 Alan T. DeKokFix comments
2015-01-16 Alan T. DeKokReturn on parse error for break / return
2015-01-16 Alan T. DeKokAllow action over-rides for all modules. Fixes #876
2015-01-05 Arran Cudbard-BellAdd tests for Module-Failure-Message
2015-01-05 Alan T. DeKokRemove extraneous debug message
2015-01-05 Alan T. DeKokRecurse into "if (1)" too, for pass2 compilations
2015-01-05 Arran Cudbard-BellDisable subcaptures the proper way
2015-01-04 Arran Cudbard-BellQuiet coverity
2015-01-02 Arran Cudbard-BellAllow foreach to operate on lists
2015-01-01 Arran Cudbard-BellRename radius_expand_tmpl to tmpl_expand and make it...
2014-12-31 Arran Cudbard-Bellrename cf_itemto*
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-15 Alan T. DeKokBetter way of dealing with undefined attrs in update
2014-12-15 Alan DeKokMerge pull request #857 from spbnick/move_trigger_include
2014-12-15 Alan T. DeKokError out if the attribute is unknown after pass2
2014-12-15 Arran Cudbard-BellRemove unused code
2014-12-15 Arran Cudbard-BellRemove restriction on implicit casts in map_to_vp
2014-12-15 Arran Cudbard-BellRemove &Attr[#] it's very difficult to make it work...
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-13 Arran Cudbard-BellAdd support for 'm' (multiline) regex flag
2014-12-12 Arran Cudbard-BellCreate abstraction layer around regular expression...
2014-12-08 Alan DeKokMerge pull request #850 from mcnewton/patch-dpkg
2014-12-06 Alan T. DeKokEnsure data.ptr is always initialized
2014-12-06 Alan T. DeKokDon't free thing until we're done
2014-12-06 Alan T. DeKokMore escaping / unescaping fixes.
2014-12-01 Arran Cudbard-BellFix the conffile parser to parse RHS literals as prefix...
2014-11-25 Alan T. DeKokBetter error message, refer to mods-enabled
2014-11-22 Arran Cudbard-BellAdd support for &Attribute[#]
2014-11-21 Arran Cudbard-BellMerge pull request #837 from leprechau/feature/check_simul
2014-11-21 Arran Cudbard-BellRename fixup_unknown
2014-11-21 Arran Cudbard-BellNot unknown, but undefined
2014-11-19 Alan T. DeKokAllow empty strings in "case" statements. Closes #836
2014-11-17 Alan T. DeKoktmpl_da, not da
2014-11-13 Alan T. DeKokCleanups and better tests for foreach / return
2014-11-13 Alan T. DeKokIn foreach, check "next" stack for break / return
next