| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | - drop tsrmls_fetch in tsrm_win32_access | Pierre Joye | 2010-09-17 | 4 | -6/+4 |
* | | - 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 |
* | | - use php_sys_readlink | Pierre Joye | 2010-09-13 | 1 | -1/+1 |
* | | - WS | Pierre Joye | 2010-09-13 | 1 | -4/+4 |
* | | - remove 'UNC' from the target | Pierre Joye | 2010-09-10 | 1 | -2/+10 |
* | | - WS | Pierre Joye | 2010-09-10 | 1 | -45/+45 |
* | | - add php_sys_readlink | Pierre Joye | 2010-09-10 | 2 | -0/+58 |
* | | - add lstat support for Windows | Pierre Joye | 2010-09-01 | 2 | -11/+51 |
* | | - use TSRMLS_CC instead of TSRMLS_FETCH in virtual_file_ex | Pierre Joye | 2010-08-30 | 2 | -22/+21 |
* | | - WS | Pierre Joye | 2010-08-27 | 1 | -30/+30 |
* | | - WS | Pierre Joye | 2010-08-26 | 1 | -1/+1 |
* | | - Symlink resolution fails when target is a DFS path | Pierre Joye | 2010-08-26 | 1 | -1/+3 |
* | | 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 |
* | - Fix #48746, mounted volume support & resolution | Pierre Joye | 2009-08-29 | 1 | -13/+23 |
* | - Fix for #48746, fix mounted volume and junctions when used from vista or la... | Pierre Joye | 2009-08-27 | 1 | -0/+5 |
* | - fix #48746, regression with file operaiton on path with junctions | Pierre Joye | 2009-08-26 | 1 | -0/+19 |
* | - fix #44683, popen crashes when an invalid mode is passed (works on 2k8/vist... | Pierre Joye | 2009-08-26 | 1 | -3/+22 |
* | - be sure that the directory flag is set when we save a path in the cache | Pierre Joye | 2009-08-25 | 1 | -0/+1 |
* | - fix #49047, touch may fail on directory | Pierre Joye | 2009-08-25 | 4 | -3/+9 |
* | - sigh. that too (separate fix). | Pierre Joye | 2009-08-24 | 1 | -1/+1 |