summaryrefslogtreecommitdiff
path: root/main/fopen_wrappers.c
Commit message (Expand)AuthorAgeFilesLines
* cleanupDmitry Stogov2014-08-131-12/+17
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-5/+10
* Bump yearXinchen Hui2014-01-031-1/+1
* applied and fixed the original patchAnatol Belski2013-10-171-3/+3
* Merge branch 'PHP-5.5'Michael Wallner2013-09-181-1/+6
|\
| * fix a very rare case of use of uninitialized value combined with aMichael Wallner2013-09-181-1/+6
| * Happy New YearXinchen Hui2013-01-011-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
| * Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-091-2/+3
| * - do not resolve the link if all we want is to open that filePierre Joye2011-07-271-1/+1
| * - simplifyPierre Joye2011-07-261-9/+4
| * - add expand_filepath_with_mode (not used anywhere yet but will be used for f...Pierre Joye2011-07-251-1/+9
| * - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-1/+1
* | Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-2/+2
* | Avoiding strcpy, strcat, sprintf usage to make static analyzer happyXinchen Hui2011-08-091-2/+3
* | - do not resolve the link if all we want is to open that filePierre Joye2011-07-271-1/+1
* | - simplifyPierre Joye2011-07-261-9/+4
* | - add expand_filepath_with_mode (not used anywhere yet but will be used for f...Pierre Joye2011-07-251-1/+9
* | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-1/+1
|/
* - 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 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
* - use TSRMLS_CC instead of TSRMLS_FETCH in virtual_file_exPierre Joye2010-08-301-1/+1
* Use zend_stream API to open main PHP script in CGI/FastCGI. This allows to ov...Dmitry Stogov2010-07-071-21/+7
* Removed safe_modeKalle Sommer Nielsen2010-04-261-84/+0
* - 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