Back out some recent changes
[freeradius.git] / src / main / modcall.c
2010-08-06 Alan T. DeKokBack out some recent changes
2010-08-04 Alan T. DeKokSet "component" and "module" to more descriptive values
2010-04-29 Alan T. DeKokFix error message for people who don't understand it
2009-12-15 Alan T. DeKokInitialize value
2009-11-13 Alan T. DeKokAllow !* to work
2009-10-18 Alan T. DeKokDefine names
2009-06-16 Alan T. DeKokAdded the ability to selectively mark a module as alive...
2009-05-19 Alan T. DeKokAdded send/recv CoA methods to the server.
2009-05-08 Alan T. DeKokExpose radius_get_vp, and make switch {} use it
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
2009-03-06 Alan T. DeKokMore assertions
2009-01-02 Alan T. DeKokEnable the server to originate CoA-Request && Disconnec...
2008-09-03 Alan T. DeKokNew module-specific HUP, and find without linking
2008-08-31 Alan T. DeKokAdd forgotten line. Closes #585
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-08-18 Alan T. DeKokMinor changes to debug messages
2008-07-01 aland Allow `/path/to/program args`, too. This replaces...
2008-07-01 aland Allow in-line xlat's. The parser is horrible, but...
2008-06-30 aland Use new RDEBUG macros
2008-06-05 aland Compile-time WITH_UNLANG feature
2008-03-16 aland Added Module-Return-Code
2008-03-10 aland Don't use %s in a format string with no parameters.
2008-02-15 aland Allow server[foo] references as singles.
2008-02-10 aland Singles in authenticate{} return immediately. Sections
2008-01-05 nbk Declare variables before code
2007-12-28 aland free vp on error
2007-12-26 aland Virtual modules that are groups to themselves are...
2007-12-26 aland Don't get excited if virtual modules have only one...
2007-11-23 aland More changes to make a common naming scheme. This...
2007-10-18 aland Allow "update" sections to update outer request, confi...
2007-10-14 aland Add "method" to modcallable, so that we can call different
2007-09-26 aland Add == as a filtering operator in unlang, and document it.
2007-08-13 aland Pulled fix from branch_1_1
2007-07-06 aland Skip checking return code when the "else" wasn't taken.
2007-07-05 aland Don't permit "ok = 1", etc. in sections. They're...
2007-07-05 aland if, else, elsif don't change the module return code
2007-07-02 aland Added module return codes to conditions in unlang
2007-06-28 aland More uses of cf_log_err(), which cleans up the rest...
2007-06-26 aland Handle CONF_DATA, too
2007-06-21 aland If no value is set, allow it to be NULL.
2007-06-21 aland Corrected compiler warnings
2007-06-20 aland Be more particular about what can be in a "redundant...
2007-06-19 aland Add filename to CONF_ITEM, so that the error messages...
2007-06-14 aland Print out correct names for NULL groups
2007-06-14 aland Added support for "<=" and ">=". Made the conf file...
2007-06-13 aland Add support for "default" entries in a switch statement
2007-06-13 aland Re-implement pairmove() WITHOUT bugs, and allow "...
2007-06-13 aland Enforce operators in "update" sections
2007-06-12 aland Use 'control' rather than 'config', due to issues...
2007-06-12 aland Added support for xlat in switch statements
2007-06-12 aland Added sections "switch foo" and "case bar". Right...
2007-06-12 aland Include component and module name in REQUEST, and...
2007-06-11 aland Do more work to clean up on exit
2007-06-11 aland Moved check for top of stack to BEFORE printing out...
2007-05-30 aland Try to compile the update foo {} sections at run time...
2007-05-29 aland Notes and typos
2007-05-28 aland Cleaned up to avoid compiler warnings
2007-05-28 aland Add support for "update foo" to the configuration...
2007-05-25 aland Add new complex conditions in radiusd.conf
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-05-14 nbk Delete trailing whitespace.
2007-05-03 aland Reformatted debugging output to make it easier to...
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
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.
next