Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH Fix for Bug #21310 | Wez Furlong | 2003-03-17 | 1 | -0/+5 |
| | |||||
* | MFH | Ilia Alshanetsky | 2003-01-09 | 1 | -4/+4 |
| | |||||
* | MFH | Sara Golemon | 2003-01-09 | 1 | -10/+22 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Instead of checking whether realpath exists based on OS. Use the | Ilia Alshanetsky | 2002-11-06 | 1 | -4/+0 |
| | | | | | | HAVE_REALPATH define, which is set if realpath() is avaliable. This patch also resolves bug #18868. | ||||
* | Add some more BeOS support. | David Reid | 2002-10-02 | 1 | -0/+3 |
| | |||||
* | use php_error_docref() | Marcus Boerger | 2002-08-25 | 1 | -5/+5 |
| | |||||
* | Enhance Ilia's recent patch to query the wrapper subsystem to determine | Wez Furlong | 2002-08-16 | 1 | -2/+3 |
| | | | | | if a filename is a URL and thus if safe-mode checks should be skipped. | ||||
* | Make https:// be exempt from safe_mode checks, just like http:// & ftp:// are. | Ilia Alshanetsky | 2002-08-16 | 1 | -1/+1 |
| | |||||
* | Accoding to safe_mode.h, php_checkuid() has six modes. | Yasuo Ohgaki | 2002-07-17 | 1 | -1/+3 |
| | |||||
* | Fix bug: #18285, php_checkuid() mangled the passed path. | foobar | 2002-07-13 | 1 | -3/+6 |
| | |||||
* | SAFE_MODE restriction error message fixed if the file doesn't exist | Stefan Esser | 2002-03-17 | 1 | -1/+9 |
| | |||||
* | fixed a typo within checkuid | Stefan Esser | 2002-03-14 | 1 | -2/+2 |
| | |||||
* | (php_checkuid) Added case for root directory when mode is | James E. Flemer | 2002-03-03 | 1 | -1/+4 |
| | | | | | not CHECKUID_ALLOW_ONLY_DIR. | ||||
* | (php_checkuid) Added case for root directory when mode is | James E. Flemer | 2002-03-03 | 1 | -1/+5 |
| | | | | | CHECKUID_ALLOW_ONLY_DIR. | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -3/+3 |
| | | | | | - whitespace fixes | ||||
* | More TSRMLS_FETCH work. Got it under 400 now. | Zeev Suraski | 2001-07-31 | 1 | -1/+1 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -3/+3 |
| | |||||
* | Fix a couple of build warnings | Rasmus Lerdorf | 2001-07-16 | 1 | -1/+1 |
| | |||||
* | o Fixed Bug #12121: chdir and safe_mode | James E. Flemer | 2001-07-13 | 1 | -42/+51 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [ main/safe_mode.h ] added new checkuid mode: CHECKUID_ALLOW_ONLY_FILE: skips directory check if file check fails - [ ext/standard/dir.c ] changed php_checkuid() to use CHECKUID_ALLOW_ONLY_FILE instead of CHECKUID_ALLOW_ONLY_DIR - [ main/safe_mode.c ] added code for new checkuid mode o Fixed Bug #12119: safe mode owner check can be bypassed with symlink - [ main/safe_mode.c ] use VCWD_REALPATH to resolve destination of symlink before trimming filename o New Feature: safe_mode_include_dir (php.ini directive) - Allows bypassing UID/GID checks when including files from the directory in safe_mode_include_dir and its subdirectories. (safe_mode must be on, directory must also be in include_path or full path must be used when including) o Fixed Feature: safe_mode_gid (php.ini directive) - Correctly check (and report) UID/GID bits on directories o Changed include() fall back to scripts cwd implementation - CWD added to the (local) search path in php_fopen_with_path() instead of seperate case. [ main/fopen_wrappers.c ] | ||||
* | Fix Windows build (I think) | Rasmus Lerdorf | 2001-07-09 | 1 | -0/+1 |
| | |||||
* | Add getmygid() and safe_mode_gid ini directive to allow safe mode to do | Rasmus Lerdorf | 2001-07-09 | 1 | -2/+9 |
| | | | | | | | a gid check instead of a uid check. @ - Add getmygid() and safe_mode_gid ini directive to allow safe mode to do @ a gid check instead of a uid check. (James E. Flemer, Rasmus) | ||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+8 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -4/+4 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | - Fix warning | Andi Gutmans | 2001-02-12 | 1 | -1/+1 |
| | | | | | | | | PR: Submitted by: Reviewed by: Obtained from: | ||||
* | @- Allow access to uploaded files in safe_mode. Beware that you can only | Thies C. Arntzen | 2001-01-09 | 1 | -0/+8 |
| | | | | | | @ read the file. If you copy it to new location the copy will not have the @ right UID and you script won't be able to access that copy. (Thies) | ||||
* | - Make all places use MAXPATHLEN in the same way. It includes the | Andi Gutmans | 2000-12-16 | 1 | -1/+1 |
| | | | | | terminating NULL. | ||||
* | - Define the different possible modes for readibility and use in the rest | Andi Gutmans | 2000-11-01 | 1 | -34/+44 |
| | | | | | - of PHP | ||||
* | - In function declerations the opening { should be on a new line | Andi Gutmans | 2000-11-01 | 1 | -1/+2 |
| | |||||
* | - I wrote a long msg but the commit didn't go through. | Zeev Suraski | 2000-06-25 | 1 | -1/+9 |
| | | | | | | | | | | - So here is the short version: - a) Start moving to binary opens in Windows - b) Give checkuid_mode() a small face lift including the fopen-wrappers.c - The mode to this function should at least be a #define but that is for - another day. Anyway this whole stuff should be given more face lifts in - the future. | ||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | - Add missing V_STAT() | Andi Gutmans | 2000-04-20 | 1 | -3/+3 |
| | |||||
* | - Change PHP_ to V_ (directory & file functions) | Andi Gutmans | 2000-04-15 | 1 | -1/+1 |
| | |||||
* | - Fix another bug in session.c | Andi Gutmans | 2000-03-30 | 1 | -1/+1 |
| | | | | | - Start using the new PHP_GETCWD() and co. macros | ||||
* | Get the license right... (this won't make it to RC1 of B4) | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | request_info.c is dead! long live SAPI | Zeev Suraski | 2000-02-10 | 1 | -5/+5 |
| | | | | | | | @- Finished the server abstraction layer; All of the PHP code is now shared @ across different servers (Apache, CGI, IIS, etc.), except for thin @ interface modules (Zeev) | ||||
* | More cleanup! | Zeev Suraski | 2000-02-10 | 1 | -4/+4 |
| | |||||
* | More cleanup... | Zeev Suraski | 2000-02-10 | 1 | -10/+4 |
| | |||||
* | # Fix silly typo | Rasmus Lerdorf | 2000-01-08 | 1 | -1/+1 |
| | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -2/+2 |
| | |||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-17 | 1 | -3/+3 |
| | |||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -5/+5 |
| | | | | | php3_compat.h) | ||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | * Get rid of another request_info element (filename) | Zeev Suraski | 1999-06-26 | 1 | -1/+1 |
| | | | | | * CGI through Apache should work now |