[Qemu-devel] [PATCH v2 1/1] qga-win: fix installation on localized windows

2017-04-27 Thread Daniel Rempel
Well-known SIDs for "Administrators" group and "SYSTEM" user so they were used to identify required users and groups. Well-known SIDs: https://support.microsoft.com/en-us/help/243330/well-known-security-identifiers-in-windows-operating-systems Signed-off-by: Daniel Rem

[Qemu-devel] [PATCH v2 0/1] qga-win: fix installation on localized Windows

2017-04-27 Thread Daniel Rempel
Second version of the patch. Cleaned the code a bit. Daniel Rempel (1): qga-win: fix installation on localized windows qga/vss-win32/install.cpp | 35 +-- 1 file changed, 33 insertions(+), 2 deletions(-) -- 2.9.3

[Qemu-devel] [PATCH 1/1] qga-win: fix 1357789 - installation on localized windows - acquire user and group names by well-known SIDs

2017-04-19 Thread Daniel Rempel
;SYSTEM" user so they were used to identify required users and groups. Well-known SIDs: https://support.microsoft.com/en-us/help/243330/well-known-security-identifiers-in-windows-operating-systems Signed-off-by: Daniel Rempel --- qga/vss-win32/install.cpp | 38 +++