summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_win32.c
Commit message (Collapse)AuthorAgeFilesLines
...
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - fix lenght for alloc and cpy (Kanwal)Pierre Joye2009-11-031-3/+3
|
* - Fix ACL support and add support for ACL for TS SAPI. Be sure to get the ↵Pierre Joye2009-10-191-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 checkPierre Joye2009-09-191-1/+1
|
* - be sure that we use the user token by default (Christian Wenz)Pierre Joye2009-09-041-2/+1
|
* - #27051, improve fix on xp/2k3Pierre Joye2009-09-031-3/+14
|
* - #27051, we need the thread token here, not the processPierre Joye2009-09-021-5/+9
|
* - #27051, create process as impersonated userPierre Joye2009-09-011-3/+9
|
* - Fixed leak on error in popen/exec (and related functions)Pierre Joye2009-08-301-0/+1
|
* - fix #44683, popen crashes when an invalid mode is passed (works on ↵Pierre Joye2009-08-261-3/+22
| | | | 2k8/vista/win7)
* - fix #49047, touch may fail on directoryPierre Joye2009-08-251-1/+1
|
* - revert fix for #43327, it breaks system&co functionsPierre Joye2009-08-201-1/+6
|
* - fixed #43327, wrong return value from mail(), if sendmail_path is wrongPierre Joye2009-08-191-5/+1
|
* - Windows ACL cache support, update existing tests and add a new onePierre Joye2009-06-161-12/+73
|
* - #48535, file_exists returns false when impersonate is usedPierre Joye2009-06-151-19/+17
|
* - missing includePierre Joye2009-06-091-1/+1
|
* #41874, separate STDOUT and STDERR in exec functionsPierre Joye2009-06-091-2/+7
|
* Fix buildHannes Magnusson2009-05-191-1/+1
|
* - close manually the impersonation tokenPierre Joye2009-05-181-0/+4
|
* - #44859, fixed support for windows ACL, drop win9x codePierre Joye2009-05-171-11/+74
|
* - WSPierre Joye2009-05-151-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Fix bug when command is quoted and parameters are quoted during call to ↵Scott MacVicar2008-05-291-12/+12
| | | | exec, the result is that cmd.exe /c strips the first and last quote.
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* WIN64 supportDmitry Stogov2007-04-161-2/+2
|
* fix for #33664 Console window appears when using exec()Stanislav Malyshev2007-04-021-1/+1
|
* MFH: fix shmop_open() with IPC_CREAT|IPC_EXCL flags on win32Antony Dovgal2007-03-201-3/+4
|
* Unfortunately, VC does not have snprintf, and sprintf_s supported only in vc2005Stanislav Malyshev2007-02-241-2/+2
| | | | | Fortunately, we don't need it here too badly.
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-2/+2
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Removed dependency from SHELL32.DLLDmitry Stogov2006-12-211-2/+10
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* Bump up yearfoobar2005-08-031-1/+1
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* It seems that making the NewAPIs.h header globally visible causesWez Furlong2003-12-221-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 Furlong2003-12-221-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 indentationAndi Gutmans2003-12-011-5/+6
|
* MF4: add realpath function for win32Stanislav Malyshev2003-09-301-0/+9
|
* Restore HEAD of TSRM to what it was two days ago.Sebastian Bergmann2003-06-251-4/+19
|
* bring head into sync with the php4 branchJames Cox2003-06-231-19/+4
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* More Win32 build improvementsZeev Suraski2003-02-171-0/+3
|
* - Whitespace fixesDerick Rethans2003-02-091-5/+6
|
* is_executable() now available on win32Shane Caraveo2003-02-091-0/+11
| | | | | stats can now get information provided by access()
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* windows is smart enough to provide a way to set cwd for new processes.Shane Caraveo2002-10-291-1/+6
|
* make win32 debug output more verboseHarald Radi2002-08-071-2/+0
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* fix buffer sizeDaniel Beulshausen2001-08-071-1/+1
|
* implement shm* similar functionsDaniel Beulshausen2001-08-071-7/+176
|