- 18 Aug, 2008 40 commits
-
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Lei Zhang authored
-
Will Tipton authored
comctl32: Added input validation to TOOLTIPS_GetTextW() in order to handle gracefully the case where it is called with an empty tooltip.
-
Frans Kool authored
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
-
Juan Lang authored
-
Juan Lang authored
-
Juan Lang authored
-
Andrew Talbot authored
-
Kirill K. Smirnov authored
-
James Hawkins authored
-
James Hawkins authored
-
Paul Vriens authored
-
Huw Davies authored
-
Huw Davies authored
wineps.drv: Make sure we call CreateFontIndirect with zero width, otherwise we'll get a scaled-width font.
-
Rob Shearman authored
Use TLB_MultiByteToBSTR to allocate import library entry name in ITypeLib2_Constructor_MSFT as BSTR instead of a normal block of memory to make the allocator the same as for SLTG typelibs. Free the name with SysFreeString instead of TLB_Free.
-
Rob Shearman authored
-
Rob Shearman authored
rpcrt4: Fix RpcStringBindingComposeA/W and RpcStringBindingParseA/W to escape and unescape delimiters in the string binding. This behaviour is stated by the DCE/RPC specification and is also shown in the rpcrt4 conformance tests.
-
Rob Shearman authored
rpcrt4: Print a warning if connecting to a named pipe failed in rpcrt4_conn_open_pipe in the !wait case.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
The epm tower for the ncalrpc protseq should have a floor with a protid of EPM_PROTOCOL_PIPE instead of EPM_PROTOCOL_SMB.
-
Rob Shearman authored
rpcrt4: Fix crash in rpcrt4_ncalrpc_parse_top_of_tower due to unconditionally dereferencing networkaddr and endpoint variables. These can be NULL when parts of the tower are not required.
-
Rob Shearman authored
The size depends on the length of the endpoint string, not the network address string.
-
Rob Shearman authored
-
Paul Vriens authored
-
Francois Gouget authored
-
Rob Shearman authored
rpcrt4: Re-implement part of the conformant varying structure processing routines using array_* functions.
-
Rob Shearman authored
This allows conformant string array types to be marshalled/unmarshalled when embedded in a complex type.
-
Rob Shearman authored
This allows conformant varying array types to be marshalled/unmarshalled when embedded in a complex type.
-
Rob Shearman authored
-
Rob Shearman authored
rpcrt4: Factorise conformant array NDR functions and use them to fix the wire-representation of complex structures with conformant arrays. Factorise each conformant array function into the part that deals with reading, writing or sizing the conformance and another part that deals with reading, writing or sizing the variance and the element data. This allows complex structures to use the right wire format where the conformance appears before the structure data starts.
-
Dylan Smith authored
-