summaryrefslogtreecommitdiff
path: root/main/fopen_wrappers.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed built (missing 2nd arg for strncpy)Xinchen Hui2011-08-091-1/+1
* Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-091-2/+3
* - fix regression introduced in 5.3.4 in open_basedir on windows/novell with t...Pierre Joye2011-01-181-0/+4
* - Year++Felipe Pena2011-01-011-1/+1
* - fixed #53352Pierre Joye2010-11-231-1/+4
* - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-0/+4
* Fix bug #53226 (file_exists fails on big filenames).Adam Harvey2010-11-051-0/+8
* - Fixed possible flaw in open_basedir (CVE-2010-3436)Pierre Joye2010-09-281-2/+7
* - open_basedir symlink support for WindowsPierre Joye2010-09-101-12/+18
* - Fixed bug #51627 (script path not correctly evaluated)Felipe Pena2010-04-211-2/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed bug #50159 (wrong working directory in symlinked files)Dmitry Stogov2009-11-301-28/+35
* - Simplified a bit and fixed possible memory corruption and definate leak.Jani Taskinen2009-09-101-0/+1
* - Fixed bug #49182 (PHP CGI always outputs the shebang line)Jani Taskinen2009-09-051-10/+24
* Fix bug #48880Rasmus Lerdorf2009-07-311-1/+1
* Ah, broken vimrc..Rasmus Lerdorf2009-06-181-3/+3
* Fix bug #48592Rasmus Lerdorf2009-06-181-1/+3
* Adjust conditionIlia Alshanetsky2009-02-101-1/+1
* MFB: Added path truncation E_NOTICE to let people now when path resolvingIlia Alshanetsky2009-02-101-1/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: - Changed open_basedir to allow tightening in runtime contexts. (Sara)Hannes Magnusson2008-12-091-0/+56
* MFH: Missing files in previous commit (Check the relevant path for open_basedirArnaud Le Blanc2008-08-111-1/+18
* Removed shebang line check from CGI sapi (it is checked by scanner)Dmitry Stogov2008-08-041-23/+11
* Fixed chdir() into requested file directory inconsistenciesDmitry Stogov2008-07-211-3/+0
* Added ability to use stream wrappers in include_pathDmitry Stogov2008-03-271-4/+59
* Fixed ws and commentDmitry Stogov2008-03-241-4/+4
* Disable path resolution for filenames with stream wrappersDmitry Stogov2008-03-131-2/+10
* Optimized require_once() and include_once() by eliminationg open() syscall on...Dmitry Stogov2008-03-051-0/+74
* Fixed bug #43491 (Under certain conditions, file_exists() never returns)Dmitry Stogov2008-01-291-0/+3
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug#43105 (PHP seems to fail to close open files.)Hannes Magnusson2007-12-271-0/+1
* MFH: Fix expand_filepath when including relative files, ideally you should te...Scott MacVicar2007-10-091-1/+3
* MFH: ws + csJani Taskinen2007-10-091-76/+74
* Fix for bug 41822. expand_filepath() will now return a relative path under t...Robert Thompson2007-10-081-11/+23
* Fixed symlink("", "somthing") and link("", "somthing") in ZTS modeDmitry Stogov2007-07-101-1/+3
* MFH: fix #41518 (file_exists() warns of open_basedir restriction on non-exist...Antony Dovgal2007-06-011-1/+11
* Fixed endless loop in open_basedir checkDmitry Stogov2007-04-181-0/+2
* fix #40931 (open_basedir bypass via symlink and move_uploaded_file())Antony Dovgal2007-04-101-3/+63
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-6/+3
* Fix buildHannes Magnusson2007-01-121-0/+1
* MFHAntony Dovgal2007-01-121-0/+3
* Fixed bug #40098 (php_fopen_primary_script() not thread safe).Ilia Alshanetsky2007-01-121-8/+22
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix #39575 (move_uploaded_file() no longer working (safe mode related))Antony Dovgal2006-11-221-1/+1
* Removed unnecessary checks for ISREG file and corresponding stat() calls on W...Dmitry Stogov2006-11-101-0/+5
* Simplify the code base as this getpwd() was used only onceDmitry Stogov2006-11-101-4/+0
* add const keywordsNuno Lopes2006-07-011-3/+3
* Eliminated unnecessary getcwd() syscallDmitry Stogov2006-03-171-2/+6
* bump year and license versionfoobar2006-01-011-3/+3