- 03 Jul, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 16 Feb, 2009 1 commit
-
-
Michael Stefaniuc authored
-
- 07 Jan, 2009 1 commit
-
-
Francois Gouget authored
-
- 04 Jan, 2009 1 commit
-
-
Michael Stefaniuc authored
Also fix the compiler warnings introduced by this change.
-
- 18 Oct, 2008 1 commit
-
-
Alexandre Julliard authored
-
- 08 Sep, 2008 1 commit
-
-
Rob Shearman authored
string_binding is of type "const WCHAR *" so we shouldn't be calling strlen on it, we should be calling strlenW on it.
-
- 19 Aug, 2008 3 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
It's inefficient since the association will have to be replaced before the binding can be used to connect to a server.
-
Rob Shearman authored
bind->Assoc could be NULL if the binding hasn't been resolved.
-
- 18 Aug, 2008 2 commits
-
-
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
-
- 31 Jul, 2008 1 commit
-
-
Rob Shearman authored
-
- 26 Jun, 2008 1 commit
-
-
Detlef Riekenberg authored
-
- 23 Jun, 2008 2 commits
- 10 Jun, 2008 1 commit
-
-
Rob Shearman authored
-
- 16 Apr, 2008 1 commit
-
-
Marcus Meissner authored
-
- 01 Apr, 2008 1 commit
-
-
Rob Shearman authored
rpcrt4: Add a reference to the binding object in I_RpcNegotiateTransferSyntax and release the reference in I_RpcFreeBuffer. This is needed because a context binding handle could be released on unmarshall, but it still needs to stay valid until the binding handle is no longer being used. Re-use the previously unused RPCRT4_ExportBinding function as RPCRT4_AddRefBinding and rename RPCRT4_DestroyBinding to RPCRT4_ReleaseBinding to show that it's purpose is to release a reference count and destroy if necessary, not always destroy.
-
- 14 Mar, 2008 1 commit
-
-
Andrew Talbot authored
-
- 10 Mar, 2008 1 commit
-
-
Rob Shearman authored
rpcrt4: Check that the input to RPCRT4_strndupW was not NULL before assuming that the string couldn't be allocated due to lack of memory.
-
- 28 Feb, 2008 1 commit
-
-
Rob Shearman authored
-
- 23 Jan, 2008 2 commits
-
-
Rob Shearman authored
rpcrt4: Pass the SPN input to RpcBindingSetAuthInfoA/W into InitializeSecurityContextW instead of AcquireCredentialsHandleA/W.
-
Rob Shearman authored
Don't release the old auth info until we successfully have a new auth info and return failure to the caller if RpcAuthInfo_Create fails.
-
- 17 Dec, 2007 1 commit
-
-
Rob Shearman authored
-
- 19 Sep, 2007 1 commit
-
-
Rob Shearman authored
-
- 20 Aug, 2007 1 commit
-
-
Andrew Talbot authored
-
- 13 Jul, 2007 1 commit
-
-
Rob Shearman authored
binding handles, since binding requires information from the association and not from the binding handle.
-
- 27 Jun, 2007 2 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
- 25 Jun, 2007 2 commits
-
-
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.
-
- 18 May, 2007 1 commit
-
-
Andrew Talbot authored
-
- 27 Mar, 2007 3 commits
-
-
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
-
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.
-
- 06 Feb, 2007 1 commit
-
-
Francois Gouget authored
-
- 25 Jan, 2007 3 commits
-
-
Andrew Talbot authored
-
Rob Shearman authored
rpcrt4: RPCRT4_strdupWtoA and RPCRT4_strdupAtoW don't change the input string, so make the input const.
-
Rob Shearman authored
rpcrt4: Stash away NetworkOptions passed in from the binding string so that transports can look at the string if needed.
-
- 24 Jan, 2007 1 commit
-
-
Rob Shearman authored
Remove some no longer relevant fixmes.
-