rpcrt4: NdrClientInitializeNew shouldn't clear all of the stub message, only selected...
[wine] / dlls / rpcrt4 /
2006-06-02  Robert Shearmanrpcrt4: NdrClientInitializeNew shouldn't clear all...
2006-06-01  Mike McCormackrpcrt4: Implement NDRCContext(Un)marshall and NDRCConte...
2006-05-31  Huw Daviesrpcrt4: Add ENUM32 support to ComplexStructMemorySize.
2006-05-30  Robert Shearmanrpcrt4: Make UserMarshalFlags static.
2006-05-30  Robert Shearmanrpcrt4: We should never pass an fMustAlloc value of...
2006-05-30  Robert Shearmanrpcrt4: Make sure to set a unique pointer with an id...
2006-05-30  Robert Shearmanrpcrt4: If the number of pointers is 0 for NdrFullPoint...
2006-05-30  Robert Shearmanrpcrt4: Handle marshaling/unmarshaling full pointers.
2006-05-30  Robert Shearmanrpcrt4: For full pointers the state consists of flags...
2006-05-27  Robert Shearmanrpcrt4: Store the QueryType in the state table in NdrFu...
2006-05-27  Robert Shearmanrpcrt4: Fix NdrFullPointerQueryRefId to make more tests...
2006-05-27  Robert Shearmanrpcrt4: Implement remaining part of NdrFullPointerQuery...
2006-05-27  Robert Shearmanrpcrt4: Implement some full pointer functions and add...
2006-05-26  Mike McCormackrpcrt4: Implement NdrClientContext(Un)Marshall.
2006-05-26  Robert Shearmanrpcrt4: Even though FC_DEREFERENCE conformance is handl...
2006-05-26  Robert Shearmanrpcrt4: Return the actual status code sent back by...
2006-05-25  Mike McCormackrpcrt4: Stub implementations for NDRS marshalling funct...
2006-05-25  Robert Shearmanrpcrt4: Set the Memory field of the stub message struct...
2006-05-25  Robert Shearmanrpcrt4: Implement explicit generic binding handles.
2006-05-25  Robert Shearmanrpcrt4: Move the getting of the client binding handle...
2006-05-25  Robert Shearmanrpcrt4: Move the initialising of the stub message struc...
2006-05-25  Robert Shearmanrpcrt4: Store the arguments exclusively in stubMsg...
2006-05-25  Robert Shearmanrpcrt4: Implement RpcBindingCopy.
2006-05-24  Alexandre JulliardLink against libwine_unicode everywhere we use Unicode...
2006-05-24  Alexandre JulliardTests should not use wine/unicode.h.
2006-05-24  Mike McCormackrpcrt4: Add stub implementations for NDRCContext(Un...
2006-05-23  Huw Daviesrpcrt4: Uncomment test now that it works correctly.
2006-05-23  Huw Daviesrpcrt4: Add another static.
2006-05-23  Huw Daviesrpcrt4: Fix some comments and move the NdrSimpleType...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-23  Robert Shearmanrpcrt4: Fix copying too much data from the buffer by...
2006-05-23  Robert Shearmanrpcrt4: Authentication padding should only be generated...
2006-05-20  Robert Shearmanrpcrt4: Handle pointers to context handles in the stubl...
2006-05-20  Robert Shearmanrpcrt4: We don't need to free object pointers if we...
2006-05-20  Robert Shearmanrpcrt4: Use macros to generate the code for unmarshalin...
2006-05-20  Robert Shearmanrpcrt4: Don't set the memory pointer to NULL before...
2006-05-20  Robert Shearmanrpcrt4: Make more internal functions static.
2006-05-20  Robert Shearmanrpcrt4: Add the definition of RpcAuthVerifier to rpc_de...
2006-05-20  Huw Daviesrpcrt4: Use IsClient to determine whether we can use...
2006-05-20  Robert Shearmanrpcrt4: Warn if CreateNamedPipe fails.
2006-05-20  Robert Shearmanrpcrt4: Add the correct amount of auth padding to messages.
2006-05-20  Robert Shearmanrpcrt4: Wait for all of the requested bytes to be retur...
2006-05-20  Robert Shearmanrpcrt4: Update the todo lists and copyrights.
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 a possible memory leak, cleanup a bit.
2006-05-18  Mike McCormackrpcrt4: Fix and test RpcNetworkIsProtseqValid.
2006-05-18  Mike McCormackrpcrt4: Add a stub implementation for RpcMgmtIsServerLi...
2006-05-18  Robert Shearmanrpcrt4: Implement RpcBindingSetAuthInfoExW based on...
2006-05-18  Robert Shearmanrpcrt4: A NULL AuthInfo is allowed.
2006-05-18  Robert Shearmanrpcrt4: Support all available security packages in...
2006-05-18  Robert Shearmanrpcrt4: Only use the cached connection if the authentic...
2006-05-18  Robert Shearmanrpcrt4: Store non-connection-specific authentication...
2006-05-18  Robert Shearmanrpcrt4: Fix an off-by-one error when checking the size...
2006-05-18  Robert Shearmanrpcrt4: Handle interface pointers in EmbeddedComplexSize.
2006-05-18  Robert Shearmanrpcrt4: Make secur32 into a delayed import, as most...
2006-05-18  Robert Shearmanrpcrt4: Increment the call id field of the request...
2006-05-18  Robert Shearmanrpcrt4: Implement NdrNonEncapsulatedUnionMemorySize.
2006-05-18  Robert Shearmanrpcrt4: Fix the wire protocol of the user marshal funct...
2006-05-18  Robert Shearmanrpcrt4: If the authorisation failed during a send then...
2006-05-18  Robert Shearmanrpcrt4: Fix NdrConformantArrayMemorySize.
2006-05-18  Robert Shearmanrpcrt4: Implement NdrUserMarshalMemorySize.
2006-05-17  Huw Daviesrpcrt4: Don't update StubMsg->MemorySize while unmarsha...
2006-05-17  Robert Shearmanrpcrt4: Implement NdrInterfacePointerMemorySize.
2006-05-17  Robert Shearmanrpcrt4: Make some functions that aren't used outside...
2006-05-17  Robert Shearmanrpcrt4: Fill out more of the function tables with funct...
2006-05-17  Robert Shearmanrpcrt4: Raise an exception if there is no default handl...
2006-05-16  Robert Shearmanrpcrt4: Implement fixed array functions.
2006-05-16  Robert Shearmanrpcrt4: Remove the BUFFER_PARANOIA overestimates for...
2006-05-16  Robert Shearmanrpcrt4: Implement computing of conformance from a corre...
2006-05-16  Robert Shearmanrpcrt4: Fix conformant varying structs to comply to...
2006-05-16  Robert Shearmanrpcrt4: Don't duplicate the conformance calculating...
2006-05-16  Robert Shearmanrpcrt4: Implement conformant varying struct functions.
2006-05-16  Robert Shearmanrpcrt4: Implement more conformance operations and more...
2006-05-16  Mike McCormackrpcrt4: Implemented NTLM authentication for rpcrt4...
2006-05-16  Mike McCormackrpcrt4: Use RPCRT4_Receive rather than accessing the...
2006-05-15  Robert Shearmanrpcrt4: Implement NdrSimpleStructMemorySize.
2006-05-15  Robert Shearmanrpcrt4: Fix the conformant struct functions to not...
2006-05-15  Robert Shearmanrpcrt4: In NdrConformantBufferSize, SizeConformance...
2006-05-15  Robert Shearmanrpcrt4: Save pStubMsg->ActualCount in a local variable...
2006-05-15  Robert Shearmanrpcrt4: Dereference the memory for pointers in NdrNonEn...
2006-05-15  Robert Shearmanrpcrt4: Rename ComplexStructSize to ComplexStructMemory...
2006-05-15  Robert Shearmanrpcrt4: Fix embedded pointers in arrays by taking into...
2006-05-15  Robert Shearmanrpcrt4: The arm type mask should be comparing the highe...
2006-05-15  Robert Shearmanrpcrt4: Make ComplexStructSize increment the buffer.
2006-05-15  Robert Shearmanrpcrt4: Pass in the buffer value before incrementing...
2006-05-15  Robert Shearmanrpcrt4: Implement NdrComplexStructMemorySize.
2006-05-15  Robert Shearmanrpcrt4: Implement NdrComplexArrayMemorySize.
2006-05-15  Robert Shearmanrpcrt4: Fix the fault packet structure to comply with...
2006-05-15  Robert Shearmanrpcrt4: The NDR memory sizing functions should incremen...
2006-05-15  Robert Shearmanrpcrt4: Make NdrBaseTypeMemorySize increment the buffer...
2006-05-15  Robert Shearmanrpcrt4: Make NdrConformantStringUnmarshall use the...
2006-05-15  Mike McCormackrpcrt4: Add missing PKT_AUTH3 packet type.
2006-05-15  Mike McCormackrpcrt4: Add infrastructure for send authentication...
2006-05-15  Mike McCormackrpcrt4: Forward RpcBindingSetAuthInfo to RpcBindingSetA...
2006-05-15  Francois Gougetrpcrt4: Fix some conditional includes.
2006-05-10  Mike McCormackrpcrt4: Cache the connection so we don't rebind on...
2006-05-10  Robert Shearmanrpcrt4: Use the buffer passed in as an argument and...
2006-05-10  Robert Shearmanrpcrt4: Align conformances and variances correctly...
2006-05-10  Robert Shearmanrpcrt4: Move the writing and sizing of variances and...
next