- 22 Feb, 2007 27 commits
-
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
The core the code remains ANSI, as all the information is stored as ANSI.
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Eric Pouech authored
-
Misha Koshelev authored
-
Aric Stewart authored
IShellLink::GetIDList when it fails to generate a PIDL must set ppidl to NULL or some applications think it contains valid data.
-
Aric Stewart authored
-
Andrew Talbot authored
-
Paul Vriens authored
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
Maarten Lankhorst authored
-
Anatoly Lyutin authored
-
- 21 Feb, 2007 13 commits
-
-
Misha Koshelev authored
-
Rob Shearman authored
The dns_* functions expect the input buffer to have space for size characters plus the nul terminating character.
-
Rob Shearman authored
Don't return FALSE for a partial read. Fall through to SSL_read and use the logic for partial reads there instead of having separate logic and recursively calling NETCON_recv. Based on a patch by Michael Moss.
-
Rob Shearman authored
-
Rob Shearman authored
server: Add get_token_impersonation_level server call for retrieving the impersonation level from a token. Add tests for GetTokenInformation(TokenImpersonationLevel).
-
Rob Shearman authored
Don't check object's security when duplicating a handle of the same or lower access rights. Based on a patch by Vitaliy Margolen.
-
Rob Shearman authored
(Reported by Huw Davies.)
-
Rob Shearman authored
-
Ken Thomases authored
The (x,y) should be relative to the XImage, not the drawable. The (xOrg,yOrg) is what should be relative to the drawable. This fixes a crash when XGetPixel tried to access memory outside the XImage's buffer.
-
Huw Davies authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Andrew Talbot authored
-