Displaying 7 results from an estimated 7 matches for "lookupaccountsid".
2006 Mar 20
5
Need some ACL help for win32-file
Hi folks,
I''ve got most everything done for the pure Ruby version of win32-file.
The last thing left (since I''ll be moving the IO methods to a different
package eventually) is the file security stuff. Here''s what I''ve got so
far for the get_permissions method. However, I''m stuck at GetAce(). If
someone could help me finish up this method, I
2008 Jul 08
12
Some more win32-security: SID.create
Hi all,
How does this look as a general approach to a SID.create method:
# Creates and initializes
def self.create(authority, *sub_authorities)
if sub_authorities.length > 8
raise ArgumentError, ''maximum of 8 subauthorities allowed''
end
authorities = Array.new(8, 0)
authorities.replace(sub_authorities)
count = authorities.select{ |e| e > 0 }.size
2003 Aug 08
5
PDC Functions
...up Samba as a PDC on our network and having some
difficulty. I established a trusted machine account and added it to the
domain. Samba will however not release the SIDs needed by our servers
working off of it. I get the following message when trying to do a gpresult
[microsoft resource kit]
LookupAccountSid failed with 1789
I did a grep through samba 2.2.8b and samba 3.0.0b3 sources and couldn't
even pull up that 'AccountSid' command. Is this not supported at all? Will
I be forced to enter the depths of Windows as a PDC?
It doesn't seem too complicated to release the SIDs to trus...
2010 Dec 03
0
Wine release 1.2.2
...* extension.
Francois Gouget (1):
configure: Load wine lower in memory on FreeBSD to leave more space for mmap() and malloc().
Gerald Pfeifer (1):
user32: Fix error handling in BITMAP_Load.
Hans Leidekker (3):
advapi32: Fix handling of zero account and domain size parameters in LookupAccountSid.
advapi32: Fix a buffer size query in LsaLookupSids.
ntdll: Add a stub implementation of FSCTL_GET_RETRIEVAL_POINTERS.
Henri Verbeet (1):
krnl386.exe: Return the default value if the section wasn't found in GetPrivateProfileString16().
Hwang YunSong (5):
winmm: Update...
2020 Feb 02
0
Wine release 5.1
...ds.
ntdll/tests: Add more tests for printf format specifiers.
ntdll: Support the %I format modifier.
kernelbase: Use the %I length modifier to print pointer-size integers.
advapi32/tests: Clean up and expand tests for LsaLookupSids().
advapi32: Return the string SID if LookupAccountSid() fails.
Zhiyi Zhang (3):
rasenh/tests: Fix a test failure.
vulkan-1/tests: Fix some test failures.
msvcrt/tests: Fix some test failures.
--
Alexandre Julliard
julliard at winehq.org
2009 Apr 10
0
Wine release 1.1.19
...exporting __regs_RtlRaiseException.
ntdll: Move the RtlRaiseException implementation into the respective platform-specific files.
ntdll: Set the exception address to the program counter in RtlRaiseException.
Andreas.Rosenberg (1):
advapi32/tests: Added a test to verify result of LookupAccountSid.
Andr? Hentschel (4):
winemaker: winresrc.h is the right name.
winemaker: Add project-parse function.
winemaker: Add workspace-parse function.
winemaker: Update man page.
Aric Stewart (7):
msctf: Add a file version.
advapi32: Alias some sids in LookupAccountNam...
2010 Oct 01
0
Wine release 1.3.4
...widl: Avoid duplicate assignments in resolve_expression.
setupx.dll16: Remove some unused code from VCP_CheckPaths.
Hans Leidekker (25):
msi: Handle fdintNEXT_CABINET and fdintPARTIAL_FILE for cabinet streams.
advapi32: Fix handling of zero account and domain size parameters in LookupAccountSid.
include: Add IKnownFolder and IKnownFolderManager interfaces.
shell32: Add stub implementations of IKnownFolder and IKnownFolderManager.
msi: Remove unused field from MSICOMPONENT structure.
msi/test: Add tests for MsiGetFeatureState.
msi: A progid without a class is...