Alexandre Julliard pushed to branch master at wine / wine
Commits:
8148f4e4 by Steven Flint at 2025-05-27T18:08:01+02:00
ntdll: Implement RtlCreateServiceSid.
Windows Vista added the concept of virtual accounts for services.
There exists a deterministic mapping between the name of a service and its
security identifier.
The format of virtual account's SID is the following.
Revision: 1
Identifier Authority: NT_AUTHORITY (5)
Domain Identifier: NT_SERVICE (80)
Relative Identifier: SHA1(ServiceName)
For example the SID of a service named "TestService" is:
S-1-5-80-3892056402-659729507-4115993473-1921682939-1565901394
RtlCreateServiceSid generates the SID of a service from its name.
- - - - -
4 changed files:
- dlls/ntdll/ntdll.spec
- dlls/ntdll/sec.c
- dlls/ntdll/tests/rtl.c
- include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/8148f4e47d2b86a3cc03760f38326f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/8148f4e47d2b86a3cc03760f38326f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
745a11a2 by Alexandre Julliard at 2025-05-27T10:20:21+02:00
ntdll: Fetch the XState supported features mask from the user shared data.
- - - - -
beddc6f2 by Alexandre Julliard at 2025-05-27T10:22:08+02:00
ntdll: Fetch the XState features mask from the user shared data.
- - - - -
8eace01c by Alexandre Julliard at 2025-05-27T10:22:58+02:00
ntdll: Fetch the XState features size from the user shared data.
- - - - -
5e70a4d8 by Alexandre Julliard at 2025-05-27T10:23:55+02:00
ntdll: Fetch the XState compaction flag from the user shared data.
- - - - -
3f05bb91 by Alexandre Julliard at 2025-05-27T10:24:43+02:00
ntdll: Fetch the XState features offsets from the user shared data.
- - - - -
6b65ae4e by Alexandre Julliard at 2025-05-27T10:26:23+02:00
ntdll: Check processor features from the user shared data.
- - - - -
4 changed files:
- dlls/ntdll/unix/signal_i386.c
- dlls/ntdll/unix/signal_x86_64.c
- dlls/ntdll/unix/system.c
- dlls/ntdll/unix/unix_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d9172b0acf052d0f3c087a9f5f5ec…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d9172b0acf052d0f3c087a9f5f5ec…
You're receiving this email because of your account on gitlab.winehq.org.