remove unnecessary assert
[freeradius.git] / src / main / modules.c
2017-05-26 Alan T. DeKokremove unnecessary assert
2017-05-20 Stefan PaetowMerge branch 'v3.0.x' into v3.0.x
2017-05-19 Alan T. DeKokfix wrong assertion. Found by PVS-Studio
2016-11-05 Arran Cudbard-BellMerge branch 'v3.0.x' into v3.0.x
2016-11-03 Arran Cudbard-BellMerge branch 'v3.0.x' into ldap-null-check
2016-11-03 Alan T. DeKokRename lt_* to fr_*. Fixes #1277
2016-06-21 Alan T. DeKokBuild without DHCP
2016-05-18 Alan T. DeKokWARN on duplicate Auth-Type
2015-12-20 Alan T. DeKoktypo
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-12-19 Alan T. DeKokparent instances off of instance tree
2015-11-09 Alan T. DeKokfix modules debug
2015-11-09 Alan T. DeKokfree paircompare only if we had them
2015-10-08 Arran Cudbard-BellCID #1325789
2015-10-07 Arran Cudbard-BellFix tests on macs running in rootless mode
2015-09-22 Alan DeKokMerge pull request #1262 from jpereira/fix/better-msg1
2015-09-22 Jorge PereiraShow the name of virtual-server
2015-09-04 Alan T. DeKokUse correct name for module
2015-09-04 Alan T. DeKokGenerate fewer complaints on trying "foo.authorize"
2015-09-03 Alan T. DeKokTypo
2015-09-03 Alan T. DeKokAdd module_instantiate_method()
2015-09-02 Alan T. DeKokDon't us be HUP'd repeatedly.
2015-07-24 Arran Cudbard-BellFormatting
2015-07-03 Alan T. DeKokdladdr() isn't posix. Fixes #1113
2015-07-03 Alan T. DeKokShow where we load the modules from. Fixes #1113
2015-06-30 Arran Cudbard-BellFix dlopen wrapper so it produces proper error messages
2015-06-06 Alan T. DeKokDocument what's going on
2015-06-06 Alan T. DeKokCan't hup a module with bootstrap method
2015-05-17 Alan T. DeKoknode->cs can't be NULL. Closes CID #1298632
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-12 Alan T. DeKokCall cf_section_parse_pass2() when the module is instan...
2015-05-05 Arran Cudbard-BellSet the name of module instance structures correctly
2015-04-29 Alan T. DeKokCall instantiate if we're checkinfg the config
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-03-08 Arran Cudbard-BellMerge pull request #919 from nchaigne/3.0.x-fb3
2015-03-05 Alan T. DeKokEnsure that types can't have value 0
2015-02-26 Arran Cudbard-BellOnly Access-Reject(Reject), COA-NAK, Disconnect-NAK...
2015-02-19 Alan T. DeKokBetter check for bare "authorize" etc. statements
2015-02-09 Alan T. DeKokPrint out error for non-server "authorize" etc. sections
2015-02-09 Alan T. DeKokDo pass2 compilation on "authorize" outside of a server...
2015-02-04 Alan T. DeKokBetter error message
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-13 Alan T. DeKokDefine "Auth-Type foo" before loading the modules.
2014-12-31 Arran Cudbard-Bellrename cf_itemto*
2014-12-22 Arran Cudbard-BellGCC fixes
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-11-24 Alan T. DeKokFailed to register redundant xlat is a warning, not...
2014-11-24 Alan T. DeKokAdd redundancy for XLATs.
2014-11-24 Alan T. DeKokRelax restrictions on modules in instantiate
2014-11-24 Alan T. DeKokAllow "group" in instantiate
2014-11-17 Arran Cudbard-BellFormatting
2014-11-17 Arran Cudbard-Belllldb doesn't like this
2014-11-14 Alan T. DeKokCheck sections in "instantiate"
2014-11-11 Alan T. DeKokDon't leak memory on exit
2014-10-29 Alan T. DeKokAutomatically remove xlat's when we free a module instance
2014-10-28 Alan DeKokMerge pull request #818 from spbnick/pool_trigger_fallt...
2014-10-25 Alan T. DeKokConvert modcall.c to talloc
2014-09-25 Alan T. DeKokRemove unused assignment
2014-09-22 Alan T. DeKokCall cf_section_parse_pass2() after loading all of...
2014-09-09 Alan DeKokMerge pull request #787 from spbnick/coverity_fixes1
2014-09-08 Arran Cudbard-BellNot all servers have sections
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Arran Cudbard-BellAdd module type sanity check
2014-07-12 Arran Cudbard-BellAdd support for connection pool reuse
2014-07-12 Arran Cudbard-BellConvert another argument to bool
2014-07-12 Alan DeKokMerge pull request #730 from nchaigne/v3.0.x
2014-07-08 Arran Cudbard-BellTry and make dlopen library search messages clearer
2014-06-27 Alan T. DeKokMove checks for virtual_server to listen_parse()
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellFixup talloc destructors
2014-06-18 Arran Cudbard-BellFix merge error
2014-06-18 Arran Cudbard-BellParent rbtrees correctly
2014-05-22 Alan T. DeKokRun pass2_cb on components once, not for each component
2014-05-11 Arran Cudbard-BellDon't rate limit messages with -X so we get consistent...
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-08 Arran Cudbard-BellWhitespace
2014-05-02 Alan T. DeKokUse "ignoring" instead of bureaucratic sounding phrase
2014-05-02 Arran Cudbard-BellMake the server seem less alerted
2014-05-02 Arran Cudbard-BellSetting RTLD_NOW is pretty useful too
2014-05-02 Arran Cudbard-BellPull additional debugging info from master into v3.0.x
2014-05-02 Alan T. DeKokPre-compile Auth-Type and *-Type sections, too
2014-04-20 Alan T. DeKokFor -xxxx, print out the parsed sections of "unlang"
2014-04-08 Alan T. DeKokFix module API and use consistent names
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-03-22 Alan T. DeKokMove load-time removal of 'if' conditions
2014-03-22 Alan T. DeKokFix use of add_to_modcallable()
2014-03-22 Alan T. DeKokIt's "elsif", not "elseif"
2014-03-11 Alan T. DeKokLoad DHCP + VMPS dictionaries before loading any modules
2014-02-24 Alan T. DeKokFix typo
2014-02-24 Alan T. DeKokMake empty sections DEBUG3, not DEBUG2.
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-18 Alan T. DeKokOnly complain once for ignored modules
2014-01-27 Arran Cudbard-BellReplace dattr with da
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-26 Alan T. DeKokAuto-load dictionary.vqp and dictionary.dhcp
2014-01-23 Arran Cudbard-BellAdd version consistency checks between applications...
next