Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 | |
| | ||||||
* | It seems that making the NewAPIs.h header globally visible causes | Wez Furlong | 2003-12-22 | 1 | -4/+0 | |
| | | | | | | | problems when compiling the com_dotnet extension, so I'm moving it to be visible only to the VCWD code. Thanks Frank :-) | |||||
* | Fix bug #26692; Could not find GetLongPathNameA under NT4. | Wez Furlong | 2003-12-22 | 1 | -0/+5 | |
| | | | | | | | | | This fix relies on you having the Platform SDK headers. Using the new build system, the NewAPIs.h header will be detected automatically, however, for people building using .dsp files, you will need to add /DHAVE_NEWAPIS_H=1 to the TSRM project if you have those newer headers. | |||||
* | - Fix indentation | Andi Gutmans | 2003-12-01 | 1 | -5/+6 | |
| | ||||||
* | MF4: add realpath function for win32 | Stanislav Malyshev | 2003-09-30 | 1 | -0/+9 | |
| | ||||||
* | Restore HEAD of TSRM to what it was two days ago. | Sebastian Bergmann | 2003-06-25 | 1 | -4/+19 | |
| | ||||||
* | bring head into sync with the php4 branch | James Cox | 2003-06-23 | 1 | -19/+4 | |
| | ||||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 | |
| | ||||||
* | More Win32 build improvements | Zeev Suraski | 2003-02-17 | 1 | -0/+3 | |
| | ||||||
* | - Whitespace fixes | Derick Rethans | 2003-02-09 | 1 | -5/+6 | |
| | ||||||
* | is_executable() now available on win32 | Shane Caraveo | 2003-02-09 | 1 | -0/+11 | |
| | | | | | stats can now get information provided by access() | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 | |
| | ||||||
* | windows is smart enough to provide a way to set cwd for new processes. | Shane Caraveo | 2002-10-29 | 1 | -1/+6 | |
| | ||||||
* | make win32 debug output more verbose | Harald Radi | 2002-08-07 | 1 | -2/+0 | |
| | ||||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 | |
| | ||||||
* | fix buffer size | Daniel Beulshausen | 2001-08-07 | 1 | -1/+1 | |
| | ||||||
* | implement shm* similar functions | Daniel Beulshausen | 2001-08-07 | 1 | -7/+176 | |
| |