- 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.
-
- 22 Jan, 2007 1 commit
-
-
Rob Shearman authored
-
- 22 Nov, 2006 1 commit
-
-
Rob Shearman authored
rpcrt4: Allow applications to specify authentication levels other than connect in RpcBindingSetAuthInfoA/W. Map the default authentication level and service to sane values. Don't create an RpcAuthInfo object if RPC_C_AUTHN_LEVEL_NONE is specified.
-
- 15 Nov, 2006 1 commit
-
-
Rob Shearman authored
RPCRT4_CreateConnection fails by checking the return value from the function and returning in this case.
-
- 10 Nov, 2006 1 commit
-
-
Michael Stefaniuc authored
-
- 09 Nov, 2006 1 commit
-
-
Rob Shearman authored
rpcrt4: Open the endpoint from the caller of RpcServerUseProtseq* instead of the protseq server thread. This allows errors to be returned to the caller and to create more than one connection for an endpoint.
-
- 06 Nov, 2006 1 commit
-
-
Rob Shearman authored
-
- 13 Oct, 2006 1 commit
-
-
Francois Gouget authored
-
- 04 Aug, 2006 1 commit
-
-
Robert Shearman authored
by dumping information about the interface it is trying to bind to.
-
- 24 Jul, 2006 1 commit
-
-
Robert Shearman authored
-
- 21 Jun, 2006 1 commit
-
-
Robert Shearman authored
-
- 09 Jun, 2006 1 commit
-
-
Robert Shearman authored
need to copy the FromConn field when copying bindings.
-