- 28 Mar, 2007 13 commits
-
-
Rob Shearman authored
ole32: Do a case-insensitive comparison in the count_moniker_matches in the moniker tests as Win9x marshals an all upper-case file name for file monikers.
-
Rob Shearman authored
-
Rob Shearman authored
ole32: Pass the OXID info to RPC_CreateClientChannel and use this to pass the server process ID to channel hooks.
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Paul Vriens authored
-
Andrew Talbot authored
-
Chris Robinson authored
-
Chris Robinson authored
-
Dmitry Timoshkov authored
-
Mikołaj Zalewski authored
-
Andrew Riedi authored
Based on patch by Henri Verbeet.
-
- 27 Mar, 2007 27 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
James Hawkins authored
-
James Hawkins authored
-
Jacek Caban authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
ole32: Handle NULL sub-objects correctly in the STGMEDIUM user marshaling functions so that no further data in marshaled or unmarshaled.
-
Rob Shearman authored
Previously it was hardcoded to 16, so only the NTLM provider would work correctly.
-
Rob Shearman authored
rpcrt4: Call CompleteAuthToken if InitializeSecurityContext returned a code that says it should be called. Currently, the only security provider that requires this is the Digest one, which we don't really care about, but is supported for completeness.
-
Rob Shearman authored
This reduces the amount of code and ensures that the parameters passed to it stay the same, apart from the previous context and the output buffer description.
-
Rob Shearman authored
rpcrt4: Retrieve the maximum token length from the security provider rather than using a hardcoded and rather small limit.
-
Rob Shearman authored
Copy the OXID_INFO from the stub manager, if available, in proxy_manager_construct. Otherwise, attempt to resolve it. Use ipidRemUnknown from OXID_INFO in the proxy manager instead of magically generating the IPID for RemUnknown.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
rpcrt4: Implement associations which are intermediary objects that track the relationship between the client and a given endpoint on the server. Use these to encapsulate the connection pool so that the lifetimes of connections are properly handled again.
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Andrew Talbot authored
-
Chris Robinson authored
-
Piotr Caban authored
-
Mikołaj Zalewski authored
-