search for: setcbprivileg

Displaying 3 results from an estimated 3 matches for "setcbprivileg".

Did you mean: setcbprivilege
2006 Aug 30
0
[PATCH] Cygwin: Add SeTcbPrivilege to sshd_server user
...d_server user which will be important in an upcoming version of Cygwin. I have a preliminary implementation which solves the problem that native Windows processes don't recognize the user name correctly, if the user has logged in using public key authentication. The new mechanism requires the SeTcbPrivilege for the user which changes the user context using setuid. To keep the transition as smooth as possible, I'd like to give the user this specific right rather early. Could this be applied to config/cygwin/ssh-host-config before 4.4p1 is released? Thanks, Corinna Index: contrib/cygwin/ssh-h...
2009 Oct 09
0
Samba assignment of privileges
...e | |Access this computer from the network |SeNetworkLogonRight | |Access Credential Manager as a trusted |SeTrustedCredManAccessPrivilege | |caller | | |Act as part of the operating system |SeTcbPrivilege | |Add workstations to domain |SeMachineAccountPrivilege | |Adjust memory quotas for a process |SeIncreaseQuotaPrivilege | |Allow log on locally |SeInteractiveLogonRight | |Allow log on through Terminal Services |S...
2020 Oct 23
0
Wine release 5.20
...lbacks. ntdll: Support AVX registers for other thread in Nt{Get|Set}ContextThread(). ntdll/tests: Test getting and setting AVX registers for the other thread. ntdll/tests: Test AVX context with debugger. kernelbase: Fix status check in GetExitCodeProcess(). server: Add SeTcbPrivilege (SE_TCB_NAME) to the list of admin privileges. wined3d: Add GPU information for NVIDIA GeForce GTX 1080 Mobile. ntdll: Fix xmm registers copy offset in call_consolidate_callback() on x86_64. Piotr Caban (3): ucrtbase: Support UTF8 codepage in _wcstombs_l. ucrtbase: Support...