Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
e7d423ce
Commit
e7d423ce
authored
Oct 25, 2007
by
Mikolaj Zalewski
Committed by
Alexandre Julliard
Oct 26, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advapi32: Fix CreateWellKnownSid test on Windows XP.
parent
32433112
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
security.c
dlls/advapi32/tests/security.c
+4
-3
No files found.
dlls/advapi32/tests/security.c
View file @
e7d423ce
...
...
@@ -1111,12 +1111,13 @@ struct well_known_sid_value
/* 46 */
{
FALSE
,
"S-1-5-21-12-23-34-45-56-517"
},
{
FALSE
,
"S-1-5-21-12-23-34-45-56-518"
},
/* 48 */
{
FALSE
,
"S-1-5-21-12-23-34-45-56-519"
},
{
FALSE
,
"S-1-5-21-12-23-34-45-56-520"
},
/* 50 */
{
FALSE
,
"S-1-5-21-12-23-34-45-56-553"
},
/* Added in Windows Server 2003 */
/* 51 */
{
TRUE
,
"S-1-5-64-10"
},
{
TRUE
,
"S-1-5-64-21"
},
{
TRUE
,
"S-1-5-64-14"
},
/* 54 */
{
TRUE
,
"S-1-5-15"
},
{
TRUE
,
"S-1-5-1000"
},
{
FALSE
,
"S-1-5-32-557"
},
/* 57 */
{
TRUE
,
"S-1-5-32-558"
},
{
TRUE
,
"S-1-5-32-559"
},
{
TRUE
,
"S-1-5-32-560"
},
/* 60 */
{
TRUE
,
"S-1-5-32-561"
},
/* 60 */
{
TRUE
,
"S-1-5-32-561"
},
{
TRUE
,
"S-1-5-32-562"
},
/* Added in Windows Vista: */
/* 6
1 */
{
TRUE
,
"S-1-5-32-562"
},
{
TRUE
,
"S-1-5-32-568"
},
/* 6
2 */
{
TRUE
,
"S-1-5-32-568"
},
/* 63 */
{
TRUE
,
"S-1-5-17"
},
{
FALSE
,
"S-1-5-32-569"
},
{
TRUE
,
"S-1-16-0"
},
/* 66 */
{
TRUE
,
"S-1-16-4096"
},
{
TRUE
,
"S-1-16-8192"
},
{
TRUE
,
"S-1-16-12288"
},
/* 69 */
{
TRUE
,
"S-1-16-16384"
},
{
TRUE
,
"S-1-5-33"
},
{
TRUE
,
"S-1-3-4"
},
...
...
@@ -1149,7 +1150,7 @@ static void test_CreateWellKnownSid()
if
(
value
->
sid_string
==
NULL
)
continue
;
if
(
i
>
=
WinBuiltinTerminalServerLicenseServersSid
+
1
)
if
(
i
>
WinAccountRasAndIasServersSid
)
{
/* These SIDs aren't implemented by all Windows versions - detect it and break the loop */
cb
=
sizeof
(
sid_buffer
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment