import from branch_1_1:
[freeradius.git] / src / main / modules.c
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
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-10-03 aland ./scripts/min-includes +n <files listed here>
2006-09-28 aland Set component and module when processing a request...
2006-09-13 aland When walking over a section, handle the case of CONF_DATA
2006-09-01 aland All components and indices for module calling are...
2006-09-01 aland Move the module lists to hash tables, which are simple...
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-12 aland Call modules iteratively, rather than recursively.
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-04-07 aland Pull fix from head (a long time ago) to exit if we...
2006-04-07 aland Be a little smarter about checking names in authentica...
2006-04-07 aland Be a little smarter about checking names in authentica...
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-16 nbk Update the GPL boilerplate with the new address of...
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:
2006-01-09 aland With modcall.c fixes pulled from CVS head, we now...
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.
next