Update the GPL boilerplate with the new address of the FSF.
[freeradius.git] / src / main / modules.c
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 nbkPull from CVS head:
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-09-01 aland Don't make values with high bit set, it confuses rad_c...
2005-08-18 aland Removed extraneous debug message
2005-08-18 aland Moved call to setup_modules() from server core to...
2005-08-18 aland Move modules back to static struct, in preparation...
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-08-08 nbk Delete post_proxy_authorize. The modules dealing with...
2005-05-26 aland More work to get rid of "static" variables.
2005-05-24 aland Updated cf_section_sub_find_name2 to be a little smart...
2005-05-17 aland Add name for "radiusd.conf" to mainconfig, so that...
2005-05-16 aland Don't even bother looking for "authorize", etc., if...
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2005-03-29 aland return on error, don't call exit()
2005-03-24 aland Deleted "component_names" and friends from modules...
2005-02-22 nbk Execute modules in {Pre,Post}-Proxy-Type stanzas ...
2005-02-15 aland Make the "compile module" code actually return, rather...
2004-11-11 aland Move patch from the HEAD
2004-10-15 aland Allow modules in "authorize", etc. to have subsections...
2004-04-23 aland Replaced an assertion with a run-time check, and error
2004-03-03 aland Added another debug message about which section it...
2004-03-02 aland Be less annoying about messages.
2004-02-27 aland print out an error for people who specify an Auth...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-12 aland Allow "redundant", "group", and "append" as section...
2004-01-12 aland Minor formatting to be pretty
2003-11-19 aland Check the sub-sections of authorize{}, authenticate...
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-08-14 aland Allow only some old names. Bug noted by Samuel Degrande
2003-05-20 aland Add names for items in 'authorize', etc. which aren...
2003-04-10 aland Made names of Auth-Type, etc. more consistent across the
2003-02-03 aland It's 'acctype', not 'accttype', for consistency.
2003-01-14 kkalevAdd support for Acct-Type,Session-Type and PostAuth...
2002-12-23 aland Now that we're about to add post-proxying, add a confi...
2002-11-21 aland Deleted the old (and hokey) 'new_sectiontype_value...
2002-10-21 aland Enable SIGTERM to shut down the server a little more...
2002-10-03 aland Remember what the main module list is..
2002-09-30 aland New modules get put into the START of the list, so...
2002-07-30 aland Added support for an 'instantiate' section, like autho...
2002-06-14 aland Added initial handlers for pre-proxy, post-proxy,...
2002-06-10 fcusack fix type for lt_dlhandle
2002-05-26 fcusack Load versioned libs.
2002-03-02 kkalevo Add support for Autz-Type attribute. We can now creat...
2001-09-13 aland Change the order of statement execution when instantia...
2001-08-17 aland Change instances of 'assert' to 'rad_assert', so that...
2001-07-01 cmillerGive more useful information (in a clearer format)...
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2001-02-20 pacmanGet rid of references to my old address
2001-02-20 pacmanMake the 5 packet methods into an array within module_t...
2001-01-03 aland Patch from Kristina Pfaff-Harris <kristina@greatbasin...
2001-01-02 pacmanI was getting the "module name" from the wrong struct...
2000-12-30 aland Corrected my email address to aland@ox.org
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-12-21 pacman This is the "configurable failover" patch, providing...
2000-12-19 aland moved the pthread mutex locks into the module instance...
2000-12-13 pacmanHere's authtype{} again, and I hope it's seen as cleane...
2000-12-13 pacmanBreaking up a large function - cosmetic change only.
2000-11-30 aland minor updates (alignment, etc), based on warnings...
2000-11-22 aland moved the LTDL_SET_PRELOADED_SYMBOLS() call to *before...
2000-11-20 aland removed old code handling stripped-user-name from...
2000-11-20 aland minor cleanups & touchups, to make the code simpler
2000-11-16 aland added new 'component_names' array, which contains...
2000-11-16 aland removed multiple variables 'authorize', 'authenticate...
2000-11-16 aland new function: rad_malloc().
2000-11-16 aland removed the 'default_auth_type' from the main module...
2000-11-13 aland minor typo update
2000-11-10 aland seperated include for libradius.h from radiusd.h....
2000-11-08 aland Deleted read_config_files(), and moved it's functionality
2000-11-03 aland minor cleanups to the code
2000-11-01 aland implement thread mutex locking/unlocking for modules...
2000-10-23 aland cleaned up error messages again.
2000-10-19 pacmanThis is the bigger part of the modular session framewor...
2000-10-18 hartwick Fix a couple of spelling mistakes in some comments.
2000-10-17 pacmanQuiet many instances of "warning: passing arg N of...
2000-10-05 aland Authtype grouping patch from "Alan Curry" <pacman...
2000-10-02 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-10-02 aland removed the check_items && reply_items from the author...
2000-10-02 aland Create the request->reply data structure as soon as...
2000-10-01 jcarnealChanged module_authenicate function to accept check...
2000-09-29 jcarnealAdded trivial patch to show which list a module is...
2000-09-13 aland changed log() to radlog(). Over-loading function...
2000-08-31 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-08-25 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-08-25 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-08-21 aland follow the libltdl instructions a little better, by...
2000-08-21 aland allow libltdl to decide which paths to search when...
2000-08-18 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-08-18 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-07-28 aland removed all dependencies on dlopen() and friends....
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-05-05 aland use 'radlib_dir', and parse it from the configuration...
2000-04-25 aland regularized the module return codes to RLM_MODULE_...
2000-02-05 aland added functionality for Proxy-To-Realm and Replicate...
2000-02-04 aland added necessary defines for the 'pre-accounting' entry...
2000-01-31 aland updates for new request->username
next