- 18 Dec, 2006 1 commit
-
-
Rob Shearman authored
-
- 14 Dec, 2006 2 commits
-
-
Dmitry Timoshkov authored
-
Andrew Talbot authored
-
- 11 Dec, 2006 1 commit
-
-
Marcus Meissner authored
-
- 05 Dec, 2006 1 commit
-
-
Francois Gouget authored
-
- 22 Nov, 2006 2 commits
-
-
Rob Shearman authored
handled at the binding level now instead of the message level, so remove this special handling in RPCRT4_Send.
-
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 4 commits
-
-
Rob Shearman authored
rpcrt4: Use SecInvalidateHandle and SecIsValidHandle for handling RpcConnection::ctx instead of setting/comparing the field to 0.
-
Rob Shearman authored
-
Rob Shearman authored
RPCRT4_CreateConnection fails by checking the return value from the function and returning in this case.
-
Rob Shearman authored
-
- 13 Nov, 2006 7 commits
-
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
rpcrt4: Fix a comment and move a WARN to where it really indicates a problem, rather than falsely triggering on normal conditions.
-
Francois Gouget authored
-
Francois Gouget authored
Also fix some headers that identified internal APIs as external.
-
Andrew Talbot authored
-
Andrew Talbot authored
-
- 10 Nov, 2006 9 commits
-
-
Alexandre Julliard authored
-
Rob Shearman authored
rpcrt4: Create one protseq object per used protocol sequence, not per RpcServerUseProtseq* function call.
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
rpcrt4: More "unsigned long" to "ULONG" changes in preparation of the removal of WINE_NO_LONG_AS_INT.
-
Michael Stefaniuc authored
They got out of sync due to the unsigned long to ULONG changes in the headers.
-
Michael Stefaniuc authored
Those got out of sync due to the unsigned long to ULONG migration in the headers.
-
- 09 Nov, 2006 6 commits
-
-
Alexandre Julliard authored
-
Michael Stefaniuc authored
-
Rob Shearman authored
-
Rob Shearman authored
-
Rob Shearman authored
so replace it with some more appropriate endpoint error codes.
-
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.
-
- 08 Nov, 2006 3 commits
-
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Francois Gouget authored
-
- 06 Nov, 2006 1 commit
-
-
Rob Shearman authored
-
- 31 Oct, 2006 3 commits
-
-
Rob Shearman authored
rpcrt4: Set the AI_PASSIVE flag to getaddrinfo in rpcrt4_ip_tcp_open so that the bound-to port is connectable from other machines.
-
Rob Shearman authored
-
Rob Shearman authored
the read and write function for the protseq assume that syscalls will block.
-