Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
e5e40ef4
Commit
e5e40ef4
authored
Aug 06, 2009
by
Hans Leidekker
Committed by
Alexandre Julliard
Aug 06, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advapi32: Factor out lookup of local usernames and well-known SIDs.
Based on a patch by Aric Stewart.
parent
c0892c2f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
144 additions
and
64 deletions
+144
-64
advapi32_misc.h
dlls/advapi32/advapi32_misc.h
+3
-0
security.c
dlls/advapi32/security.c
+141
-64
No files found.
dlls/advapi32/advapi32_misc.h
View file @
e5e40ef4
...
...
@@ -24,4 +24,7 @@ const char * debugstr_sid(PSID sid);
BOOL
ADVAPI_IsLocalComputer
(
LPCWSTR
ServerName
);
BOOL
ADVAPI_GetComputerSid
(
PSID
sid
);
BOOL
lookup_local_wellknown_name
(
LSA_UNICODE_STRING
*
,
PSID
,
LPDWORD
,
LPWSTR
,
LPDWORD
,
PSID_NAME_USE
,
BOOL
*
);
BOOL
lookup_local_user_name
(
LSA_UNICODE_STRING
*
,
PSID
,
LPDWORD
,
LPWSTR
,
LPDWORD
,
PSID_NAME_USE
,
BOOL
*
);
#endif
/* __WINE_ADVAPI32MISC_H */
dlls/advapi32/security.c
View file @
e5e40ef4
This diff is collapsed.
Click to expand it.
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