rpcrt4: Handle marshaling/unmarshaling full pointers.
[wine] / dlls / rpcrt4 / rpc_transport.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Robert Shearmanrpcrt4: Warn if CreateNamedPipe fails.
2006-05-20  Robert Shearmanrpcrt4: Wait for all of the requested bytes to be retur...
2006-05-20  Robert Shearmanrpcrt4: Fix for the open functions in the transports...
2006-05-20  Robert Shearmanrpcrt4: Don't release the auth info if it isn't present.
2006-05-18  Mike McCormackrpcrt4: Fix and test RpcNetworkIsProtseqValid.
2006-05-18  Robert Shearmanrpcrt4: Store non-connection-specific authentication...
2006-05-18  Robert Shearmanrpcrt4: Increment the call id field of the request...
2006-05-15  Francois Gougetrpcrt4: Fix some conditional includes.
2006-05-07  Robert Shearmanrpcrt4: Use getaddrinfo to get the sockaddr.
2006-04-21  Mike McCormackrpcrt4: Invalid sockets should have a value of -1.
2006-04-21  Mike McCormackrpcrt4: Add support for the ncacn_ip_tcp transport...
2006-04-21  Mike McCormackrpcrt4: Add a stub transport layer for ncacn_ip_tcp.
2006-04-21  Mike McCormackrpcrt4: Hide the details of the rpc transport mechanism.
2006-04-21  Mike McCormackrpcrt4: Abstract RPCRT4_SpawnConnection.
2006-04-21  Mike McCormackrpcrt4: Move the connected check inside the named pipe...
2006-04-21  Mike McCormackrpcrt4: Split the transport layer into a different...