search for: ntsetsecurityobject

Displaying 6 results from an estimated 6 matches for "ntsetsecurityobject".

2007 Mar 19
0
Webrecherche failed to start
...File (0x165148)->(0x1762a0, 0, (nil)), hacked stub. libGL warning: 3D driver claims to not support visual 0x4b fixme:ntdll:NtQuerySecurityObject (0x60,0x00000004,(nil),0x00000000,0x34f868) stub! fixme:ntdll:NtQuerySecurityObject (0x60,0x00000004,0x162a70,0x0000005c,0x34f868) stub! fixme:ntdll:NtSetSecurityObject 0x60 0x00000004 0x162e60 fixme:ntdll:NtQuerySecurityObject (0x60,0x00000004,(nil),0x00000000,0x34f868) stub! fixme:ntdll:NtQuerySecurityObject (0x60,0x00000004,0x162a70,0x0000005c,0x34f868) stub! fixme:ntdll:NtSetSecurityObject 0x60 0x00000004 0x162e60 err:ole:CoGetClassObject class {6c736db1-bd9...
2007 Mar 19
2
wine error
" wine (insert app name.exe) wine client error:5d: version mismatch 0/246. Your wineserver binary was not upgraded correctly, or you have an older one somewhere in your PATH. Or maybe the wrong wineserver is still running?" Anybody else get an error similiar to this, or know what I should do? I have checked the repositories in Synaptic (apt). I recently (today) updated wine to 0.9.9.
2014 Jul 11
0
Wine release 1.7.22
...IPX support if the required definitions are found. ws2_32: Improve WSAStartup/WSACleanup tracing. dnsapi: Do not fail if NETDB_INTERNAL is not present. winspool: Fix a leak in DocumentPropertiesA (valgrind). Erich Hoover (1): advapi32: Implement RegSetKeySecurity on top of NtSetSecurityObject. Fran?ois Gouget (1): shlwapi/tests: Make test_PathIsRelative[AW]() static. Fr?d?ric Delanoy (3): msvcrt: Avoid potential integer overflow when computing median position in bsearch. Assorted spelling/grammar fixes. ntdll: Avoid potential integer overflow when computing med...
2007 Oct 12
0
Wine release 0.9.47
....c. server: Add a new get_security_object call for getting the security descriptor of an object. server: Use ACL_REVISION in create_default_dacl instead of MAX_ACL_REVISION since we don't use any features from later ACL revisions. advapi32: Implement SetFileSecurityW on top of NtSetSecurityObject. advapi32: Allow GetFileSecurityA/W to work on files that have been opened already with restricted sharing flags. server: Add a simple mapping from Unix uids to NT SIDs. server: Add get_sd and set_sd object operations to allow the security descriptor to be stored somewhere other t...
2012 Nov 23
0
Wine release 1.5.18
...decs: Implement QueryCapability in the GIF decoder. windowscodecs: Add a test to show that QueryCapability initializes the decoder. windowscodecs: Make GetFrame return WINCODEC_ERR_FRAMEMISSING without an image data. Erich Hoover (2): advapi32: Implement SetSecurityInfo on top of NtSetSecurityObject. wininet: Fix InternetCrackUrl parsing URLs containing a semicolon. Francois Gouget (4): shell32: Fix a buffer overflow in CommandLineToArgvW(). msvcp60: Make some codecvt_xxx() functions static or remove them. winegstreamer: Make the GST_QualityControl methods static....
2007 Feb 16
0
Wine release 0.9.31
...when opening XInput device. server: Fix typo. Should be group not owner. winex11.drv: Popup windows with system menu are managed. server: Get the primary group from the token's groups. server: Add security descriptor field to object struct. ntdll/server: Implement NtSetSecurityObject. With tests. advapi32: Add more tests for DuplicateHandle security. Vitaly Lipatov (2): Some fixes in russian resources. cmd: Fix program name. -- Alexandre Julliard julliard@winehq.org