port fix from branch_1_1
[freeradius.git] / src / main / modcall.c
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-16 aland Move action2str to where it needs to be.
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-20 aland fix stdarg.h
2006-10-09 aland re-arrange the "apply priority" code so that it does...
2006-10-09 aland print out module return code, too. This appears to...
2006-10-03 aland ./scripts/min-includes +n <files listed here>
2006-09-28 aland Set component and module when processing a request...
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-14 aland else and elsif can't be used in load-balance sections...
2006-06-14 aland Bump the stack max to 32
2006-06-14 aland Indent lines in debug mode after "modcall:", so we...
2006-06-13 aland When returning, set return code
2006-06-12 aland Call modules iteratively, rather than recursively.
2006-06-01 fcusackimport from HEAD:
2006-05-30 aland More descriptive error message
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-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:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-15 aland cvs diff -u -r1.29 -r1.33 | patch -p0
2005-12-15 aland cvs diff -u -r1.35 -r1.37 modcall.c | patch -p0
2005-12-15 aland cvs diff -u -r1.24 -r1.28 modcall.c | patch -p0
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-27 aland Added 'default' module rcode, which sets a whack of...
2005-08-18 aland Move modules back to static struct, in preparation...
2005-05-24 aland One more "const", to get "size modcall.o" to zero...
2005-05-24 aland Updated cf_section_sub_find_name2 to be a little smart...
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2005-04-19 aland Removed unused variables
2005-04-08 aland 'static' to 'static const'
2005-03-31 aland In addition to groups
2005-03-29 aland print line numbers, too
2005-03-24 aland Deleted "component_names" and friends from modules...
2005-03-23 aland More debug messages to clarify what's going on
2005-03-23 aland Minor code cleanups. No functional changes
2005-03-22 aland Removed all references to exit() from the file. We...
2005-02-15 aland Make the "compile module" code actually return, rather...
2005-02-09 aland Pull fix for bug#173 from the head
2005-02-09 kkalevAdd a patch from Nicolas Baradakis to fix redundant...
2005-02-08 aland When there are errors instantiating a module, don...
2004-12-06 aland whitespace
2004-12-05 aland Parse load-balance groups by parsing them as normal...
2004-12-05 aland Added some support for load balancing sections. Some...
2004-10-20 aland If we've rejected a request because it's taken too...
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-06-10 aland Add two new fields to the REQUEST: module & component.
2004-04-19 kkalevApart from the 'return' action also allow a 'reject...
2004-03-02 aland Print out a warning message for groups which are empty.
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-12 aland Reserve priority zero for future use
2003-11-20 mcr mark arguments as UNUSED.
2003-09-24 aland Improved debugging messages...
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2002-11-21 aland Use new int2str and str2int functions, based on
2002-06-14 aland Added initial handlers for pre-proxy, post-proxy,...
2002-06-10 fcusack quiet compiler
2002-06-10 fcusack add <stdlib.h> for free(),atoi(),exit()
2002-01-14 3APA3A! Cosmetic changes to prevent warnings during compilation
2001-08-17 aland Change instances of 'assert' to 'rad_assert', so that...
2001-08-15 aland Give functions a return code, even if the last thing...
2001-07-01 cmillerGive more useful information (in a clearer format)...
2001-05-18 aland Updated 'short' names to be the same as the ones used...
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2001-02-20 pacmanMake the 5 packet methods into an array within module_t...
2001-01-23 pacmanMoved group{}-handling into compile_modsingle so groups...
2001-01-02 pacmanI was getting the "module name" from the wrong struct...
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-12-21 pacman This is the "configurable failover" patch, providing...