GetModuleFileName[AW] doesn't terminate the string if the buffer is
[wine] / dlls / rpcrt4 / rpc_binding.c
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-04-26  Filip NavaraMake RPCRT4 use Windows compatible protocol (DCE v5...
2004-04-19  Filip NavaraFix some RPC prototypes to get it compiling with W32API.
2004-04-14  Filip NavaraFix the case of RpcNetworkIsProtseqValid[AW] (was
2004-02-27  Robert Shearman- Fix a bad use of HeapRealloc.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-26  Gregory M. TurnerWine also supports the ncacn_np protocol sequence.
2004-01-20  Mike HearnImplemented RpcIsProtSeqValid.
2004-01-09  Ove KaavenProperly handle destroying the first connection in...
2003-11-20  Dimitrie O. PaunBail when we're out of memory.
2003-10-07  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-04-19  Ove KaavenImplemented simple caching of client connections.
2003-02-19  Ove KaavenFor better concurrency, separate the connections from...
2003-01-31  Ove KaavenFixed a bug in CompleteBindingA/W.
2002-12-24  Dimitrie O. PaunFix definitions for Uuid{To,From}String, RpcStringFree.
2002-11-06  Greg Turner- Remove stupid indentations from trace msgs.
2002-10-31  Greg TurnerRemove #ifdef WINNT conditionals; just use the NT defin...
2002-10-31  Greg Turner- Fix offset bug in the conformant string unmarshall...
2002-10-28  Greg Turner- Clean up and enhance some traces.
2002-10-23  Greg TurnerWhitespace cleanup.
2002-10-22  Greg Turner- ClientCall2 still deserves a FIXME.
2002-10-18  Greg Turner- (try to) implement RpcMgmtWaitServerListen
2002-10-07  Ove KaavenImplemented RpcBindingInqObject, RpcBindingSetObject,