summaryrefslogtreecommitdiff
path: root/TSRM/tsrm_win32.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* fixed possible null derefAnatol Belski2013-07-221-3/+5
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-021-1/+4
|\
| * Fixed bug #62444 (Handle leak in is_readable on windows).Xinchen Hui2012-11-021-1/+4
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Fix #55295, check if malloc failedPierre Joye2011-07-271-0/+4
| * - Year++Felipe Pena2011-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | - Fix #55295, check if malloc failedPierre Joye2011-07-271-0/+4
* | - Year++Felipe Pena2011-01-011-1/+1
* | - drop tsrmls_fetch in popen_exPierre Joye2010-09-171-4/+4
* | - drop tsrmls_fetch in tsrm_win32_accessPierre Joye2010-09-171-3/+1
|/
* - 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