Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / main / exec.c
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...
2003-01-27 aland Delayed commit from friday.
2003-01-23 aland Modified the 'exec program' functionality to be thread...
2002-10-15 aland Made the call to checkrad use the new thread-safe...
2002-06-21 cparker Jumbo fix to quiet compiler warnings by adding (int...
2002-06-11 aland Corrected typo in last commit
2002-06-11 aland Don't assert things are working, check for error codes.
2002-05-28 aland Added note on when/where we should translate and split the
2002-05-23 aland Make it work right
2002-05-22 aland Enable new code to handle forking child programs,...
2002-03-11 aland Bump up the number of fd's we close
2001-03-19 aland Corrected functionality of Exec-Program-Wait, as the...
2001-03-14 aland Implemented callbacks for escape function.
2001-03-14 aland Renamed radius_xlat2 to radius_xlat, as the old radius...
2001-03-05 cmiller Code "cleanups." I confess that I sometimes went...
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-12-17 hartwick * Fix a FIXME. Replace a call to rad_log() with DEBUG()
2000-11-20 aland updated arguments to pairfree()
2000-11-16 aland point 'buf' to the answer
2000-11-13 aland removed old 'radius_xlate' function, and replaced...
2000-11-10 aland seperated include for libradius.h from radiusd.h....
2000-10-17 pacmanQuiet many instances of "warning: passing arg N of...
2000-09-25 aland cleaning up #include files
2000-09-13 aland changed log() to radlog(). Over-loading function...
2000-07-25 aland Patched from "Alan Curry" <pacman-radius@cqc.com>:
2000-05-17 aland patch the parsing of returned attributes/commas from...
2000-04-18 aland checks for <sys/wait.h>, as recommended by the autocon...
2000-04-18 aland removed <sys/time.h> and <time.h>, to let "libradius...
2000-04-04 aland added xlat support for %{Attribute-Name}, so %u is...
2000-04-04 aland add '%U' to radius_xlat, too.
2000-03-07 aland took an idea from XTRadius. When doing an Exec-Progra...
2000-03-02 aland modified radius_xlate() to NOT use a static buffer...
1999-11-03 aland added yet one more 'const'
1999-11-03 aland added more 'const'
1999-09-28 miquels * Changed some strcpy()s over to strNcpy. It...
1999-08-16 alandInitial revision origin/aland