rpcrt4: Fix the check in NdrPointerFree.
[wine] / dlls / rpcrt4 / ndr_marshall.c
2007-12-14  Rob Shearmanrpcrt4: Fix the check in NdrPointerFree.
2007-12-14  Rob ShearmanRevert "rpcrt4: Try to free every non-stack pointer...
2007-12-12  Rob Shearmanrpcrt4: Try to free every non-stack pointer in PointerF...
2007-12-12  Rob Shearmanrpcrt4: Store allocated memory in a singly-linked list...
2007-12-10  Rob Shearmanrpcrt4: Pass the USER_MARSHAL_CB structure into user...
2007-12-10  Rob Shearmanrpcrt4: Implement NdrConformantArrayMemorySize.
2007-12-08  Rob Shearmanrpcrt4: Save the buffer in EmbeddedPointerMemorySize...
2007-12-08  Rob Shearmanrpcrt4: Fix the return value from NdrSimpleStructMemory...
2007-12-08  Rob Shearmanrpcrt4: Add a trace to NdrBaseTypeMemorySize.
2007-12-08  Rob Shearmanrpcrt4: Implement PointerMemorySize.
2007-12-08  Rob Shearmanrpcrt4: Fix NdrConformantStructUnmarshall to use buffer...
2007-12-08  Rob Shearmanrpcrt4: Fix NdrFixedArrayUnmarshall to use buffer memor...
2007-12-08  Rob Shearmanrpcrt4: Fix NdrConformantArrayUnmarshall to use buffer...
2007-12-07  Rob Shearmanrpcrt4: Implement NdrConformantStructFree.
2007-12-07  Rob Shearmanrpcrt4: Improve PointerFree to not free buffer memory.
2007-12-05  Rob Shearmanrpcrt4: Set the memory pointer in NdrBaseTypeUnmarshall...
2007-12-05  Rob Shearmanrpcrt4: Set fMustAlloc to TRUE when unmarshalling an...
2007-12-04  Rob Shearmanrpcrt4: Set the destination pointer in PointerUnmarshal...
2007-12-03  Rob Shearmanrpcrt4: Reverse the conditions for which *pPointer...
2007-11-30  Rob Shearmanrpcrt4: Fix NdrSimpleStructUnmarshall to cope with...
2007-11-30  Rob Shearmanrpcrt4: Improve PointerUnmarshall to cope with keeping...
2007-11-30  Rob Shearmanrpcrt4: Move forcing of fMustAlloc to NULL to the calle...
2007-11-30  Rob Shearmanrpcrt4: EmbeddedPointerUnmarshall doesn't need to chang...
2007-11-29  Rob Shearmanrpcrt4: Fix an integer overflow in NdrConformantStructM...
2007-11-29  Rob Shearmanrpcrt4: Fix some more potential buffer overflows.
2007-11-29  Rob Shearmanrpcrt4: Check there is enough space in the buffer and...
2007-11-29  Rob Shearmanrpcrt4: Check for integer overflows when increasing...
2007-11-21  Rob Shearmanrpcrt4: Raise an exception if a NULL ref-pointer is...
2007-11-05  Rob Shearmanrpcrt4: Handle FC_IGNORE in the base type functions.
2007-11-05  Dan Hipschmanrpcrt4: Initialize allocated pointers to NULL in Pointe...
2007-10-11  Dan Hipschmanrpcrt4, widl: Make pointer layouts compatible with...
2007-09-19  Rob Shearmanrpcrt4: Implement RpcSmDestroyClientContext and RpcSsDe...
2007-08-20  Andrew Talbotrpcrt4: Constify some variables.
2007-07-19  Dmitry Timoshkovrpcrt4: Fix the buffer bounds check.
2007-07-16  Rob Shearmanrpcrt4: Never allocate memory for the discriminant...
2007-07-16  Rob Shearmanrpcrt4: Check to make sure there is enough data in...
2007-07-16  Rob Shearmanrpcrt4: Even though FC_ENUM16 is an unsigned type,...
2007-06-26  Dan Hipschmanrpcrt4: Allow enums as union switch types.
2007-06-25  Rob Shearmanrpcrt4: Dereference the pointer passed to the marshalin...
2007-06-25  Rob Shearmanrpcrt4: Implement marshalling, unmarshalling and buffer...
2007-06-25  Rob Shearmanrpcrt4: Implement marshalling/unmarshalling for the...
2007-06-25  Rob Shearmanrpcrt4: Set PointerBufferMark to the buffer location...
2007-06-20  Rob Shearmanrpcrt4: Use the offset to array data in embedded pointe...
2007-06-19  Dan Hipschmanrpcrt4: Fix typo in union buffer size calculation.
2007-06-19  Dan Hipschmanrpcrt4: Fix bug calculating union switch type.
2007-06-19  Dan Hipschmanrpcrt4: Remove inaccurate comments.
2007-06-18  Rob Shearmanrpcrt4: Implement encapsulated union NDR functions.
2007-05-18  Andrew Talbotrpcrt4: Exclude unused headers.
2007-03-23  Andrew Talbotrpcrt4: Replace inline static with static inline.
2007-02-12  Rob Shearmanrpcrt4: The format structures used in the marshaling...
2007-01-24  Huw Daviesrpcrt4: Implement NdrSimpleType{Marshall,Unmarshall}.
2006-11-13  Francois Gougetrpcrt4: Add some stub documentation headers to make...
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
2006-11-10  Michael Stefaniucrpcrt4: More "unsigned long" to "ULONG" changes in...
2006-11-10  Michael Stefaniucrpcrt4/ndr_marshall.c: Bring the function definitions...
2006-09-26  Andrew Talbotrpcrt4: Cast-qual warnings fix.
2006-08-18  Huw Daviesrpcrt4: Remember to skip over the conformance description.
2006-07-25  Phil Lodwickrpcrt4: Support for SMVARRAY in EmbeddedComplexSize.
2006-07-24  Robert Shearmanrpcrt4: Set BufferMark before calling EmbeddedPointerMa...
2006-07-24  Robert Shearmanrpcrt4: Support small fixed arrays in EmbeddedComplexSize.
2006-07-24  Robert Shearmanrpcrt4: Allocate memory based on MaxCount, not ActualCo...
2006-07-24  Robert Shearmanrpcrt4: Add support for marshaling the FC_HYPER base...
2006-07-18  Robert Shearmanrpcrt4: Handle more structure padding values.
2006-07-14  Robert Shearmanrpcrt4: Fix Variance Callback Functions.
2006-07-07  Michael Stefaniucjanitorial: Put "inline static" at the beginning of...
2006-07-05  Huw Daviesrpcrt4: Don't advance the buffer for FC_STRUCTPAD2.
2006-06-12  Robert Shearmanrpcrt4: Initialise pStubMsg->MemorySize to zero before...
2006-06-12  Robert Shearmanrpcrt4: Use safe_mutiply in conformant array functions.
2006-06-12  Robert Shearmanrpcrt4: Pass in a maximum variance value to ReadVarianc...
2006-06-12  Robert Shearmanrpcrt4: Check that strings are null-terminated on unmar...
2006-06-12  Robert Shearmanrpcrt4: Use safe_multiply when multiplying anything...
2006-06-12  Robert Shearmanrpcrt4: Raise an exception during unmarshaling if a...
2006-06-12  Robert Shearmanrpcrt4: Introduce a new function, safe_multiply, which...
2006-06-09  Robert Shearmanrpcrt4: Clear an object pointer during unmarshaling...
2006-06-09  Robert Shearmanrpcrt4: Initialise pStubMsg->MemorySize to zero before...
2006-06-09  Robert Shearmanrpcrt4: Implement more base types for complex types.
2006-06-05  Robert Shearmanrpcrt4: Implement varying array NDR functions.
2006-06-05  Robert Shearmanrpcrt4: Don't call NdrBaseTypeMemorySize from within...
2006-06-03  Robert Shearmanrpcrt4: The lifetime of the binding handle stored in...
2006-06-03  Robert Shearmanrpcrt4: Fix an incorrect format string pointer being...
2006-06-03  Robert Shearmanrpcrt4: Align the buffer correctly when marshaling...
2006-06-03  Robert Shearmanrpcrt4: Freeing a NULL context handle is allowed.
2006-06-03  Robert Shearmanrpcrt4: NdrClientContextMarshall/Unmarshall should...
2006-06-03  Robert Shearmanrpcrt4: Fix the unmarshaling of pointers in conformant...
2006-06-03  Robert Shearmanrpcrt4: CContext can be NULL in NDRCContextMarshall...
2006-06-03  Robert Shearmanrpcrt4: Fix the pointer count used when handling embedd...
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: Handle marshaling/unmarshaling full pointers.
2006-05-26  Mike McCormackrpcrt4: Implement NdrClientContext(Un)Marshall.
2006-05-26  Robert Shearmanrpcrt4: Even though FC_DEREFERENCE conformance is handl...
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-24  Mike McCormackrpcrt4: Add stub implementations for NDRCContext(Un...
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.
next