rpcrt4: Fix a memory leak in the cstub tests.
[wine] / dlls / rpcrt4 / tests / rpc.c
2008-01-07  Rob Shearmanrpcrt4: Implement I_RpcMapWin32Status.
2007-12-31  Rob Shearmanrpcrt4: Make some variables in the tests static.
2007-04-13  Dan Hipschmanrpcrt4: Add tests for RpcServerListen and friends.
2007-01-12  Paul Vriensrpcrt4/tests: Cast-qual warning fixes.
2006-06-13  Alexandre Julliardrpcrt4/tests: Don't use sizeof in ok() to avoid printf...
2006-06-03  Robert Shearmanrpcrt4: Don't try to resolve the name when constructing...
2006-06-02  Robert Shearmanrpcrt4: All of the parameters to TowerExplode are optional.
2006-06-02  Robert Shearmanrpcrt4: Implement TowerConstruct and TowerExplode.
2006-05-24  Alexandre JulliardTests should not use wine/unicode.h.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-18  Mike McCormackrpcrt4: Fix and test RpcNetworkIsProtseqValid.
2005-09-06  Mike McCormackFix gcc 4.0 warnings.
2005-06-20  Stefan HuehnerMake some function static.
2004-12-23  Bill MedlandImplemented DceErrorInqText.
2004-01-26  Francois GougetAdd trailing '\n's to ok() calls.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2002-12-24  Dimitrie O. PaunFix definitions for Uuid{To,From}String, RpcStringFree.
2002-12-05  Francois GougetSkip Unicode tests if there's no Unicode support.
2002-10-07  Greg TurnerAdded skeleton for rpcrt4 unit test with some UUID...