user: Added fast A->W mapping for EM_GETLINE.
[wine] / dlls / rpcrt4 /
2006-05-20  Robert Shearmanrpcrt4: Handle pointers to context handles in the stubl...
2006-05-20  Robert Shearmanrpcrt4: We don't need to free object pointers if we...
2006-05-20  Robert Shearmanrpcrt4: Use macros to generate the code for unmarshalin...
2006-05-20  Robert Shearmanrpcrt4: Don't set the memory pointer to NULL before...
2006-05-20  Robert Shearmanrpcrt4: Make more internal functions static.
2006-05-20  Robert Shearmanrpcrt4: Add the definition of RpcAuthVerifier to rpc_de...
2006-05-20  Huw Daviesrpcrt4: Use IsClient to determine whether we can use...
2006-05-20  Robert Shearmanrpcrt4: Warn if CreateNamedPipe fails.
2006-05-20  Robert Shearmanrpcrt4: Add the correct amount of auth padding to messages.
2006-05-20  Robert Shearmanrpcrt4: Wait for all of the requested bytes to be retur...
2006-05-20  Robert Shearmanrpcrt4: Update the todo lists and copyrights.
2006-05-20  Robert Shearmanrpcrt4: Fix for the open functions in the transports...
2006-05-20  Robert Shearmanrpcrt4: Don't release the auth info if it isn't present.
2006-05-18  Mike McCormackrpcrt4: Fix a possible memory leak, cleanup a bit.
2006-05-18  Mike McCormackrpcrt4: Fix and test RpcNetworkIsProtseqValid.
2006-05-18  Mike McCormackrpcrt4: Add a stub implementation for RpcMgmtIsServerLi...
2006-05-18  Robert Shearmanrpcrt4: Implement RpcBindingSetAuthInfoExW based on...
2006-05-18  Robert Shearmanrpcrt4: A NULL AuthInfo is allowed.
2006-05-18  Robert Shearmanrpcrt4: Support all available security packages in...
2006-05-18  Robert Shearmanrpcrt4: Only use the cached connection if the authentic...
2006-05-18  Robert Shearmanrpcrt4: Store non-connection-specific authentication...
2006-05-18  Robert Shearmanrpcrt4: Fix an off-by-one error when checking the size...
2006-05-18  Robert Shearmanrpcrt4: Handle interface pointers in EmbeddedComplexSize.
2006-05-18  Robert Shearmanrpcrt4: Make secur32 into a delayed import, as most...
2006-05-18  Robert Shearmanrpcrt4: Increment the call id field of the request...
2006-05-18  Robert Shearmanrpcrt4: Implement NdrNonEncapsulatedUnionMemorySize.
2006-05-18  Robert Shearmanrpcrt4: Fix the wire protocol of the user marshal funct...
2006-05-18  Robert Shearmanrpcrt4: If the authorisation failed during a send then...
2006-05-18  Robert Shearmanrpcrt4: Fix NdrConformantArrayMemorySize.
2006-05-18  Robert Shearmanrpcrt4: Implement NdrUserMarshalMemorySize.
2006-05-17  Huw Daviesrpcrt4: Don't update StubMsg->MemorySize while unmarsha...
2006-05-17  Robert Shearmanrpcrt4: Implement NdrInterfacePointerMemorySize.
2006-05-17  Robert Shearmanrpcrt4: Make some functions that aren't used outside...
2006-05-17  Robert Shearmanrpcrt4: Fill out more of the function tables with funct...
2006-05-17  Robert Shearmanrpcrt4: Raise an exception if there is no default handl...
2006-05-16  Robert Shearmanrpcrt4: Implement fixed array functions.
2006-05-16  Robert Shearmanrpcrt4: Remove the BUFFER_PARANOIA overestimates for...
2006-05-16  Robert Shearmanrpcrt4: Implement computing of conformance from a corre...
2006-05-16  Robert Shearmanrpcrt4: Fix conformant varying structs to comply to...
2006-05-16  Robert Shearmanrpcrt4: Don't duplicate the conformance calculating...
2006-05-16  Robert Shearmanrpcrt4: Implement conformant varying struct functions.
2006-05-16  Robert Shearmanrpcrt4: Implement more conformance operations and more...
2006-05-16  Mike McCormackrpcrt4: Implemented NTLM authentication for rpcrt4...
2006-05-16  Mike McCormackrpcrt4: Use RPCRT4_Receive rather than accessing the...
2006-05-15  Robert Shearmanrpcrt4: Implement NdrSimpleStructMemorySize.
2006-05-15  Robert Shearmanrpcrt4: Fix the conformant struct functions to not...
2006-05-15  Robert Shearmanrpcrt4: In NdrConformantBufferSize, SizeConformance...
2006-05-15  Robert Shearmanrpcrt4: Save pStubMsg->ActualCount in a local variable...
2006-05-15  Robert Shearmanrpcrt4: Dereference the memory for pointers in NdrNonEn...
2006-05-15  Robert Shearmanrpcrt4: Rename ComplexStructSize to ComplexStructMemory...
2006-05-15  Robert Shearmanrpcrt4: Fix embedded pointers in arrays by taking into...
2006-05-15  Robert Shearmanrpcrt4: The arm type mask should be comparing the highe...
2006-05-15  Robert Shearmanrpcrt4: Make ComplexStructSize increment the buffer.
2006-05-15  Robert Shearmanrpcrt4: Pass in the buffer value before incrementing...
2006-05-15  Robert Shearmanrpcrt4: Implement NdrComplexStructMemorySize.
2006-05-15  Robert Shearmanrpcrt4: Implement NdrComplexArrayMemorySize.
2006-05-15  Robert Shearmanrpcrt4: Fix the fault packet structure to comply with...
2006-05-15  Robert Shearmanrpcrt4: The NDR memory sizing functions should incremen...
2006-05-15  Robert Shearmanrpcrt4: Make NdrBaseTypeMemorySize increment the buffer...
2006-05-15  Robert Shearmanrpcrt4: Make NdrConformantStringUnmarshall use the...
2006-05-15  Mike McCormackrpcrt4: Add missing PKT_AUTH3 packet type.
2006-05-15  Mike McCormackrpcrt4: Add infrastructure for send authentication...
2006-05-15  Mike McCormackrpcrt4: Forward RpcBindingSetAuthInfo to RpcBindingSetA...
2006-05-15  Francois Gougetrpcrt4: Fix some conditional includes.
2006-05-10  Mike McCormackrpcrt4: Cache the connection so we don't rebind on...
2006-05-10  Robert Shearmanrpcrt4: Use the buffer passed in as an argument and...
2006-05-10  Robert Shearmanrpcrt4: Align conformances and variances correctly...
2006-05-10  Robert Shearmanrpcrt4: Move the writing and sizing of variances and...
2006-05-10  Robert Shearmanrpcrt4: Correctly align the buffer to read/write array...
2006-05-10  Robert Shearmanrpcrt4: Correctly align the buffer before reading/writi...
2006-05-10  Robert Shearmanrpcrt4: Rename NonEncapsulatedUnionSize to NdrNonEncaps...
2006-05-10  Robert Shearmanrpcrt4: Remove unintuitive requirement to pass the...
2006-05-08  Robert Shearmanrpcrt4: Automatically resolve the endpoint.
2006-05-07  Robert Shearmanrpcrt4: Use getaddrinfo to get the sockaddr.
2006-05-07  Robert Shearmanrpcrt4: Implement NdrConformantVaryingArrayFree.
2006-05-07  Robert Shearmanrpcrt4: Dereference the pointer if necessary only after...
2006-05-07  Robert Shearmanrpcrt4: Add a stub for RpcBindingSetOption.
2006-05-07  Robert Shearmanrpcrt4: Improve the traces in the pointer functions.
2006-05-05  Huw Daviesrpcrt4: Support for non-encapsulated unions.
2006-05-05  Mike McCormackrpcrt4: Add stub implementations for RPC authentication...
2006-04-21  Mike McCormackrpcrt4: Invalid sockets should have a value of -1.
2006-04-21  Mike McCormackrpcrt4: Add support for the ncacn_ip_tcp transport...
2006-04-21  Mike McCormackrpcrt4: Add a stub transport layer for ncacn_ip_tcp.
2006-04-21  Mike McCormackrpcrt4: Hide the details of the rpc transport mechanism.
2006-04-21  Mike McCormackrpcrt4: Abstract RPCRT4_SpawnConnection.
2006-04-21  Mike McCormackrpcrt4: Move the connected check inside the named pipe...
2006-04-21  Mike McCormackrpcrt4: Split the transport layer into a different...
2006-04-21  Mike McCormackrpcrt4: Allocate RpcServerProtseq in a single place.
2006-04-20  Mike McCormackrpcrt4: Abstract the transport layer functionality.
2006-04-20  Mike McCormackrpcrt4: Use a separate function to open each protseq.
2006-04-20  Mike McCormackrpcrt4: Abstract access to the connection's waitable...
2006-04-20  Robert Shearmanrpcrt4: Don't apply the offset to the pointer passed...
2006-04-20  Robert Shearmanrpcrt4: Free all pointers by default, except for confor...
2006-04-20  Robert Shearmanrpcrt4: Fix some memory leaks.
2006-04-20  Robert Shearmanrpcrt4: Use the documented NDR_PROC_HEADER_EXTS structure.
2006-04-20  Robert Shearmanrpcrt4: Use INTERPRETER_OPT_FLAGS in ndrtypes.h instead...
2006-04-20  Robert Shearmanrpcrt4: Store the return value on the stack for interpr...
2006-04-20  Robert Shearmanrpcrt4: Correctly fill in StackTop for stubless clients...
2006-04-20  Robert Shearmanrpcrt4: There's no need to set stubMsg.StackTop twice.
2006-04-20  Robert Shearmanrpcrt4: Fix the MSVC version of call_server_func.
next