Added initial handlers for pre-proxy, post-proxy, and post-auth.
[freeradius.git] / src / main / modcall.c
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...