Add "extern C {...} to header files for C++ builds.
[freeradius.git] / src / include / modules.h
2010-10-09 Alan T. DeKokAdd "extern C {...} to header files for C++ builds.
2010-05-31 Alan T. DeKokBump the module magic number.
2009-05-19 Alan T. DeKokAdded send/recv CoA methods to the server.
2009-04-23 Alan T. DeKokAllow virtual servers to be reloaded dynamically on HUP
2008-02-15 aland Allow server[foo] references as singles.
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-09-24 aland Generalized the module handling even more, which allow...
2007-08-13 aland Pulled fix from branch_1_1
2007-06-28 aland Pass CONF_SECTION to setup_modules(), in preparation for
2007-05-28 aland Support for VMPS. We can now send && receive VMPS...
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-04-08 aland Pull fix for bug #436 from branch_1_1
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
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
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 s/->strvalue/->vp_strvalue/g
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-05-26 aland More work to get rid of "static" variables.
2005-03-24 aland Deleted "component_names" and friends from modules...
2005-02-22 nbk Prototype changes for module_{pre,post}_proxy()
2003-07-04 aland Minor cleanups from Steve G
2003-01-14 kkalevAdd support for Acct-Type,Session-Type and PostAuth...
2002-10-21 aland Enable SIGTERM to shut down the server a little more...
2002-07-31 aland Added protoypes for pre-proxy, post-proxy, and post...
2002-06-14 aland Added initial handlers for pre-proxy, post-proxy,...
2002-03-02 kkalevo Add support for Autz-Type attribute. We can now creat...
2001-02-20 pacmanMake the 5 packet methods into an array within module_t...
2000-11-01 aland implement thread mutex locking/unlocking for modules...
2000-10-19 pacmanThis is the bigger part of the modular session framewor...
2000-10-05 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-10-05 aland Authtype grouping patch from "Alan Curry" <pacman...
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_authenticate function parameters
2000-08-25 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-04-25 aland regularized the module return codes to RLM_MODULE_...
2000-02-04 aland added necessary defines for the 'pre-accounting' entry...
2000-02-02 aland removed non-ANSI trailing commas from 'enum' declarations.
2000-01-31 aland include/radiusd.h
1999-08-18 aland moved stuff around
1999-08-16 alandInitial revision origin/aland