summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_win32.c
Commit message (Expand)AuthorAgeFilesLines
* - silent warningPierre Joye2010-02-041-1/+1
* - fix leakPierre Joye2010-01-311-0/+2
* - fix write access check when write mode only is requested (not RW)Pierre Joye2010-01-301-1/+6
* - fix leakPierre Joye2010-01-271-1/+1
* - fix leak when the SID is already used and duplicatedPierre Joye2010-01-271-0/+4
* - wsPierre Joye2010-01-251-1/+1
* 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 imp...Pierre Joye2009-10-191-25/+163
* - 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 2k8/vist...Pierre Joye2009-08-261-3/+22
* - 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
* 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
* - 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
* Fix bug #26692; Could not find GetLongPathNameA under NT4.Wez Furlong2003-12-221-0/+5
* - 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