user32: Add separate sysmenu for MDI child windows.
[wine] / dlls / rpcrt4 /
2011-04-27  Huw Daviesrpcrt4: Handle non-conformant bogus structures.
2011-04-26  Marcus Meissnerrpcrt4: Mark internal symbols with hidden visibility.
2011-03-15  Michael Stefaniucrpcrt4/tests: COM cleanup in cstub.c.
2011-02-28  Austin Englishrpcrt4/tests: Remove win9x hacks.
2011-02-09  Austin Englishrpcrt4/tests: Make sure return values are used (LLVM...
2011-02-04  Joris Huizerrpcrt4: Reduce scope of variable (Clang).
2011-02-04  Huw Daviesrpcrt4/tests: Add a test for marshalling a pointer...
2010-12-30  Michael Stefaniucrpcrt4: COM cleanup for StdProxyImpl.
2010-12-15  Hans Leidekkerrpcrt4: Add a stub implementation of RpcMgmtSetAuthoriz...
2010-12-09  Michael Stefaniucrpcrt4: Use an iface instead of a vtbl pointer in RpcSt...
2010-11-11  Alexandre Julliardrpcrt4: Get rid of the ICOM_THIS_MULTI macro.
2010-11-10  Alexandre Julliardrpcrt4: Implement waiting in RpcMgmtWaitServerListen.
2010-10-27  Louis Lendersrpcrt4: Add stub for NdrMesTypeEncode2.
2010-10-08  Alexandre Julliardrpcrt4/tests: Fix a test failure on XP SP3.
2010-10-01  Alexandre JulliardMake some variable declarations extern.
2010-10-01  Alexandre Julliardtests: Make some variables static.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-01  Alexandre Julliardrpcrt4: Remove a couple of unused local variables.
2010-09-01  Alexandre Julliardrpcrt4: Retrieve the stack argument pointer in a more...
2010-08-31  Francois Gougetrpcrt4: Make RPCRT4_Receive() static.
2010-08-26  Alexandre Julliardrpcrt4: Retrieve the stack argument pointer in a more...
2010-08-26  Alexandre Julliardrpcrt4: Fix cfi annotations for the stubless proxy...
2010-08-02  Huw Daviesrpcrt4: Add a missing STUBLESS_INITOUT case.
2010-07-21  Alexandre Julliardrpcrt4: Don't align the buffer after reading the confor...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-20  Austin Englishrpcrt4/tests: Improve failure messages.
2010-05-20  Michael Stefaniucrpcrt4: Remove redundant "non NULL" check of var cred_d...
2010-05-17  Michael Stefaniucrpcrt4: Avoid using long.
2010-05-17  Gerald Pfeiferrpcrt4: Remove variable hr which is not really used...
2010-04-26  Gerald Pfeiferrpcrt4: Remove variable size which is not really used...
2010-04-08  Aric Stewartrpcrt4/tests: Add NdrDllRegisterProxy tests.
2010-04-08  Aric Stewartrpcrt4: Improve NdrDllRegisterProxy parameter checking.
2010-04-08  Aric Stewartrpcrt4: Handle NULL pclsid in NdrDllRegisterProxy and...
2010-04-07  Alexandre Julliardwinapi: Generate the 64-bit variant of structure size...
2010-04-07  Alexandre Julliardrpcrt4: Implement proxy/stub delegation for x86_64.
2010-04-07  Alexandre Julliardrpcrt4: Add support for marshalling int3264 types.
2010-04-07  Alexandre Julliardrpcrt4: Clean up handling of enum16 types.
2010-04-05  Alexandre Julliardrpcrt4: Add support for complex arrays in the generic...
2010-04-05  Alexandre Julliardrpcrt4: Add support for complex arrays in the generic...
2010-04-05  Alexandre Julliardrpcrt4: Always skip the conformance format, even if...
2010-04-05  Alexandre Julliardrpcrt4: Fix tracing of non-conformant strings.
2010-04-02  Alexandre Julliardrpcrt4: Replace the alignment macros by inline functions.
2010-04-02  Alexandre Julliardrpcrt4: Fix the pointer alignment macros for 64-bit.
2010-04-01  Mikhail Maroukhinerpcrt4: Fix compiler warnings with flag -Wcast-qual.
2010-03-29  Alexandre Julliardrpcrt4: Always start the 64-bit version of rpcss.exe...
2010-03-26  Michael Stefaniucrpcrt4/tests: Fix duplicate expressions in if conditions.
2010-03-23  Rob Shearmanrpcrt4: Add test for [out] non-conformant array.
2010-03-22  Alistair Leslie... rpcrt4: Added stub function CreateStubFromTypeInfo.
2010-03-19  Rob Shearmanrpcrt4: Add tests for a complex array of pointers.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-16  Rob Shearmanrpcrt4: Add support for marshalling/unmarshalling compl...
2010-03-04  Juan Langrpcrt4: Implement UuidCreateSequential using the machin...
2010-03-04  Juan Langrpcrt4: Add tests for UuidCreateSequential.
2010-02-22  Huw Daviesrpcrt4: Add support for FC_FLOAT and FC_DOUBLE in compl...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-15  Huw Daviesrpcrt4: Fix tests on win64.
2010-02-12  Paul Vriensrcprt4/tests: Don't crash on NT4 or lower.
2010-02-11  Huw Daviesrpcrt4: Add tests for multi-dimensional conformant...
2010-01-22  Paul Vriensrpcrt4/tests: Fix some memory leaks (Valgrind).
2010-01-19  Rob Shearmanrpcrt4: Add structure definition for RPC AUTH3 packet...
2009-12-16  Paul Vriensrpcrt4/tests: Skip more tests on Win9x/WinMe.
2009-12-16  Paul Vriensrpcrt4/tests: Don't crash on NT4.
2009-12-15  Marcus Meissnerrpcrt4: Exit on unknown confirmance type (Coverity).
2009-12-15  Hans Leidekkerrpcrt4: Avoid test failures on win9x.
2009-12-14  Hans Leidekkerrpcrt4: Add tests for RPC calls with authentication.
2009-12-14  Rob Shearmanrpcrt4: Override inquire_auth_client for ncalrpc transp...
2009-12-14  Rob Shearmanrpcrt4: Allow the authentication details of the client...
2009-12-14  Rob Shearmanrpcrt4: Implement client impersonation.
2009-12-14  Rob Shearmanrpcrt4: Override authentication functions for ncalrpc...
2009-12-14  Rob Shearmanrpcrt4: Allow the connection to override the authentica...
2009-12-14  Rob Shearmanrpcrt4: Process control packets in the server synchrono...
2009-12-14  Rob Shearmanrpcrt4: Add support for server-side authentication.
2009-12-14  Rob Shearmanrpcrt4: Fix rpcrt4_conn_tcp_read and rpcrt4_conn_tcp_wr...
2009-12-14  Rob Shearmanrpcrt4: Implement RpcServerRegisterAuthInfoA/W.
2009-12-14  Rob Shearmanrpcrt4: Handle [out]-only non-conformant strings in...
2009-12-14  Rob Shearmanrpcrt4: Add support for context handles in stubless...
2009-12-14  Rob Shearmanrpcrt4: Fix some memory leaks in the cstub tests.
2009-12-07  Marcus Meissnerrpcrt4: Fixed array_compute_and_size_conformance on...
2009-12-04  Alexandre Julliardrpcrt4/tests: Skip the get_ranged_enum test on old...
2009-11-29  Rob Shearmanrpcrt4: Fix memory leak in test_conf_complex_struct.
2009-11-29  Rob Shearmanrpcrt4: Fix uninitialised memory read in ndr_marshall...
2009-11-18  Rob Shearmanrpcrt4: Add tests for full pointers.
2009-11-18  Rob Shearmanrpcrt4: Fix the pointer saved during full pointer unmar...
2009-11-18  Rob Shearmanrpcrt4: Fix the return value of NdrFullPointerQueryRefI...
2009-11-18  Rob Shearmanrpcrt4: Add test for calling NdrFullPointerQueryRefId...
2009-11-16  Rob Shearmanrpcrt4: Implement comm_status and fault_status handling...
2009-11-16  Rob Shearmanrpcrt4: Don't crash with a NULL binding handle in RpcBi...
2009-11-16  Rob Shearmanrpcrt4: Ignore the network address for ncalrpc in is_ep...
2009-11-16  Rob Shearmanrpcrt4: Fix potential NULL pointer access in process_bi...
2009-11-12  Hans Leidekkerrpcrt4: Add tests for RpcBindingInqAuthInfo.
2009-11-12  Hans Leidekkerrpcrt4: Implement RpcBindingInqAuthInfo{, Ex}.
2009-11-12  Rob ShearmanRevert "rpcrt4: The get_ranged_enum test doesn't work...
2009-11-12  Rob Shearmanrpcrt4: Replace sizeofs with FIELD_OFFSET in RPCRT4_Bui...
2009-11-12  Rob Shearmanrpcrt4: Stop searching through transfer syntaxes in...
2009-11-11  Hans Leidekkerrpcrt4: Implement RpcBindingInqAuthClient{, Ex}.
2009-11-11  Rob Shearmanrpcrt4: Support multiple interfaces and transfer syntax...
2009-11-11  Rob Shearmanrpcrt4: The get_ranged_enum test doesn't work on Window...
2009-11-10  Marcus Meissnerrpcrt4: Compare network options correctly (Coverity).
2009-11-09  Rob Shearmanwidl: Add support for varargs functions.
2009-11-09  Rob Shearmanwidl: Implement [range] attribute.
next