Enable building #WITHOUT_PROXY
[freeradius.git] / src / main / modules.c
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...
2007-06-14 aland Make spaces 'const char *', rather than 'int', in...
2007-05-28 aland Support for VMPS. We can now send && receive VMPS...
2007-05-28 aland Added preliminary VMPS support. The code can receive...
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-21 aland Clarified text
2007-05-14 nbk Delete trailing whitespace.
2007-05-03 aland Standardized format for debugging output, after a...
2007-05-03 aland More readable debug output
2007-05-03 aland Reformatted debug output to make it easier to read
2007-04-18 aland Move components to tree rather than hash, which is...
2007-04-10 aland Keep SNMP statistics for packets we receive from clien...
2007-04-08 aland Leak memory rather than dying on HUP.
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-04-03 aland Massive change to the server core to remove horrid...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2007-02-12 aland Free allocated memory
2007-02-09 aland use correct lineno
2007-02-09 aland use correct lineo.
2006-11-26 aland pull fixes from branch_1_1
next