| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bug #51860 (Include fails with toplevel symlink to /) | Dmitry Stogov | 2012-01-30 | 1 | -3/+15 |
* | - Year++ | Felipe Pena | 2012-01-01 | 6 | -6/+6 |
* | - Fix #55295, check if malloc failed | Pierre Joye | 2011-07-27 | 1 | -0/+4 |
* | Fix CS | Rasmus Lerdorf | 2011-05-19 | 1 | -8/+10 |
* | Fix bug 54866 | Rasmus Lerdorf | 2011-05-19 | 1 | -2/+14 |
* | - Fix possible memory leak | Johannes Schlüter | 2011-05-16 | 1 | -0/+1 |
* | - some more possible NULL deref | Pierre Joye | 2011-01-10 | 1 | -3/+24 |
* | - fix possible NULL deref | Pierre Joye | 2011-01-10 | 1 | -0/+6 |
* | - Year++ | Felipe Pena | 2011-01-01 | 8 | -8/+8 |
* | - expose php_sys_(l)stat, doing will prevent me to have to provide pecl's bui... | Pierre Joye | 2010-11-04 | 2 | -2/+14 |
* | - Fix #52908, fix declaration | Pierre Joye | 2010-09-22 | 1 | -1/+1 |
* | - restore VOLUME_NAME_NT and VOLUME_NAME_DOS definition, thx Andrey for the h... | Pierre Joye | 2010-09-17 | 1 | -0/+8 |
* | - sanity check for the path length and don't treat UNC as local path (no func... | Pierre Joye | 2010-09-13 | 1 | -1/+4 |
* | - use php_sys_lstat | Pierre Joye | 2010-09-13 | 1 | -1/+1 |
* | - WS | Pierre Joye | 2010-09-13 | 2 | -47/+47 |
* | - remove 'UNC' from the target | Pierre Joye | 2010-09-10 | 1 | -2/+10 |
* | - add php_sys_readlink | Pierre Joye | 2010-09-10 | 2 | -1/+59 |
* | - add lstat support for Windows | Pierre Joye | 2010-09-01 | 2 | -15/+55 |
* | - WS | Pierre Joye | 2010-08-27 | 1 | -30/+30 |
* | - Symlink resolution fails when target is a DFS path | Pierre Joye | 2010-08-26 | 1 | -2/+4 |
* | fix bug #50101 (name clash between global and local variable) | Antony Dovgal | 2010-06-08 | 1 | -8/+8 |
* | - we don't need that anymore | Pierre Joye | 2010-04-28 | 1 | -5/+0 |
* | update copyright | Ilia Alshanetsky | 2010-02-16 | 2 | -2/+2 |
* | - silent warning | Pierre Joye | 2010-02-04 | 1 | -1/+1 |
* | - vc6 does not expose it | Pierre Joye | 2010-02-03 | 1 | -0/+4 |
* | - oops, wrong one applied, fix build. | Pierre Joye | 2010-02-01 | 1 | -1/+1 |
* | - set errno on failure so that the caller can still rely on strerror (reporti... | Pierre Joye | 2010-02-01 | 1 | -0/+5 |
* | - fix leak | Pierre Joye | 2010-01-31 | 1 | -0/+2 |
* | - fix write access check when write mode only is requested (not RW) | Pierre Joye | 2010-01-30 | 1 | -1/+6 |
* | - fix leak | Pierre Joye | 2010-01-27 | 1 | -1/+1 |
* | - don't go through the reparse code when we have a share or DFS path (should ... | Pierre Joye | 2010-01-27 | 1 | -1/+3 |
* | - little comment to avoid undesired changes in this section | Pierre Joye | 2010-01-27 | 1 | -0/+1 |
* | - fix leak, win only | Pierre Joye | 2010-01-27 | 1 | -7/+3 |
* | - fix leak when the SID is already used and duplicated | Pierre Joye | 2010-01-27 | 1 | -0/+4 |
* | - ws | Pierre Joye | 2010-01-25 | 1 | -1/+1 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 6 | -6/+6 |
* | - Fixed ZTS build | Felipe Pena | 2009-12-08 | 2 | -6/+6 |
* | add realpath cache inspect functions | Stanislav Malyshev | 2009-12-08 | 2 | -0/+19 |
* | - fix lenght for alloc and cpy (Kanwal) | Pierre Joye | 2009-11-03 | 1 | -3/+3 |
* | - MFH: fix realloc usage | Pierre Joye | 2009-10-19 | 1 | -2/+20 |
* | - Fix ACL support and add support for ACL for TS SAPI. Be sure to get the imp... | Pierre Joye | 2009-10-19 | 3 | -26/+205 |
* | - fix ACL cache for read check | Pierre Joye | 2009-09-19 | 1 | -1/+1 |
* | - Fix #48746, improve fix to support all possible cases (see latest comment i... | Pierre Joye | 2009-09-14 | 1 | -30/+69 |
* | - be sure that we use the user token by default (Christian Wenz) | Pierre Joye | 2009-09-04 | 1 | -2/+1 |
* | - #27051, improve fix on xp/2k3 | Pierre Joye | 2009-09-03 | 1 | -3/+14 |
* | - #48746, len includes null already | Pierre Joye | 2009-09-02 | 1 | -1/+1 |
* | - #27051, we need the thread token here, not the process | Pierre Joye | 2009-09-02 | 1 | -5/+9 |
* | - #27051, create process as impersonated user | Pierre Joye | 2009-09-01 | 1 | -3/+9 |
* | - #48746, revert previous about volume. Fix volume support to allow all mount... | Pierre Joye | 2009-09-01 | 1 | -21/+23 |
* | - Fixed leak on error in popen/exec (and related functions) | Pierre Joye | 2009-08-30 | 1 | -0/+1 |