Make modules use talloc
[freeradius.git] / src / main / modules.c
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
2009-09-05 Alan T. DeKokFirst stab at removing libltdl.
2009-09-05 Alan T. DeKokWork around insane retarded libtool && libltdl issues.
2009-08-09 Alan T. DeKokCache module lists for VMPS and DHCP
2009-05-19 Alan T. DeKokAdded send/recv CoA methods to the server.
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
2009-04-29 Alan T. DeKokCache modcallables for authorize, etc. for minor speed
2009-04-23 Alan T. DeKokLoad ALL virtual servers on HUP, even if one fails
2009-04-23 Alan T. DeKokWhoops... server->name could be NULL
2009-04-23 Alan T. DeKokEnsure we don't delete servers that are in use
2009-04-23 Alan T. DeKokAllow virtual servers to be reloaded dynamically on HUP
2009-04-23 Alan T. DeKokCreated and use virtual_server_t structure
2009-04-23 Alan T. DeKokAllow administrators to force_check_config
2009-04-05 Alan T. DeKokDon't load pre/post-proxy sections if we're not proxying
2009-02-03 Alan T. DeKokFree insthandle if there's no detach function
2008-12-01 Alan T. DeKokAssert that comp < count, not <= count
2008-09-04 Alan T. DeKokMove HUP code to per-module, not global
2008-09-03 Alan T. DeKokNew module-specific HUP, and find without linking
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-06-30 aland Use "" for server core && module
2008-06-06 aland Compile-time option WITH_ACCOUNTING
2008-06-05 aland Compile-time option to build WITHOUT_LIBLTDL.
2008-06-05 aland Compile-time options to remove session management...
2008-04-20 aland Integrate more into the server. Dp4
2008-03-11 aland Ignore non-pairs when instantiating modules in "instan...
2008-02-15 aland Allow server[foo] references as singles.
2007-12-31 aland*** empty log message ***
2007-12-28 aland free module structure on error
2007-12-27 aland Replaced DEBUG2 stuff with log of config/modules,...
2007-12-02 aland Call lt_dlexit() AFTER detach modules.
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-23 aland On HUP, cache the old configuration for ~60s. After...
2007-11-12 aland Added HUP support. As it happens, it's also thread...
2007-11-11 aland Added -C command-line option, documentation, debug...
2007-10-15 aland Define ALL types first, so that config in one section can
2007-10-15 aland Define dynamic types (Autz-type foo) etc. before tryin...
2007-10-14 aland Cleaned up warning and error messages
2007-10-03 aland More re-arrangements to clarify the code.
2007-09-26 aland Removed unused variable
2007-09-24 aland Generalized the module handling even more, which allow...
2007-09-24 aland Removed a number of function call arguments that are...
2007-09-24 aland Clean up auto-creation of dictionary types
2007-09-17 aland Relaxed the constraints around a default server block
2007-09-17 aland Renamed data structures to correspond to their usagewq
2007-08-13 aland Pulled fix from branch_1_1
2007-06-30 aland Proxy sockets don't have servers
2007-06-29 aland We now have a default "server {}" section
2007-06-29 aland Move "authorize", etc. into a default server{} block.
2007-06-29 aland Refuse to start if a listen section points to a server...
2007-06-28 aland Added cf_log_err() function, which simplifies common...
2007-06-28 aland Pass CONF_SECTION to setup_modules(), in preparation for
2007-06-19 aland Add filename to CONF_ITEM, so that the error messages...
2007-06-19 aland Added "identity" field to the REQUEST struct. It...
2007-06-19 aland Added missing ':' to error messages
2007-06-16 aland space may be NULL
2007-06-14 aland New "identy" support, where authorize, etc. can be...
next