- Fix offset bug in the conformant string unmarshall routine.
commit3eafbfcd56110f4d8762aca30e6c56cbf23bbd80
authorGreg Turner <gmturner007@ameritech.net>
Thu, 31 Oct 2002 22:45:12 +0000 (31 22:45 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 31 Oct 2002 22:45:12 +0000 (31 22:45 +0000)
tree6c948198e420a5addb81c2f7de904a7bd0b2f134
parent775fcfdee584ea1eb417346d8bc4fa30c8922da9
- Fix offset bug in the conformant string unmarshall routine.
- Fix discrepancy between headers and implementation of
  I_RpcBindingSetAsync when compiling under WINNT.
- Eliminate race conditions in the relationship between "listen_count"
  and "std_listen" in rpc_server.h.
- Code-stubs for RpcServerUnregisterIf, RpcServerUnregisterIfEx.
- Attempt to implement RpcMgmtStopServerListening (definitely not
  happy just yet).
- RpcServerUnregisterIfEx wasn't xp-sepcific after all; this leads me to
  suspect there are more such mistakes in the spec-file comments, but I
  haven't looked into it or fixed them yet (coming soon).
- Cleanups, trace-enhancements, etc.
dlls/rpcrt4/ndr_marshall.c
dlls/rpcrt4/rpc_binding.c
dlls/rpcrt4/rpc_server.c
dlls/rpcrt4/rpcrt4.spec
include/rpcdce.h