shell32: Add initial Romanian translation.
[wine] / dlls / rpcrt4 /
2008-06-13  Rob Shearmanrpcrt4: Clear a hole in the ps1 structure in test_simpl...
2008-06-13  Rob Shearmanrpcrt4: Initialise the array to be marshalled in test_c...
2008-06-12  Paul Vriensrpcrt4/tests: Fix test failures for win9x, NT4, W2K...
2008-06-10  Rob Shearmanrpcrt4: Use RpcServerRegisterIfEx with RPC_IF_ALLOW_CAL...
2008-06-10  Rob Shearmaninclude: Add some missing defines and function declarat...
2008-06-09  Alexandre Julliardrpcrt4: Properly handle the case of a client having...
2008-05-26  James Hawkinsrpcrt4: Trace the results of two statuses that return...
2008-05-07  Maarten Lankhorstrpcrt4: Fix ndr_marshall test failures.
2008-05-07  Rob Shearmanrpcrt4: Add better traces for the server test.
2008-05-06  Francois GougetAssorted spelling fixes.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-29  Alexandre JulliardInclude wine/port.h everywhere we use exceptions.
2008-04-28  Rob Shearmanrpcrt4: Use safe_copy_from_buffer instead of direct...
2008-04-25  Andrew Talbotrpcrt4: Remove unused variables.
2008-04-21  Steven Edwardsrpcrt4: Correct the number of aguments for fill_method...
2008-04-21  Austin EnglishSpelling fixes.
2008-04-17  Austin EnglishSpelling fixes.
2008-04-16  Marcus Meissnerrpcrt4: Handle exit path where bind not allocated yet.
2008-04-16  Rob Shearmanrpcrt4: Test and fix I_RpcExceptionFilter.
2008-04-14  Rob Shearmanrpcrt4: Add buffer size checks to base type unmarshalling.
2008-04-11  Rob Shearmanrpcrt4: Implement I_RpcExceptionFilter.
2008-04-01  Rob Shearmanrpcrt4: Add a reference to the binding object in I_RpcN...
2008-04-01  Rob Shearmanrpcrt4: Improve trace in RPCRT4_find_interface to print...
2008-03-31  Andrew Talbotrpcrt4: Void functions should not return a value.
2008-03-28  Rob Shearmanrpcrt4: Print an error if an invalid client context...
2008-03-21  Dan Hipschmanwidl: Make structures with FC_ENUM16 fields complex.
2008-03-21  Dan Hipschmanrpcrt4: Handle FC_ENUM16.
2008-03-20  Dan Hipschmanrpcrt4: Use correct count in rpcrt4_conn_np_write.
2008-03-17  Rob Shearmanrpcrt4: Add a stub for RpcCancelThreadEx.
2008-03-14  Andrew Talbotrpcrt4: Assign to structs instead of using memcpy.
2008-03-10  Rob Shearmanrpcrt4: Fix the pointer level being passed into call_un...
2008-03-10  Rob Shearmanrpcrt4: Fix -Oi interpreter for base types.
2008-03-10  Rob Shearmanrpcrt4: Check that the input to RPCRT4_strndupW was...
2008-03-06  Rob Shearmanrpcrt4: Use closesocket to close sockets and define...
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-29  Rob ShearmanInclude config.h and wine/port.h in files that use...
2008-02-28  Paul Vriensrpcrt4/tests: Make tests run on win9x/NT4 again.
2008-02-28  Rob Shearmanrpcrt4: Add tests for RpcStringBindingParseA.
2008-02-28  Rob Shearmanrpcrt4: Don't crash in RpcStringBindingParseA/W if...
2008-02-25  Rob Shearmanrpcrt4: Include ws2tcpip.h instead of Unix headers...
2008-02-22  Dan Hipschmanwidl: Allow is_string_type to work for typedef'd types.
2008-02-16  Rob ShearmanAdd a new convenience macro for an exception handler...
2008-02-16  Rob ShearmanDon't use GetExceptionCode and GetExceptionInformation...
2008-02-15  Rob Shearmanrpcrt4: Add some traces to async_notifier_proc.
2008-02-11  Paul Vriensrpcrt4/tests: Don't crash on WinXP SP3.
2008-02-11  Paul Vriensrpcrt4/tests: Vista uses the same status values as...
2008-02-08  Paul Vriensrpcrt4/tests: Skip rest of the tests if we fail.
2008-02-08  Paul Vriensrpcrt4/tests: Change test for Windows 2003.
2008-02-07  Alexandre Julliardtests: Add a helper routine to wait for a child process...
2008-02-05  Rob Shearmanrpcrt4: Fix potential memory leaks on error paths in...
2008-02-05  Rob Shearmanrpcrt4: Fix potential memory leaks in RPCRT4_Receive.
2008-02-04  Rob Shearmanrpcrt4: Fix memory leaks in the rpc tests.
2008-02-04  Rob Shearmanrpcrt4: Fix some incorrect checks in RPCRT4_Receive.
2008-01-23  Rob Shearmanrpcrt4: Check the return value of RPCRT4_ClientAuthoriz...
2008-01-23  Rob Shearmanrpcrt4: Pass the SPN input to RpcBindingSetAuthInfoA...
2008-01-23  Rob Shearmanrpcrt4: Fix the error handling in RpcBindingSetAuthInfo...
2008-01-23  Marcus Meissnerrpcrt4: Initialize CurrentHeader.
2008-01-22  Rob Shearmanrpcrt4: Don't set BufferStart and BufferEnd in NdrStubC...
2008-01-21  Rob Shearmanrpcrt4: Remove some unimplemented win9x-only spec entries.
2008-01-21  Rob Shearmanrpcrt4: Move the receiving of an individual fragment...
2008-01-21  Rob Shearmanrpcrt4: Implement asynchronous RPC support.
2008-01-17  Rob Shearmanrpcrt4: Only initialise the context handle to NULL...
2008-01-17  Rob Shearmanrpcrt4: Add an exception handler for stubless object...
2008-01-17  Andrew Talbotrpcrt4: Remove unneeded casts.
2008-01-16  Rob Shearmanrpcrt4: Add tests for RPC_FC_P_DEREF|RPC_FC_P_ONSTACK...
2008-01-16  Francois GougetFix spelling error in the generated conformance test...
2008-01-16  Rob Shearmanrpcrt4: Move the setting of retval_ptr outside of any...
2008-01-15  Rob Shearmanrpcrt4: Allow NULL networkaddr and endpoint in rpcrt4_n...
2008-01-14  Rob Shearmanrpcrt4: The initialisation of [out] variables in the...
2008-01-14  Rob Shearmanrpcrt4: Handle complex arrays in calc_arg_size.
2008-01-14  Rob Shearmanrpcrt4: Fix the calculation of element sizes for comple...
2008-01-14  Rob Shearmanrpcrt4: Add traces to the start of TowerConstruct and...
2008-01-14  Rob Shearmanrpcrt4: Don't print fixmes for NDR types without a...
2008-01-14  Rob Shearmanrpcrt4: Add support for calculating the memory size...
2008-01-14  Rob Shearmanrpcrt4: Allocate a context handle if a NULL GUID is...
2008-01-11  Rob Shearmanrpcrt4: Split RPCRT4_process_packet out into separate...
2008-01-09  Rob Shearmanrpcrt4: Fix a memory leak in the cstub tests.
2008-01-09  Rob Shearmanrpcrt4: Fix memory leaks in the ndr_marshall tests.
2008-01-09  Rob Shearmanrpcrt4: Fix memory leak in NdrFullPointerXlatFree.
2008-01-09  Rob Shearmanrpcrt4: Fix a leak of msg in RPCRT4_io_thread on the...
2008-01-09  Rob Shearmanrpcrt4: Implement NdrMapCommAndFaultStatus.
2008-01-09  Rob Shearmanrpcrt4: Use send on a socket instead of write as it...
2008-01-08  Rob Shearmanrpcrt4: Improve error handling in RPCRT4_io_thread...
2008-01-08  Rob Shearmanrpcrt4: Bind to the server interface in I_RpcGetBuffer...
2008-01-08  Rob Shearmanrpcrt4: Remove some unused includes.
2008-01-08  Rob Shearmanrpcrt4: Set the fBufferValid flag in NdrProxyGetBuffer.
2008-01-07  Rob Shearmanrpcrt4: Set ReservedForRuntime to NULL in NdrClientInit...
2008-01-07  Rob Shearmanrpcrt4: Implement RpcAsyncInitializeHandle.
2008-01-07  Rob Shearmanrpcrt4: Add tests for some async RPC functions.
2008-01-07  Rob Shearmanrpcrt4: Add stubs for asynchronous functions.
2008-01-07  Rob Shearmanrpcrt4: Add stubs for I_RpcAsyncSetHandle and I_RpcAsyn...
2008-01-07  Rob Shearmanrpcrt4: Call NdrCorrelationInitialize and NdrCorrelatio...
2008-01-07  Rob Shearmanrpcrt4: Add stubs for NdrCorrelationInitialize, NdrCorr...
2008-01-07  Rob Shearmanrpcrt4: ndr_stubless.h should include ndrtypes.h as...
2008-01-07  Rob Shearmanrpcrt4: Set the ProcNum of RPC_MESSAGE in NdrClientInit...
2008-01-07  Rob Shearmanrpcrt4: Add tests for the RPC_MESSAGE members set by...
2008-01-07  Rob Shearmanrpcrt4: Implement I_RpcMapWin32Status.
2008-01-07  Rob Shearmanrpcrt4: Print fixme's if the serialize or no-serialize...
2008-01-07  Rob Shearmanrpcrt4: Pass the interface identifier to the lower...
next