reactos/dll
George Bișoc d862fa6fc8
[ADVAPI32] Implement security descriptor management in CreateProcessAsUserCommon internal function
Currently CreateProcessAsUserCommon doesn't set a default descriptor for the newly duplicated token object for the new process nor it sets any security information for both the process and thread. This is wrong, because when the process is created on behalf of the user's security context,
it still uses the previous security information of the creator that initially gave birth to the process. CreateDefaultProcessSecurityCommon function will serve as a placeholder until CreatePrivateObjectSecurity is implemented.
2022-05-06 10:09:50 +02:00
..
3rdparty [LIBTIRPC] Do not declare global variables in a header 2022-04-26 03:38:36 +03:00
apisets [GDI32_VISTA] Move D3DKMT functions out of gdi32. CORE-17433 2022-01-01 12:42:04 -05:00
appcompat [REACTOS] Add '\n' to debug logs 2022-05-04 03:28:38 +03:00
cpl [DESK] Remove call to SetupDiRestartDevices() 2022-04-30 14:05:05 +02:00
directx [WINED3D] Do not declare global variables in a header 2022-04-26 03:38:37 +03:00
keyboard [KEYBOARD] Switch to QWERTZ for Croatian keyboard layout (#4177) 2021-12-20 15:23:16 +01:00
nls [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
np [REACTOS] Explicitly link against pseh & include pseh headers in a few places 2021-04-28 13:10:23 +02:00
ntdll [NTDLL][ARM] Add missing definition for RtlFillMemoryUlong 2022-03-18 22:52:05 +03:00
opengl [REACTOS] Add '\n' to debug logs 2022-05-04 03:28:38 +03:00
shellext [BTRFS][UBTRFS][SHELLBTRFS] Upgrade to 1.8.0 (#4417) 2022-05-03 17:30:11 +02:00
win32 [ADVAPI32] Implement security descriptor management in CreateProcessAsUserCommon internal function 2022-05-06 10:09:50 +02:00
CMakeLists.txt