explorerframe: Avoid signed-unsigned integer comparisons.
[wine] / dlls / rpcrt4 / rpc_server.c
2012-11-12  Hans Leidekkerrpcrt4: Implement RpcMgmtIsServerListening.
2012-05-09  Hans Leidekkerrpcrt4: Add a stub implementation of RpcServerInqDefaul...
2012-02-14  Alexandre Julliardrpcrt4: Add ref counting to RPC connections, and grab...
2011-11-17  Francois Gougetrpcrt4: Delete the static critical sections when unload...
2011-11-14  Francois Gougetrpcrt4: Give a name to the critical sections.
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-06-28  Damjan Jovanovicrpcrt4: Implement RpcNetworkInqProtseqs.
2011-06-17  Damjan Jovanovicrpcrt4: Add stubs for RpcNetworkInqProtseqs.
2010-12-15  Hans Leidekkerrpcrt4: Add a stub implementation of RpcMgmtSetAuthoriz...
2010-11-10  Alexandre Julliardrpcrt4: Implement waiting in RpcMgmtWaitServerListen.
2010-09-01  Alexandre Julliardrpcrt4: Remove a couple of unused local variables.
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: Implement RpcServerRegisterAuthInfoA/W.
2009-11-16  Rob Shearmanrpcrt4: Fix potential NULL pointer access in process_bi...
2009-11-12  Rob Shearmanrpcrt4: Stop searching through transfer syntaxes in...
2009-11-11  Rob Shearmanrpcrt4: Support multiple interfaces and transfer syntax...
2009-03-30  Rob Shearmanrpcrt4: Free the memory allocated for the protseq and...
2009-03-30  Rob Shearmanrpcrt4: RpcServerUseProtseqEp(..., NULL, ...) should...
2009-03-26  Rob Shearmanrpcrt4: Re-use already registered endpoints for a proto...
2009-03-23  Rob Shearmanrpcrt4: Simplify some code in RpcServerInqBindings...
2009-03-23  Rob Shearmanrpcrt4: Free the resources associated with server proto...
2009-02-16  Michael Stefaniucrpcrt4: Remove superfluous pointer casts.
2009-01-04  Michael Stefaniucinclude: Change unsigned long to ULONG in rpcdce.h...
2009-01-04  Michael Stefaniucinclude: Change RPC_STATUS from long to LONG for Win64...
2008-10-18  Alexandre Julliardrpcrt4: Convert source files to utf-8.
2008-09-23  Hans Leidekkerrpcrt4: Add stub implementations for RpcMgmtInqStats...
2008-09-12  Rob Shearmanrpcrt4: Fix memory leak of 0-byte buffer allocated...
2008-09-12  Rob Shearmanrpcrt4: Fix memory leaks of hdr in error paths in RPCRT...
2008-09-12  Rob Shearmanrpcrt4: Free the memory for a registered interface...
2008-04-01  Rob Shearmanrpcrt4: Improve trace in RPCRT4_find_interface to print...
2008-03-14  Andrew Talbotrpcrt4: Assign to structs instead of using memcpy.
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-05  Rob Shearmanrpcrt4: Fix potential memory leaks on error paths in...
2008-01-11  Rob Shearmanrpcrt4: Split RPCRT4_process_packet out into separate...
2008-01-09  Rob Shearmanrpcrt4: Fix a leak of msg in RPCRT4_io_thread on the...
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-07  Rob Shearmanrpcrt4: Update todos.
2007-12-31  Rob Shearmanrpcrt4: Keep a track of server context handles allocate...
2007-12-18  Rob Shearmanrpcrt4: Implement I_RpcGetCurrentCallHandle.
2007-12-18  Rob Shearmanrpcrt4: Add a stub for I_RpcGetCurrentCallHandle.
2007-12-17  Rob Shearmanrpcrt4: Move association code into a separate file.
2007-12-17  Rob Shearmanrpcrt4: Make a server association when a bind packet...
2007-10-25  Gerald Pfeiferrpcrt4: Initialize variable to avoid compiler warning.
2007-08-22  Andrew Talbotrpcrt4: Constify some variables.
2007-07-23  Rob Shearmanrpcrt4: Convert bind ack and nack reject reasons into...
2007-07-05  Rob Shearmanrpcrt4: Return a fault packet if the proc num exceeds...
2007-07-05  Rob Shearmanrpcrt4: Call RPCRT4_Send directly from PKT_RECEIVE...
2007-07-05  Rob Shearmanrpcrt4: Translate between NCA and RPC status codes.
2007-06-25  Rob Shearmanrpcrt4: Translate STATUS_ACCESS_VIOLATION exceptions...
2007-06-25  Rob Shearmanrpcrt4: Return a fault packet if the interface/object...
2007-05-18  Andrew Talbotrpcrt4: Exclude unused headers.
2007-03-23  Andrew Talbotrpcrt4: Replace inline static with static inline.
2007-02-06  Francois Gougetrpcrt4: Improve the prototypes Win64 compatibility...
2007-01-23  Rob Shearmanrpcrt4: Make the fixme for an unhandled packet type...
2007-01-04  Rob Shearmanrpcrt4: Pass WT_EXECUTELONGFUNCTION to QueueUserWorkIte...
2007-01-02  Rob Shearmanrpcrt4: A NULL IfSpec in RpcServerUnregisterIf should...
2006-11-13  Rob Shearmanrpcrt4: Implement RpcServerUnregisterIf.
2006-11-13  Rob Shearmanrpcrt4: Convert the server interfaces list into a stand...
2006-11-10  Rob Shearmanrpcrt4: Create one protseq object per used protocol...
2006-11-10  Rob Shearmanrpcrt4: Don't store the endpoint in the protseq.
2006-11-10  Rob Shearmanrpcrt4: Fix a crash in RpcServerUseProtseqEpExA/W when...
2006-11-10  Michael Stefaniucrpcrt4: Win64 printf format warning fixes.
2006-11-09  Rob Shearmanrpcrt4: Open the endpoint from the caller of RpcServerU...
2006-10-25  Rob Shearmanrpcrt4: Move transport-specific server functions to...
2006-10-16  Robert Shearmanrpcrt4: Add a critical section to protect the connectio...
2006-10-16  Robert Shearmanrpcrt4: Convert the protseq list into a standard Wine...
2006-10-16  Robert Shearmanrpcrt4: Abstract out the way incoming connections are...
2006-10-16  Robert Shearmanrpcrt4: Create a server thread for each protseq.
2006-10-13  Francois Gougetrpcrt4: Add RPC_CSTR, RPC_WSTR and update the prototype...
2006-09-28  Thomas Weidenmuellerrpcrt4: Fix RpcMgmtSetServerStackSize prototype.
2006-06-30  Robert Shearmanrpcrt4: Add a stub for RpcMgmtSetServerStackSize.
2006-06-21  Robert Shearmanrpcrt4: Add stub for RpcMgmtEnableIdleCleanup.
2006-06-19  Robert Shearmanrpcrt4: Move the packet manipulation from the exception...
2006-06-19  Robert Shearmanrpcrt4: Use the thread pool in the RPC server for proce...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-18  Mike McCormackrpcrt4: Add a stub implementation for RpcMgmtIsServerLi...
2006-05-18  Robert Shearmanrpcrt4: Store non-connection-specific authentication...
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: Abstract access to the connection's waitable...
2006-04-20  Robert Shearmanrpcrt4: Fix some memory leaks.
2006-04-19  Mike McCormackrpcrt4: Stub implementation for rpcrt4.RpcMgmtEpEltInqB...
2006-04-19  Mike McCormackrpcrt4: Add a stub implementation for rpcrt4.RpcMgmtInq...
2006-01-03  Robert Shearmanrpcrt4: Fix race condition in RpcServerListen.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-30  Mike McCormackFix some gcc 4.0 warnings.
2005-07-13  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-08  Robert ShearmanFix an RPC server startup race introduced by me.
2005-05-13  Robert Shearman- Fix RpcServerListen so that it doesn't return
2005-03-19  Robert ShearmanFix deadlock caused by not leaving the critical section...
2005-03-14  Robert Shearman- RpcMgmtStopServerListen should not affect auto-listen...
2005-02-15  Robert ShearmanFix RPC server thread race.
2005-01-07  Mike McCormackUse CreateEventW in preference to CreateEventA for...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-10-19  Vincent BéronFix various function prototypes.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
next