Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | WS | Arnaud Le Blanc | 2008-10-20 | 1 | -19/+19 |
| | |||||
* | Better fix for #46313 | Arnaud Le Blanc | 2008-10-20 | 1 | -3/+10 |
| | |||||
* | Fixed #46313 (Magic quotes broke $_FILES) | Arnaud Le Blanc | 2008-10-20 | 1 | -4/+0 |
| | | | | | | | | | | | # magic_quotes_gpc was disabled during registration of $_FILES["x"]["tmp_name"] # and $GLOBALS["x"] (which is tmp_name with register_globals enabled). This # caused "x" to not be escaped so there was 2 different keys for the same file # in $_FILES, one with tmp_name and the other without. # All other variables (name, size, etc) are registered with magic_quotes_gpc # untouched, both in $_FILES and $GLOBALS and I did not found a reason for # disabling it for tmp_name. | ||||
* | clean some dead code (with static analysis help) | Nuno Lopes | 2008-09-23 | 1 | -2/+3 |
| | |||||
* | MFH: More accurate max_file_size / upload_max_filesize (fixes #45124) | Arnaud Le Blanc | 2008-09-07 | 1 | -2/+2 |
| | |||||
* | MFH: Fixed #43540 (rfc1867 handler newlength problem) | Arnaud Le Blanc | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | MFH: check if return value of write() is -1 and abort upload in this case ↵ | Antony Dovgal | 2008-03-14 | 1 | -1/+7 |
| | | | | setting the correct error status | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Allow file uploads to bypass open_basedir checks (fixes regression) | Ilia Alshanetsky | 2007-07-17 | 1 | -1/+1 |
| | |||||
* | - Drop superflous efree | Marcus Boerger | 2007-02-24 | 1 | -3/+0 |
| | |||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -24/+26 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | If one name is disallowed don't drop all files | Stefan Esser | 2006-09-29 | 1 | -2/+4 |
| | |||||
* | Delete empty temporary files if file upload hook forbids the upload | Stefan Esser | 2006-09-19 | 1 | -0/+8 |
| | |||||
* | Minor tweak to the file upload hooks. The MULTIPART_EVENT_FORMDATA event | Rasmus Lerdorf | 2006-09-09 | 1 | -0/+10 |
| | | | | | | | | was only triggering when an input filter was applied. This simple change makes the event also trigger when no filter is applied. The newlength pointer is set to NULL to let a downstream module differentiate between the two cases. | ||||
* | Binary safe multipart request handling | Ilia Alshanetsky | 2006-07-27 | 1 | -16/+17 |
| | |||||
* | Added RFC1867 fileupload processing hook. | Stefan Esser | 2006-07-22 | 1 | -5/+87 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #33673 (Added detection for partially uploaded files). | Ilia Alshanetsky | 2005-07-13 | 1 | -5/+17 |
| | |||||
* | Bug #32491 (File upload error - unable to create a temporary file) - ↵ | Uwe Schindler | 2005-04-04 | 1 | -6/+6 |
| | | | | Changing file upload from stdio to posix | ||||
* | Prune uploaded file names to \ on all OSes, read comments for explanation. | Ilia Alshanetsky | 2005-02-15 | 1 | -9/+6 |
| | |||||
* | Final version of filename upload handling. | Ilia Alshanetsky | 2005-02-01 | 1 | -4/+23 |
| | |||||
* | Use multibyte specific code for handling files and generic basename based | Ilia Alshanetsky | 2005-01-24 | 1 | -10/+8 |
| | | | | | code in all other instances. | ||||
* | - Revert irrelevant part. | Moriyoshi Koizumi | 2005-01-24 | 1 | -10/+26 |
| | |||||
* | Fixed bug #31398 (When magic_guotes_gpc are enabled filenames with ' | Ilia Alshanetsky | 2005-01-20 | 1 | -33/+10 |
| | | | | | get cutoff). | ||||
* | Fixed: strip quotes from filename | Stefan Esser | 2004-11-20 | 1 | -0/+8 |
| | |||||
* | Fixed bug #30750 (Meaningful error message when upload directory is not | Ilia Alshanetsky | 2004-11-11 | 1 | -8/+13 |
| | | | | | accessible). | ||||
* | only allow valid arrays at this point | Stefan Esser | 2004-09-13 | 1 | -0/+4 |
| | |||||
* | New Rule: Never try to repair potential malicious user input | Stefan Esser | 2004-09-12 | 1 | -4/+19 |
| | |||||
* | Minor format specifier fixes | Sara Golemon | 2004-08-11 | 1 | -2/+2 |
| | |||||
* | Fixed bug #29369 (Uploaded files with ' or " in their names get their names | Ilia Alshanetsky | 2004-07-25 | 1 | -0/+9 |
| | | | | | truncated at those characters). | ||||
* | - Better stability during premature shutdown of request startup | Andi Gutmans | 2004-07-10 | 1 | -3/+4 |
| | |||||
* | This is more correct. | Stefan Esser | 2004-05-23 | 1 | -3/+3 |
| | |||||
* | - Fixed TSRM problem in latest commit. | Derick Rethans | 2004-05-21 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #28456 (Problem with enclosed / in uploaded file names) | Derick Rethans | 2004-05-21 | 1 | -1/+10 |
| | |||||
* | - Fixed defines | Derick Rethans | 2004-05-11 | 1 | -5/+5 |
| | |||||
* | - Stopped file uploads from throwing E_WARNINGs and E_NOTICEs which can not be | Derick Rethans | 2004-03-25 | 1 | -4/+10 |
| | | | | | | hidden from within scripts (and a result value in the $_FILES global can be used to see the real failure anyway). | ||||
* | - Revert bogus commit | Derick Rethans | 2004-03-24 | 1 | -9/+3 |
| | |||||
* | - Fixed NEWS | Derick Rethans | 2004-03-24 | 1 | -3/+9 |
| | | | | | #- Can we *please* keep this in order? | ||||
* | better write into the correct buffer | Stefan Esser | 2004-02-12 | 1 | -0/+3 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | - Add comment, I put this ina week ago and it already confused me :) | Derick Rethans | 2003-12-07 | 1 | -1/+1 |
| | |||||
* | - Fix sapi_input_filter patch. Returning 1 from the filter handler should | Derick Rethans | 2003-11-29 | 1 | -3/+2 |
| | | | | | | | make PHP register the variable, returning 0 shouldn't. The new length of the variables being filtered is now returned in the new_val_len argument of the function. | ||||
* | - Prevent registration of the variable when a zero-length is returned | Derick Rethans | 2003-11-26 | 1 | -8/+11 |
| | | | | | from the sapi_input_filter. | ||||
* | Fix odd increments to repair the boundary checks. | Stefan Esser | 2003-11-12 | 1 | -0/+4 |
| | |||||
* | added buffer reallocation for filename. | Rui Hirokawa | 2003-11-05 | 1 | -6/+15 |
| | |||||
* | Fixed possible crashbug. | Stefan Esser | 2003-11-03 | 1 | -2/+2 |
| | |||||
* | It is usually a good idea to write only into allocated bufferspace. | Stefan Esser | 2003-11-03 | 1 | -5/+5 |
| |