- 07 Jul, 2008 1 commit
-
-
Rob Shearman authored
-
- 26 Jun, 2008 1 commit
-
-
Rob Shearman 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.
-
- 23 Jan, 2008 1 commit
-
-
Rob Shearman authored
rpcrt4: Pass the SPN input to RpcBindingSetAuthInfoA/W into InitializeSecurityContextW instead of AcquireCredentialsHandleA/W.
-
- 21 Jan, 2008 1 commit
-
-
Rob Shearman authored
-
- 31 Dec, 2007 1 commit
-
-
Rob Shearman authored
Release them after processing of a request has finished to avoid a slow memory leak if the association isn't released for ages.
-
- 18 Dec, 2007 1 commit
-
-
Rob Shearman authored
-
- 17 Dec, 2007 2 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
Support handing out association group IDs.
-
- 13 Nov, 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 1 commit
-
-
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.
-
- 27 Mar, 2007 4 commits
-
-
Rob Shearman authored
Previously it was hardcoded to 16, so only the NTLM provider would work correctly.
-
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.
-
- 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.
-
- 22 Jan, 2007 1 commit
-
-
Rob Shearman 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.
-
- 31 Oct, 2006 1 commit
-
-
Rob Shearman authored
connection to get at the wait handles, instead of using get_connect_wait_handle which isn't generic enough to be used for other protocols. Remove the unneeded get_connect_wait_handle function from the connection operations function list.
-
- 16 Oct, 2006 1 commit
-
-
Robert Shearman authored
the functions operate on an RpcConnection object, not an RpcServerProtseq object.
-
- 09 Jun, 2006 1 commit
-
-
Alexandre Julliard authored
-
- 08 Jun, 2006 1 commit
-
-
Robert Shearman authored
rather than relying on the restriction of one connection per binding. This also avoids the problem of two threads using the same connection at the same time.
-
- 02 Jun, 2006 1 commit
-
-
Robert Shearman authored
rpcrt4: Add functions for generating and parsing the upper floors in endpoint-mapper towers for different transports.
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 18 May, 2006 2 commits
-
-
Robert Shearman authored
rpcrt4: Store non-connection-specific authentication information in a ref-counted structure that is shared between connections and bindings.
-
Robert Shearman authored
This is necessary for compatibility with MS/RPC servers.
-
- 16 May, 2006 1 commit
-
-
Mike McCormack authored
-
- 21 Apr, 2006 2 commits
-
-
Mike McCormack authored
-
Mike McCormack authored
-
- 20 Apr, 2006 1 commit
-
-
Mike McCormack authored
-
- 19 Apr, 2006 1 commit
-
-
Mike McCormack authored
-
- 13 Jul, 2005 1 commit
-
-
Mike McCormack authored
-
- 26 Apr, 2004 1 commit
-
-
Filip Navara authored
communication.
-
- 07 Oct, 2003 1 commit
-
-
Daniel Marmier authored
-