Enable building #WITHOUT_PROXY
[freeradius.git] / src / modules / rlm_exec / rlm_exec.c
2010-09-29 Alan T. DeKokEnable building #WITHOUT_PROXY
2010-07-26 Alan T. DeKokFix changes pulled from v2.1.x for new API
2010-07-16 Alan T. DeKokRe-enabled Exec-Program and Exec-Program-Wait for accou...
2010-07-01 Alan T. DeKokAllow exec in recv/send coa sections
2010-05-31 Alan T. DeKokMany more changes to get it to build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2008-12-15 Alan T. DeKokIf input pairs is NULL, return NOOP
2008-08-17 Alan T. DeKokDEBUG -> RDEBUG
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-11 aland Mark more modules "safe for -C"
2007-10-03 aland Removed useless error message
2007-08-13 aland Pulled fix from branch_1_1
2007-06-18 aland Strip embedded LF's and CR's
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-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland Don't de-reference NULL on exec
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
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-14 aland Removed all free(inst->foo) where "foo" comes from...
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-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-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-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-28 aland Re-implemented Exec-Program && Exec-Program-Wait in...
2005-11-11 aland Include files used to build the server are now <freera...
2005-09-29 nbk Add an attribute to the unused parameters.
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-04-27 aland Remove libradius.h from the top of the standard header...
2005-04-08 aland 'static' to 'static const'
2004-12-29 phampsonAdd an option to rlm_exec to control whether shell...
2004-12-29 phampsonRollback 1.12, which was comitted with the wrong commen...
2004-12-29 phampsonMore autoheader cleanups. Use autoheader for modules...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-09-25 phampsonMake wait=no possible, and add an extra check for possi...
2003-07-14 aland pull the patch from the head
2003-07-14 aland check for allocation failures
2003-05-20 aland Added 'none' as allowed string
2003-04-09 aland Added configuration option to allow execution on packe...
2003-02-04 aland Output warning if there are no attributes in the input...
2003-01-31 aland Allow no output pairs if we're not waiting.
2003-01-29 aland Allow exec in authenticate sections, too.
2003-01-29 aland Last stage of getting rlm_exec to work in multiple...
2003-01-24 aland Made exec program return the VP's which were parsed...
2003-01-23 aland Add preliminary stage of 'exec' module, which currentl...