Factor out argv splitting into rad_expand_xlat
[freeradius.git] / src / main / exec.c
2013-02-26 Brian CandlerFactor out argv splitting into rad_expand_xlat
2013-02-18 Alan T. DeKokRemove L_CONS
2013-02-16 Alan T. DeKokMake the main directory use vp->da
2013-01-20 Arran Cudbard-BellRemove @version, doxygen seems to parse $id ok
2013-01-11 Arran Cudbard-BellMove license declarations outside of file descriptions
2012-10-25 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-22 Alan T. DeKokDon't complain if there are triggers don't exist
2012-10-08 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-05 Alan DeKokMerge pull request #101 from philmayers/escape-context2
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-04-29 Alan T. DeKokRate limit some triggers.
2011-12-26 Alan T. DeKokPortability fixes for Mingw33
2011-11-09 Arran Cudbard-BellFixup doxygen comments in exec.c
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-06-26 Phil Mayersexamples of Doxygen on the source base
2011-06-21 Alan T. DeKokProgram name isn't available here
2011-06-21 Alan T. DeKokPrint out *which* program is causing the delay
2011-05-13 Phil Mayerssplit exec functionality into 3 parts
2011-04-22 Alan T. DeKokAdded triggers for HUP, TERM, home server alive/zombie...
2011-04-22 Alan T. DeKokAdded function to run SNMP triggers
2010-07-22 Alan T. DeKokAllow for spaces to be escaped in exec program.
2010-04-16 Alan T. DeKokDon't block when doing 'exec wait', and reading from...
2009-10-18 Alan T. DeKokPrint env vars in parent, not child
2008-08-24 Alan T. DeKokClose pipe FD's on failed fork
2007-10-29 aland Use better function
2007-10-29 aland More checks for functions on unsupported platforms
2007-08-13 aland Pulled fix from branch_1_1
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-04-25 aland Don't call radius_xlat if there's no request pointer
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-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-09 aland cleaned up the exec stuff again, and moved the "wait for
2007-02-09 aland Cleaned up exec stuff, to make it more like the CVS...
2007-01-26 aland use fork() where we don't need to wait.
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-06 aland Pull code from CVS head to split argv BEFORE radius_xl...
2006-09-30 mgriegoSleep for 1 second if the child hasn't returned yet...
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-21 aland Cleaned up fork code (again) so that when a module...
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
2006-03-24 aland Port closefrom() patches from the 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-14 aland Look at the correct variable
2005-11-14 nbk Move back the file 'exec.c' from src/modules/rlm_exec...
2005-08-11 nbk Move the file 'exec.c' from src/main to src/modules...
2005-02-28 aland Moved copy_string && copy_var from exec.c to util...
2005-02-15 aland Check for maximum argv.
2005-02-15 aland put argv & response from child into different buffers.
2004-12-29 phampsonAdd an option to rlm_exec to control whether shell...
2004-10-12 aland s/T_INVALID/T_OP_INVALID/
2004-09-17 aland Rearranged the code to do:
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-23 aland Properly initialize a variable
2004-01-12 aland Pass *all* VP's to the exec'd program, instead of...
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-08-25 aland Correct return code from userparse()
2003-02-04 aland Don't core dump if there are no input pairs in the...
2003-01-29 aland Last stage of getting rlm_exec to work in multiple...
next