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
2b012202
Commit
2b012202
authored
Jan 29, 2018
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jan 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advapi32: Support WinLogonIdsSid in IsWellKnownSid.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
2f3594c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
security.c
dlls/advapi32/security.c
+1
-0
No files found.
dlls/advapi32/security.c
View file @
2b012202
...
...
@@ -94,6 +94,7 @@ static const WELLKNOWNSID WellKnownSids[] =
{
{
'R'
,
'C'
},
WinRestrictedCodeSid
,
{
SID_REVISION
,
1
,
{
SECURITY_NT_AUTHORITY
},
{
SECURITY_RESTRICTED_CODE_RID
}
}
},
{
{
0
,
0
},
WinTerminalServerSid
,
{
SID_REVISION
,
1
,
{
SECURITY_NT_AUTHORITY
},
{
SECURITY_TERMINAL_SERVER_RID
}
}
},
{
{
0
,
0
},
WinRemoteLogonIdSid
,
{
SID_REVISION
,
1
,
{
SECURITY_NT_AUTHORITY
},
{
SECURITY_REMOTE_LOGON_RID
}
}
},
{
{
0
,
0
},
WinLogonIdsSid
,
{
SID_REVISION
,
SECURITY_LOGON_IDS_RID_COUNT
,
{
SECURITY_NT_AUTHORITY
},
{
SECURITY_LOGON_IDS_RID
}
}
},
{
{
'S'
,
'Y'
},
WinLocalSystemSid
,
{
SID_REVISION
,
1
,
{
SECURITY_NT_AUTHORITY
},
{
SECURITY_LOCAL_SYSTEM_RID
}
}
},
{
{
'L'
,
'S'
},
WinLocalServiceSid
,
{
SID_REVISION
,
1
,
{
SECURITY_NT_AUTHORITY
},
{
SECURITY_LOCAL_SERVICE_RID
}
}
},
{
{
'N'
,
'S'
},
WinNetworkServiceSid
,
{
SID_REVISION
,
1
,
{
SECURITY_NT_AUTHORITY
},
{
SECURITY_NETWORK_SERVICE_RID
}
}
},
...
...
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