projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
rpcrt4: Fixing the using of the auth_len values the wrong way round - PKT_PRIVACY...
[wine]
/
dlls
/
rpcrt4
/
rpc_message.c
2007-03-28
Rob Shearman
rpcrt4: Fixing the using of the auth_len values the...
blob
|
commitdiff
|
raw
2007-03-27
Rob Shearman
rpcrt4: Use the correct authorization trailer length...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-27
Rob Shearman
rpcrt4: Call CompleteAuthToken if InitializeSecurityCon...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-27
Rob Shearman
rpcrt4: Call InitializeSecurityContext from only one...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-27
Rob Shearman
rpcrt4: Retrieve the maximum token length from the...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-21
Rob Shearman
rpcrt4: Fix a memory leak in I_RpcSendReceive caused...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-21
Rob Shearman
rpcrt4: Add documentation for the I_Rpc* RPC message...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-25
Andrew Talbot
rpcrt4: Declare some functions static.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-22
Rob Shearman
rpcrt4: RPC_C_AUTHN_LEVEL_NONE and RPC_C_AUTHN_LEVEL_DE...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-15
Rob Shearman
rpcrt4: Use SecInvalidateHandle and SecIsValidHandle...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-15
Rob Shearman
rpcrt4: Add support for signing, verifying, encrypting...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-10
Alexandre Julliard
rpcrt4: Avoid a sizeof in a trace.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-10
Rob Shearman
rpcrt4: Correctly align the results in the RPC Bind...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-10
Michael Stefaniuc
rpcrt4: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-27
Rob Shearman
rpcrt4: The allocation hint in request and response...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-27
Rob Shearman
rpcrt4: Don't terminate the loop on the buffer becoming...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-27
Rob Shearman
rpcrt4: Fix RPCRT4_Receive to accept authentication...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-16
Michael Stefaniuc
janitorial: Remove redundant NULL checks before calling...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-20
Huw Davies
rpcrt4: Don't use a short to hold the packet length...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-13
Alexandre Julliard
rpcrt4: Don't use sizeof in traces to avoid printf...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-09
Robert Shearman
rpcrt4: Return the status received from RPCRT4_Send...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-26
Robert Shearman
rpcrt4: Return the actual status code sent back by...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Robert Shearman
rpcrt4: Fix copying too much data from the buffer by...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Robert Shearman
rpcrt4: Authentication padding should only be generated...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-20
Robert Shearman
rpcrt4: Add the definition of RpcAuthVerifier to rpc_de...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-20
Robert Shearman
rpcrt4: Add the correct amount of auth padding to messages.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-20
Robert Shearman
rpcrt4: Update the todo lists and copyrights.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-18
Robert Shearman
rpcrt4: Store non-connection-specific authentication...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-18
Robert Shearman
rpcrt4: Increment the call id field of the request...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-18
Robert Shearman
rpcrt4: If the authorisation failed during a send then...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-16
Mike McCormack
rpcrt4: Implemented NTLM authentication for rpcrt4...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-15
Mike McCormack
rpcrt4: Add infrastructure for send authentication...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-08
Robert Shearman
rpcrt4: Automatically resolve the endpoint.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-20
Mike McCormack
rpcrt4: Abstract the transport layer functionality.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-19
Mike McCormack
rpcrt4: Use rpcrt4_conn_read in RPCRT4_OpenBinding.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-19
Mike McCormack
rpcrt4: Make RPCRT4_Send more compatible with write(2).
blob
|
commitdiff
|
raw
|
diff to current
2006-04-19
Mike McCormack
rpcrt4: Make RPCRT4_Receive more compatible with read(2).
blob
|
commitdiff
|
raw
|
diff to current
2006-01-18
Robert Shearman
rpcrt4: Fix the sending of >5800 byte messages by only...
blob
|
commitdiff
|
raw
|
diff to current
2005-08-03
Robert Shearman
Don't free previous buffer in NdrGetBuffer.
blob
|
commitdiff
|
raw
|
diff to current
2005-07-24
Stefan Huehner
Fix some missing-declarations warnings.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-14
Robert Shearman
- RpcMgmtStopServerListen should not affect auto-listen...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-15
Robert Shearman
- Add a stub implementation of RpcImpersonateClient.
blob
|
commitdiff
|
raw
|
diff to current
2004-12-23
Michael Stefaniuc
Do not check for non NULL pointer before HeapFree'ing...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-26
Filip Navara
Make RPCRT4 use Windows compatible protocol (DCE v5...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-19
Filip Navara
Prevent crashes in I_RpcSend on Windows XP.
blob
|
commitdiff
|
raw
|
diff to current
2004-02-27
Robert Shearman
- Fix a bad use of HeapRealloc.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-22
Ove Kaaven
Initial support for RPC call failures, by catching...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-21
Ove Kaaven
For RPC servers, don't deallocate the RPC request packe...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-19
Ove Kaaven
For better concurrency, separate the connections from...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-28
Greg Turner
- Pull the buffer from the rpc message into the midl...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-28
Greg Turner
- Clean up and add some comments.
blob
|
commitdiff
|
raw
|
diff to current
2002-10-25
Greg Turner
- Use memset instead of ZeroMemory, just to be consiste...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-10
Ove Kaaven
Implemented I_RpcFreeBuffer, I_RpcGetBuffer, I_RpcRecei...
blob
|
commitdiff
|
raw
|
diff to current