- 07 Nov, 2008 1 commit
-
-
Andrew Talbot authored
-
- 09 Jan, 2008 1 commit
-
-
Rob Shearman authored
First of all, the code was freeing the wrong pointer (i.e. the pointer supplied by the caller of one of the NdrFullPointer* functions, not the PFULL_PTR_TO_REFID_ELEMENT. Second, the code wasn't following the Next link to the next entry in the list.
-
- 06 Dec, 2007 1 commit
-
-
Rob Shearman authored
rpcrt4: Fix a memory leak caused by NdrFullPointerXlatFree not freeing the entries in the full pointer translation table.
-
- 10 Nov, 2006 3 commits
-
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
rpcrt4: More "unsigned long" to "ULONG" changes in preparation of the removal of WINE_NO_LONG_AS_INT.
-
Michael Stefaniuc authored
They got out of sync due to the unsigned long to ULONG changes in the headers.
-
- 30 May, 2006 2 commits
-
-
Robert Shearman authored
set the number of pointers to a large default, so that NumberOfBuckets doesn't end up less than zero.
-
Robert Shearman authored
rpcrt4: For full pointers the state consists of flags, so or new flags into the field instead of assigning. The return value of all full pointer functions that return an int depends on the passed in query type being a flag in the state.
-
- 27 May, 2006 4 commits
-
-
Robert Shearman authored
Implement NdrFullPointerFree.
-
Robert Shearman authored
-
Robert Shearman authored
rpcrt4: Implement remaining part of NdrFullPointerQueryPointer and implement NdrFullPointerInsertRefId.
-
Robert Shearman authored
Add some tests.
-