remove unnecessary assert
[freeradius.git] / src / main / modules.c
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
2011-11-20 Alan T. DeKokUpdate for 3.0 API
2011-11-08 Arran Cudbard-BellMark section_type_value as external (holds string names...
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-09-29 Alan T. DeKokLoad "server {...}" sections properly
2011-09-16 Alan T. DeKokNote which Auth-Type we're creating
2011-07-03 Alan T. DeKokBe less strict about duplicate virtual servers
2011-06-19 Alan T. DeKokMore hacks to make dlopen() work natively
2011-04-27 Alan T. DeKokLoad the default virtual server before any others
2011-03-29 Alan T. DeKokMore build fixes
2011-03-13 Alan T. DeKokComplain about duplicate virtual servers, too
2011-03-13 Alan T. DeKokLook for duplicate module definitions.
2010-12-08 Alan T. DeKokNot finding "modules" is a WARNING
2010-09-29 Alan T. DeKokEnable building WITHOUT_ACCOUNTING
2010-09-29 Alan T. DeKokEnable building #WITHOUT_PROXY
2010-09-29 Alan T. DeKokIgnore post-proxy type if proxy is disabled
2010-08-06 Alan T. DeKokBack out some recent changes
2010-08-04 Alan T. DeKokSet "component" and "module" to more descriptive values
2010-07-01 Alan T. DeKokMore provisions for dlopen'ing self.
2010-07-01 Alan T. DeKokProvisions for RTLD_SELF, when all of the modules are...
2010-05-31 Alan T. DeKokMiracle of miracles... it seems to work
2010-05-19 Alan T. DeKokPrint out section name for empty sections
2010-04-26 Alan T. DeKokAdded WITH_PROXY to allow it to build without proxying
2010-03-30 Alan T. DeKokMinor change to error output for clarity
2009-12-09 Alan T. DeKokTemplate code to use lt_dladvise()
2009-09-11 Alan T. DeKokMake a better name
2009-09-11 Alan T. DeKokWrap crap with more crap
next