reduce scope of variable. Found by PVS-Studio
[freeradius.git] / src / main / exec.c
2017-05-19 Alan T. DeKokreduce scope of variable. Found by PVS-Studio
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-11-30 Alan T. DeKokcast for %u
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-05-15 Arran Cudbard-BellFix const stupidity in exec function and rad_expand_xlat
2015-05-14 Arran Cudbard-BellCallbacks used by map_to_request should take a TALLOC_C...
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2014-12-04 Arran Cudbard-BellNote on why we don't need to escaping for execve
2014-10-16 Alan T. DeKokdoxygen
2014-10-16 Nikolai Kondrashovexec: Don't assume request presence when logging
2014-10-02 Arran Cudbard-BellReorder radius_exec_program arguments to be consistent...
2014-10-02 Arran Cudbard-BellChange logging in radius_exec_program to use R* macros
2014-09-11 Arran Cudbard-BellShould be T_INVALID not T_OP_INVALID
2014-06-13 Arran Cudbard-BellShouldn't be an error...
2014-05-29 Arran Cudbard-BellFix Coverity #1216798 #1216797 #1216796 #1216795 #1216794
2014-05-02 Arran Cudbard-BellStill need to NULL terminate env vars array
2014-05-02 Arran Cudbard-BellFix scan complaints in radius_start_program
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-02-21 Arran Cudbard-BellFix more booleans
2014-01-27 Arran Cudbard-BellStrip trailing new lines from exec output
2014-01-26 Arran Cudbard-BellCleanup signal handling code
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-24 Arran Cudbard-BellCleanup radius_exec_program
2014-01-14 Arran Cudbard-BellMinor fixes in radius_start_program
2013-10-16 Matthew Newtonadd timeout arg to radius_exec_program, with default...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-10 Arran Cudbard-BellMissed colon
2013-07-09 Arran Cudbard-BellFix all the update list debug output
2013-07-02 Arran Cudbard-BellReorder arguments to radius_exec_program so they make...
2013-06-19 Arran Cudbard-BellFixup exec logging
2013-06-16 Arran Cudbard-Bellmore rlm_exec fixes
2013-06-14 Arran Cudbard-Bellother fix for rlm_exec
2013-06-14 Arran Cudbard-BellExec patch (from Alan D)
2013-06-14 Arran Cudbard-Bellupdate function documentation
2013-06-06 Alan T. DeKokEnsure user_msg is initialized
2013-05-30 Arran Cudbard-BellFixup doxygen comments to pass new check
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-15 Alan T. DeKokMoved "exec_trigger" to threads.c
2013-05-14 Alan T. DeKokRemove use of global variable
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-25 Alan T. DeKokRevert "Replace some globals with library specific...
2013-04-23 Arran Cudbard-BellReplace some globals with library specific static variables
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-19 Arran Cudbard-BellMore GCC *sigh*
2013-04-10 Alan T. DeKokDebug argv when executing programs
2013-04-03 Alan T. DeKokMade userparse() readvp2() take TALLOC_CTX
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-29 Arran Cudbard-BellConvert more things to RDEBUG
2013-03-29 Alan T. DeKokchild return code isn't an error
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-12 Arran Cudbard-BellFix docs
2013-03-08 Alan T. DeKokFix debug messages
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-02-26 Arran Cudbard-BellMerge pull request #193 from candlerb/candlerb/redis_fi...
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
next