Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-11-02 | 1 | -1/+4 |
|\ | |||||
| * | Fixed bug #62444 (Handle leak in is_readable on windows). | Xinchen Hui | 2012-11-02 | 1 | -1/+4 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fix #55295, check if malloc failed | Pierre Joye | 2011-07-27 | 1 | -0/+4 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Fix #55295, check if malloc failed | Pierre Joye | 2011-07-27 | 1 | -0/+4 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - drop tsrmls_fetch in popen_ex | Pierre Joye | 2010-09-17 | 1 | -4/+4 |
| | | |||||
* | | - drop tsrmls_fetch in tsrm_win32_access | Pierre Joye | 2010-09-17 | 1 | -3/+1 |
|/ | |||||
* | - silent warning | Pierre Joye | 2010-02-04 | 1 | -1/+1 |
| | |||||
* | - 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 |
| | |||||
* | - 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 | 1 | -1/+1 |
| | |||||
* | - fix lenght for alloc and cpy (Kanwal) | Pierre Joye | 2009-11-03 | 1 | -3/+3 |
| | |||||
* | - Fix ACL support and add support for ACL for TS SAPI. Be sure to get the ↵ | Pierre Joye | 2009-10-19 | 1 | -25/+163 |
| | | | | impersonated token when the impersonation has been done. Add the SID as part of the key for the cache (so each SID gets its cache and not previous requests run under other SID) | ||||
* | - fix ACL cache for read check | Pierre Joye | 2009-09-19 | 1 | -1/+1 |
| | |||||
* | - 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 |
| | |||||
* | - #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 |
| | |||||
* | - Fixed leak on error in popen/exec (and related functions) | Pierre Joye | 2009-08-30 | 1 | -0/+1 |
| | |||||
* | - fix #44683, popen crashes when an invalid mode is passed (works on ↵ | Pierre Joye | 2009-08-26 | 1 | -3/+22 |
| | | | | 2k8/vista/win7) | ||||
* | - fix #49047, touch may fail on directory | Pierre Joye | 2009-08-25 | 1 | -1/+1 |
| | |||||
* | - revert fix for #43327, it breaks system&co functions | Pierre Joye | 2009-08-20 | 1 | -1/+6 |
| | |||||
* | - fixed #43327, wrong return value from mail(), if sendmail_path is wrong | Pierre Joye | 2009-08-19 | 1 | -5/+1 |
| | |||||
* | - Windows ACL cache support, update existing tests and add a new one | Pierre Joye | 2009-06-16 | 1 | -12/+73 |
| | |||||
* | - #48535, file_exists returns false when impersonate is used | Pierre Joye | 2009-06-15 | 1 | -19/+17 |
| | |||||
* | - missing include | Pierre Joye | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | #41874, separate STDOUT and STDERR in exec functions | Pierre Joye | 2009-06-09 | 1 | -2/+7 |
| | |||||
* | Fix build | Hannes Magnusson | 2009-05-19 | 1 | -1/+1 |
| | |||||
* | - close manually the impersonation token | Pierre Joye | 2009-05-18 | 1 | -0/+4 |
| | |||||
* | - #44859, fixed support for windows ACL, drop win9x code | Pierre Joye | 2009-05-17 | 1 | -11/+74 |
| | |||||
* | - WS | Pierre Joye | 2009-05-15 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Fix bug when command is quoted and parameters are quoted during call to ↵ | Scott MacVicar | 2008-05-29 | 1 | -12/+12 |
| | | | | exec, the result is that cmd.exe /c strips the first and last quote. | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | WIN64 support | Dmitry Stogov | 2007-04-16 | 1 | -2/+2 |
| | |||||
* | fix for #33664 Console window appears when using exec() | Stanislav Malyshev | 2007-04-02 | 1 | -1/+1 |
| | |||||
* | MFH: fix shmop_open() with IPC_CREAT|IPC_EXCL flags on win32 | Antony Dovgal | 2007-03-20 | 1 | -3/+4 |
| | |||||
* | Unfortunately, VC does not have snprintf, and sprintf_s supported only in vc2005 | Stanislav Malyshev | 2007-02-24 | 1 | -2/+2 |
| | | | | | Fortunately, we don't need it here too badly. | ||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -2/+2 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Removed dependency from SHELL32.DLL | Dmitry Stogov | 2006-12-21 | 1 | -2/+10 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | Bump up year | foobar | 2005-08-03 | 1 | -1/+1 |
| |