- 14 Feb, 2012 1 commit
-
-
Alexandre Julliard authored
-
- 01 Sep, 2010 1 commit
-
-
Alexandre Julliard authored
-
- 20 May, 2010 1 commit
-
-
Michael Stefaniuc authored
-
- 14 Dec, 2009 4 commits
-
-
Rob Shearman authored
rpcrt4: Override inquire_auth_client for ncalrpc transport to always indicate that the connection is authenticated.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
- 16 Nov, 2009 1 commit
-
-
Rob Shearman authored
-
- 12 Nov, 2009 1 commit
-
-
Hans Leidekker authored
-
- 11 Nov, 2009 1 commit
-
-
Hans Leidekker authored
-
- 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 1 commit
-
-
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.
-