376 Commits (42626ae6fab83b794406bd4b57e97c94de0623f5)

Author SHA1 Message Date
Pierre Joye 5e0f3731ac - MFH: fix realloc usage 17 years ago
Pierre Joye 0304ec7900 - Fix ACL support and add support for ACL for TS SAPI. Be sure to get the 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) 17 years ago
Pierre Joye 6711276b3c - fix ACL cache for read check 17 years ago
Pierre Joye ada5eb95ad - Fix #48746, improve fix to support all possible cases (see latest comment in the report) 17 years ago
Pierre Joye 542c087a86 - be sure that we use the user token by default (Christian Wenz) 17 years ago
Pierre Joye 511c923785 - #27051, improve fix on xp/2k3 17 years ago
Pierre Joye a8c40d5b3a - #48746, len includes null already 17 years ago
Pierre Joye da9aee9703 - #27051, we need the thread token here, not the process 17 years ago
Pierre Joye ddab8be51e - #27051, create process as impersonated user 17 years ago
Pierre Joye b6882eddf6 - #48746, revert previous about volume. Fix volume support to allow all mounted points (with or without drives) 17 years ago
Pierre Joye ceb607af13 - Fixed leak on error in popen/exec (and related functions) 17 years ago
Pierre Joye 45c58fc449 - Fix #48746, mounted volume support & resolution 17 years ago
Pierre Joye 17a4191575 - Fix for #48746, fix mounted volume and junctions when used from vista or later, they are actually prepended with \??\ 17 years ago
Pierre Joye 0c366503a6 - fix #48746, regression with file operaiton on path with junctions 17 years ago
Pierre Joye bae3df7505 - fix #44683, popen crashes when an invalid mode is passed (works on 2k8/vista/win7) 17 years ago
Pierre Joye eeb9429de5 - be sure that the directory flag is set when we save a path in the cache 17 years ago
Pierre Joye 056f0aea30 - fix #49047, touch may fail on directory 17 years ago
Pierre Joye ebd24fc10f - sigh. that too (separate fix). 17 years ago
Pierre Joye 063196c8aa - that part was for a separate fix 17 years ago
Pierre Joye 55d26cab56 - split atime and mtime 17 years ago
Pierre Joye 05f86b6edb - revert fix for #43327, it breaks system&co functions 17 years ago
Pierre Joye b64e5e6bd0 - fixed #43327, wrong return value from mail(), if sendmail_path is wrong 17 years ago
Felipe Pena 44bf860516 - MFH: Fixed compiler warning 17 years ago
Pierre Joye fa38267833 - MFH: #48771, rename() between drives error: No error 17 years ago
Pierre Joye 5f2df5d064 - WS 17 years ago
Pierre Joye 2e08b57ee6 - fix build when IO_REPARSE_TAG_SYMLINK is not defined (works with 2k+) 17 years ago
Pierre Joye a5302d870d - #47767, include_once does not resolve windows symlinks or junctions 17 years ago
Pierre Joye 18d5751a9e - Windows ACL cache support, update existing tests and add a new one 17 years ago
Pierre Joye 60223d6a6d - #48535, file_exists returns false when impersonate is used 17 years ago
Pierre Joye 64934cf360 - missing include 17 years ago
Pierre Joye 49666eece6 #41874, separate STDOUT and STDERR in exec functions 17 years ago
Hannes Magnusson 45b2586666 Fix build 17 years ago
Pierre Joye aedaf1aea9 - close manually the impersonation token 17 years ago
Pierre Joye 10ace3fe97 - #44859, fixed support for windows ACL, drop win9x code 17 years ago
Pierre Joye 59a6d8d5a2 - WS 17 years ago
Pierre Joye 99152e8f58 - nuke unused var 17 years ago
Dmitry Stogov a928b88da9 Fixed realpath() behavior to support "c:dir" as "c:\dir", and "\dir" on UNC CWD 17 years ago
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Felipe Pena cd5d85856c - MFH: Fixed macro redefinition warning 18 years ago
Pierre Joye 5ec35396e0 - MFH: #45985, touch on opened file raises a warning 18 years ago
Dmitry Stogov 5293e7981e Fixed support for short windows file names 18 years ago
Dmitry Stogov 5ade84afe4 Fixed bug #45835 (include and symlinks) 18 years ago
Dmitry Stogov 4e1e576053 Fixed arguments order 18 years ago
Dmitry Stogov 4ccb9037cc - [DOC] make stat, touch, filemtime, filemsize and related functions more portable (almost 100% equivalent to linux now) 18 years ago
Dmitry Stogov b76b5a6f17 Fixed realpath cache bug 18 years ago
Dmitry Stogov 3fadad3160 - Added system independent realpath() implementation which caches intermediate directories in realpath-cache 18 years ago
Stanislav Malyshev a041ddc9d9 fix warnings 18 years ago
Scott MacVicar 19322fc782 MFH: Fix bug when command is quoted and parameters are quoted during call to exec, the result is that cmd.exe /c strips the first and last quote. 18 years ago
Dmitry Stogov 50983e372c proper fix 18 years ago
Dmitry Stogov a125554657 Fixed win32 related realpath cache bug 18 years ago