Fix merge error
[freeradius.git] / src / main / modules.c
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...
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-10 Arran Cudbard-BellCorrect declarations for 'check_config' global
2013-11-04 Arran Cudbard-BellMerge pull request #459 from jlohiser/v3.0.x_rpm_spec_fixes
2013-10-30 Alan T. DeKokPrint out name on end of loading server, too
2013-09-18 Alan T. DeKokRemove complaint for DHCP
2013-09-07 Alan T. DeKokUse typedef for components instead of "int"
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-03 Alan T. DeKokDo a second pass over the conditions. Fixes #421
2013-08-14 Alan T. DeKokUse correct arguments to talloc destructors
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-30 Arran Cudbard-BellReverse DICT_ATTR const order
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-06-28 Arran Cudbard-BellFix -HUP
2013-06-28 Arran Cudbard-BellMinor formatting in modules.c
2013-05-15 Alan T. DeKokA more robust way of statically removing "if (false...
2013-05-15 Alan T. DeKokNever mind... we'll get to this later
2013-05-15 Alan T. DeKokMinor fixes
2013-05-15 Alan T. DeKokIgnore subsections which statically evaluate to "false"
2013-05-09 skidsFix wypo in WITH_ macro. At worst it left an unused...
2013-05-09 skidsTypo in comments
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 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-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-14 Alan T. DeKokError if we try to load DHCP without DHCP dictionaries
2013-04-14 Alan T. DeKokIndentation / whitespace
2013-04-03 Alan T. DeKokNo longer need module_struct != module_name
2013-04-03 Alan T. DeKokThe server core now calls xlat_unregister() for the...
2013-04-03 Alan T. DeKokCall paircompare_unregister_instance() when freeing...
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-29 Alan T. DeKokUse cf_log_err_cs/cp everywhere
2013-03-22 Arran Cudbard-BellReally quiet
2013-03-22 Arran Cudbard-BellCheck access to libraries (quietly)
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-18 Alan T. DeKokUse RDEBUGE() instead of module_failure_msg
2013-03-17 Alan T. DeKokDocument conditional modules.
2013-03-17 Alan T. DeKokClean up debug output
2013-03-17 Alan T. DeKokLoad all modules in the "mods-enabled" directory.
2013-03-16 Alan T. DeKokRemove all dependencies on libltdl.
2013-03-16 Arran Cudbard-BellFixup rlm_eap and submodules, correcting data types...
2013-03-15 Arran Cudbard-BellFixup EAP type definitions
2013-03-09 Arran Cudbard-BellAdd module prefix to module, and make RDEBUGE set modul...
2013-03-09 Arran Cudbard-BellMerge pull request #219 from olivierbeytrison/ldap_enh
2013-03-09 Alan T. DeKokAdd TALLOC_CTX to paircreate()
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-07 Alan T. DeKokDon't dlclose() modules on "radiusd -m"
2013-02-19 Alan T. DeKokUse destructor
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-19 Alan T. DeKokMove virtual servers to talloc
2013-02-19 Alan T. DeKokMake modules use talloc
2013-02-19 Alan T. DeKokMove all conf file stuff to talloc
2013-02-18 Alan T. DeKokCall cf_section_parse_free before calling the module...
2013-02-18 Alan T. DeKokMore debug macros
2013-02-17 Alan T. DeKokUse strlcpy, and check sizeof module name
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-02-12 Arran Cudbard-BellAdd CONST to functions that return DICT_ATTR
2013-01-29 Alan T. DeKokHack to make rlm_perl RTLD_GLOBAL
2013-01-11 Arran Cudbard-BellAdd documentation to modules.h
2012-12-02 Arran Cudbard-BellAdd module failure message to rlm_exec
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-04 Alan T. DeKokSwitch to using dlopen() instead of libltdl.
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-04-11 Matthew Newtondon't segfault when invalid eap types in config
2012-03-28 Alan T. DeKokAdded '-name" to conditionally load a module
2012-02-22 Alan DeKokMerge pull request #50 from arr2036/rlm_rest
2012-02-21 Alan T. DeKokWarn if we can't shut down modules cleanly
2012-01-30 Alan T. DeKokAdd "const" for compiler warnings
next