- 28 Jan, 2020 1 commit
-
-
Zebediah Figura authored
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 19 Jun, 2019 1 commit
-
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 16 Oct, 2018 2 commits
-
-
Jacek Caban authored
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Jacek Caban authored
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 21 May, 2015 1 commit
-
-
Hans Leidekker authored
-
- 03 Mar, 2015 1 commit
-
-
Nikolay Sivov authored
-
- 28 Aug, 2013 1 commit
-
-
Hans Leidekker authored
-
- 14 Feb, 2012 1 commit
-
-
Alexandre Julliard authored
-
- 14 Nov, 2011 1 commit
-
-
Francois Gouget authored
-
- 14 Dec, 2009 1 commit
-
-
Rob Shearman authored
-
- 11 Nov, 2009 1 commit
-
-
Rob Shearman authored
-
- 10 Nov, 2009 1 commit
-
-
Marcus Meissner authored
-
- 03 Jul, 2009 1 commit
-
-
Alexandre Julliard authored
-
- 25 Mar, 2009 2 commits
-
-
Rob Shearman authored
CodeWeavers did this work for supporting the optional HTTP connection method of Outlook 2003/2007 (must be running with Windows versions set to XP or higher to see this option). This was written before Microsoft publicly released a specification for the RPC over HTTP protocol and so was developed by examining traffic flowing between a Windows client and an IIS server.
-
Rob Shearman authored
CodeWeavers did this work for supporting Outlook 2007.
-
- 04 Jan, 2009 1 commit
-
-
Michael Stefaniuc authored
Also fix the compiler warnings introduced by this change.
-
- 19 Jun, 2008 1 commit
-
-
Rob Shearman authored
Move the special handling of the PKT_BIND_ACK packet from RPCRT4_ReceiveWithAuth to RpcAssoc_BindConnection, where it belongs.
-
- 08 Jan, 2008 1 commit
-
-
Rob Shearman authored
The actual sending of the request is still done in I_RpcSendReceive though. Disallow the server from calling I_RpcSend and I_RpcReceive to allow simplification of the code. The releasing of the connection is now done in I_RpcFreeBuffer. Implement I_RpcNegotiateTransferSyntax.
-
- 26 Dec, 2007 1 commit
-
-
Rob Shearman authored
Server context handles are tracked from associations as their lifetime is determined by the lifetime of the association.
-
- 18 Dec, 2007 1 commit
-
-
Michael Stefaniuc authored
-
- 17 Dec, 2007 1 commit
-
-
Rob Shearman authored
-