summaryrefslogtreecommitdiff
path: root/main/fopen_wrappers.c
Commit message (Collapse)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 ↵Pierre Joye2011-01-181-0/+4
| | | | trailing fwd slash
* - 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 ↵Pierre Joye2010-11-181-0/+4
| | | | http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus
* 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
| | | | | Patch by: russell dot tempero at rightnow dot com
* 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
| | | | | | The ini entry was being corrupted because it wasn't being set on the ACTIVATE and DEACTIVATE stages.
* 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
| | | | | caused the file path to be truncated.
* 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
| | | | | - Add test
* MFH: Missing files in previous commit (Check the relevant path for open_basedirArnaud Le Blanc2008-08-111-1/+18
| | | | | in symlink())
* 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
| | | | | More careful check for relative pathes (./xxx and ../xxx)
* Optimized require_once() and include_once() by eliminationg open() syscall ↵Dmitry Stogov2008-03-051-0/+74
| | | | on second usage.
* 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 ↵Scott MacVicar2007-10-091-1/+3
| | | | test you code...
* MFH: ws + csJani Taskinen2007-10-091-76/+74
|
* Fix for bug 41822. expand_filepath() will now return a relative path under ↵Robert Thompson2007-10-081-11/+23
| | | | the specific situation where getcwd() returns NULL and the file is still readable. As far as I have been able to tell, this fix only applies to the Solaris OS where files in directories with (--x) cannot getcwd().
* 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 ↵Antony Dovgal2007-06-011-1/+11
| | | | non-existent file)
* 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
| | | | | #Thanks Andy
* MFHAntony Dovgal2007-01-121-0/+3
|
* Fixed bug #40098 (php_fopen_primary_script() not thread safe).Ilia Alshanetsky2007-01-121-8/+22
| | | | | Adjusted previous fixes for similar issue to handle sysconf() failures
* 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 ↵Dmitry Stogov2006-11-101-0/+5
| | | | Windows
* 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
|