- 26 Jun, 2007 24 commits
-
-
James Hawkins authored
-
Dan Hipschman authored
-
Dan Hipschman authored
-
Dan Hipschman authored
-
Dan Hipschman authored
-
Dan Hipschman authored
-
Dan Hipschman authored
-
Dan Hipschman authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
gdi32: Multi-character character constants aren't portable as their behaviour is compiler dependent according to the C standard. Found by sparse.
-
H. Verbeet authored
wined3d: Map vertex sampler numbers to the correct internal array indices for GetTexture and SetTexture.
-
H. Verbeet authored
wined3d: Map vertex sampler numbers to the correct internal array indices for GetSamplerState and SetSamplerState.
-
H. Verbeet authored
-
H. Verbeet authored
-
H. Verbeet authored
-
James Hawkins authored
-
Rob Shearman authored
-
Alex Villacís Lasso authored
-
Alex Villacís Lasso authored
-
Alex Villacís Lasso authored
-
Alex Villacís Lasso authored
-
- 25 Jun, 2007 16 commits
-
-
Jeff Latimer authored
-
Rob Shearman authored
rpcrt4: Dereference the pointer passed to the marshaling/unmarshaling/sizing routines in complex types for interface pointers.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
rpcrt4: Set PointerBufferMark to the buffer location immediately after the non-pointer data in complex struct and array marshaling and unmarshaling to keep to the DCE/RPC specification.
-
Rob Shearman authored
rpcrt4: Try a lot harder to resuse existing connections by comparing inside the RpcQualityOfService and RpcAuthInfo objects. Store a copy of the SEC_WINNT_AUTH_IDENTITY structure passed in to RpcBindingSetAuthInfo(Ex) to enable us to do this for RpcAuthInfo objects.
-
Rob Shearman authored
rpcrt4: Store the assoc_group_id field returned from the bind_ack packet and use it when creating further connections in the association group.
-
Rob Shearman authored
rpcrt4: When an exception is raised, return the stored exception code instead of the generic RPC_S_CALL_FAILED.
-
Rob Shearman authored
rpcrt4: Translate STATUS_ACCESS_VIOLATION exceptions caught whilst executing the stub function to ERROR_NOACCESS to prevent confusing exceptions occurring in the client.
-
Rob Shearman authored
rpcrt4: Close the connection if a protocol error or certain other kinds of errors occur, instead of returning it to the connection pool.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
rpcrt4: Don't use add on the sizes of array elements to an open-ended structure; use FIELD_OFFSET with the array index instead.
-
Rob Shearman authored
-
Rob Shearman authored
advapi32: Always set the requested fields of the security descriptor according to the info flags in GetNamedSecurityInfoW. Also, set the control flags so that other security descriptor functions can retrieve the info from it.
-