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
a1e0f773
Commit
a1e0f773
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: Add a well known sid.
parent
e7d423ce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
security.c
dlls/advapi32/security.c
+1
-0
winnt.h
include/winnt.h
+2
-1
No files found.
dlls/advapi32/security.c
View file @
a1e0f773
...
...
@@ -127,6 +127,7 @@ static const WELLKNOWNSID WellKnownSids[] =
{
{
0
,
0
},
WinBuiltinPerfLoggingUsersSid
,
{
SID_REVISION
,
2
,
{
SECURITY_NT_AUTHORITY
},
{
SECURITY_BUILTIN_DOMAIN_RID
,
DOMAIN_ALIAS_RID_LOGGING_USERS
}
}
},
{
{
0
,
0
},
WinBuiltinAuthorizationAccessSid
,
{
SID_REVISION
,
2
,
{
SECURITY_NT_AUTHORITY
},
{
SECURITY_BUILTIN_DOMAIN_RID
,
DOMAIN_ALIAS_RID_AUTHORIZATIONACCESS
}
}
},
{
{
0
,
0
},
WinBuiltinTerminalServerLicenseServersSid
,
{
SID_REVISION
,
2
,
{
SECURITY_NT_AUTHORITY
},
{
SECURITY_BUILTIN_DOMAIN_RID
,
DOMAIN_ALIAS_RID_TS_LICENSE_SERVERS
}
}
},
{
{
0
,
0
},
WinBuiltinDCOMUsersSid
,
{
SID_REVISION
,
2
,
{
SECURITY_NT_AUTHORITY
},
{
SECURITY_BUILTIN_DOMAIN_RID
,
DOMAIN_ALIAS_RID_DCOM_USERS
}
}
},
};
/* these SIDs must be constructed as relative to some domain - only the RID is well-kown */
...
...
include/winnt.h
View file @
a1e0f773
...
...
@@ -3693,7 +3693,8 @@ typedef enum {
WinBuiltinPerfMonitoringUsersSid
=
57
,
WinBuiltinPerfLoggingUsersSid
=
58
,
WinBuiltinAuthorizationAccessSid
=
59
,
WinBuiltinTerminalServerLicenseServersSid
=
60
WinBuiltinTerminalServerLicenseServersSid
=
60
,
WinBuiltinDCOMUsersSid
=
61
}
WELL_KNOWN_SID_TYPE
;
/*
...
...
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