search for: getsidsubauthority

Displaying 2 results from an estimated 2 matches for "getsidsubauthority".

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
2009 Jul 03
0
Wine release 1.1.25
...quired by GetVolumeInformation. kernel32: Avoid unprotected sprintf on registry/user-supplied format string. Ken Sharp (1): gdiplus: Add GdipIsVisibleRegionPointI stub. Louis Lenders (2): kernel32/nls: Add system message 2221 to winerr_enu.mc. advapi32: Add a few tests for GetSidSubAuthority and SetLastError correctly. Maksim Kuleshov (1): wininet: Fix sockets leak in FTP_Connect. Matej Spindler (8): mshtml: Update Slovenian translation. appwiz.cpl: Update Slovenian translation. notepad: Update Slovenian translation. reg: Update Slovenian translation....