- 29 Nov, 2007 10 commits
-
-
Stefan Dösinger authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
rpcrt4: Check there is enough space in the buffer and that the size doesn't cause an overflow when copying data to it.
-
Rob Shearman authored
Rename safe_buffer_copy to safe_copy_from_buffer.
-
- 28 Nov, 2007 26 commits
-
-
Lionel Debroux authored
-
Lionel Debroux authored
-
Divan Burger authored
-
Alistair Leslie-Hughes authored
-
Aric Stewart authored
-
Alexandre Julliard authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
OpenGL drivers do not support some low precision internal formats like GL_RGB5 for fbo color targets. Direct3D application depend on them, so provide a fallback format for render targets if the requested format itself is not supported.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
The surface_blt_to_drawable function changes the filtering settings of the texture object, but without informing the container about this change. This patch makes sure that the basetexture knows about this and reapplies the changed states to the settings chosen by the app.
-
Rob Shearman authored
advapi32: Make the credential registry key stay around if a persist value longer than session is specified.
-
Rob Shearman authored
advapi32: Use the open_for_write parameter to open_cred_mgr_key and fix get_cred_mgr_encryption_key to not need KEY_WRITE access to the key passed in.
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Rob Shearman authored
-
Lionel Debroux authored
-
Stefan Leichter authored
-
Anatoly Lyutin authored
-
Rob Shearman authored
Fix memory leaks caused by the variable and interface custom data not being freed properly.
-
Rob Shearman authored
Since the code is inside the loop for function data, it should be freeing the function's custom data, not the interface's.
-
- 27 Nov, 2007 4 commits
-
-
Alexandre Julliard authored
-
Rob Shearman authored
It isn't tracked per connection, unlike NTLM authentication, and so the server will return a 401 error and try to get us to authenticate again. However, this doesn't work as the authentication information is assumed by the code to be valid for the whole connection.
-
Rob Shearman authored
It is different to the other base types as it has a different size on the wire to in memory, so it can't just be set to the buffer when unmarshalling.
-
Rob Shearman authored
-