summaryrefslogtreecommitdiff
path: root/TSRM
Commit message (Expand)AuthorAgeFilesLines
* - fix lenght for alloc and cpy (Kanwal)Pierre Joye2009-11-031-3/+3
* - MF53: Fix #48746, improve fix to support all possible cases (see latest com...Pierre Joye2009-10-191-29/+69
* - Fix ACL support and add support for ACL for TS SAPI. Be sure to get the imp...Pierre Joye2009-10-193-30/+206
* - fix ACL cache for read checkPierre Joye2009-09-191-1/+1
* - Fix #48746, improve fix to support all possible cases (see latest comment i...Pierre Joye2009-09-141-2/+20
* - be sure that we use the user token by default (Christian Wenz)Pierre Joye2009-09-041-1/+1
* - #27051, improve fix on xp/2k3Pierre Joye2009-09-031-3/+14
* - MF53: len includes the NULL alreadyPierre Joye2009-09-031-1/+1
* - #27051, we need the thread token here, not the processPierre Joye2009-09-021-5/+9
* - #27051, create process as impersonated userPierre Joye2009-09-011-4/+9
* - #48746, revert previous about volume. Fix volume support to allow all mount...Pierre Joye2009-09-011-21/+23
* - Fixed leak on error in popen/exec (and related functions)Pierre Joye2009-08-301-0/+1
* - Fix #48746, mounted volume support & resolutionPierre Joye2009-08-291-12/+23
* - Fix for #48746, fix mounted volume and junctions when used from vista or la...Pierre Joye2009-08-271-0/+5
* - fix #48746, regression with file operaiton on path with junctionsPierre Joye2009-08-261-0/+19
* - fix #44683, popen crashes when an invalid mode is passed (works on 2k8/vist...Pierre Joye2009-08-261-3/+22
* - be sure that the directory flag is set when we save a path in the cachePierre Joye2009-08-251-0/+1
* - fix #49047, touch may fail on directoryPierre Joye2009-08-254-3/+9
* - sigh. that too (separate fix).Pierre Joye2009-08-241-1/+1
* - that part was for a separate fixPierre Joye2009-08-241-1/+1
* - split atime and mtimePierre Joye2009-08-241-3/+0
* - 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
* - Fixed compiler warningFelipe Pena2009-07-071-1/+1
* - #48771, rename() between drives error: No errorPierre Joye2009-07-062-2/+2
* - MF53:Pierre Joye2009-06-263-37/+241
* - #41874, separate STDOUT and STDERR in exec functionsPierre Joye2009-06-091-1/+8
* Fix buildHannes Magnusson2009-05-191-1/+1
* - MFB: close manually the impersonation tokenPierre Joye2009-05-181-0/+4
* - MFB: #44859, fixed support for windows ACL, drop win9x codePierre Joye2009-05-172-11/+75
* - nuke unused varPierre Joye2009-04-041-1/+0
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-106-6/+6
* Fixed realpath() behavior to support "c:dir" as "c:\dir", and "\dir" on UNC CWDDmitry Stogov2009-01-211-2/+32
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-318-8/+8
* - Fixed macro redefinition warningFelipe Pena2008-11-131-0/+1
* - #45985, touch on opened file raises a warningPierre Joye2008-09-041-2/+8
* Fixed support for short windows file namesDmitry Stogov2008-08-191-3/+5
* Fixed bug #45835 (include and symlinks)Dmitry Stogov2008-08-181-0/+6
* Fixed argumets orderDmitry Stogov2008-08-181-1/+1
* - [DOC] make stat, touch, filemtime, filemsize and related functions more por...Dmitry Stogov2008-08-151-15/+92
* Fixed realpath cache bugDmitry Stogov2008-08-151-6/+9
* - Added system independent realpath() implementation which caches intermediat...Dmitry Stogov2008-08-122-256/+315
* fix warningsStanislav Malyshev2008-07-302-3/+2
* Fix bug when command is quoted and parameters are quoted during call to exec,...Scott MacVicar2008-05-291-12/+12
* proper fixDmitry Stogov2008-05-201-3/+8
* Fixed win32 related realpath cache bugDmitry Stogov2008-05-191-1/+1
* - More coffee required...Derick Rethans2008-05-021-2/+2
* - MF53: fix for bug #44870: rename() on directory deletes same named file.Derick Rethans2008-05-021-1/+1
* The SDK 6.1 adds some new networking functions that cause build errors, pick ...Scott MacVicar2008-04-281-3/+2
* Fixed bug #44805 (rename() function is not portable to Windows). (Pierre)Dmitry Stogov2008-04-242-3/+15