Authors: Greg Turner <gmturner007@ameritech.net>, Ove Kaaven <ovek@transgaming.com>
commitd77294a8ec7023098df2bc316bfd6631e62538e8
authorAlexandre Julliard <julliard@winehq.org>
Mon, 2 Dec 2002 21:17:04 +0000 (2 21:17 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 2 Dec 2002 21:17:04 +0000 (2 21:17 +0000)
treec84dfcb0c926dd0d8d2272ee7802320a4572f030
parent2db04157c7f907e7429e4f486e9eb256f4ca1df7
Authors: Greg Turner <gmturner007@ameritech.net>, Ove Kaaven <ovek@transgaming.com>
- preliminary implementation of endpoint-mapping via a new on-demand
  server-ish process
- more header fixups
- (re)implement RpcEpRegisterA, RpcEpUnregister, and
  RpcEpResolveBinding using the new rpcss functionality
- update the todo list in rpcrt4_main.c a bit
- many beautifications and touch-ups
- command-line configurable timeout
- micro-client imbedded in np_server.c
21 files changed:
configure
configure.ac
dlls/rpcrt4/Makefile.in
dlls/rpcrt4/rpc_binding.h
dlls/rpcrt4/rpc_epmap.c [new file with mode: 0644]
dlls/rpcrt4/rpcrt4.spec
dlls/rpcrt4/rpcrt4_main.c
dlls/rpcrt4/rpcss_np_client.c [new file with mode: 0644]
dlls/rpcrt4/rpcss_np_client.h [new file with mode: 0644]
include/rpcdce.h
include/rpcdcep.h
include/rpcndr.h
include/winbase.h
include/wine/rpcss_shared.h [new file with mode: 0644]
programs/Makefile.in
programs/rpcss/.cvsignore [new file with mode: 0644]
programs/rpcss/Makefile.in [new file with mode: 0644]
programs/rpcss/epmap_server.c [new file with mode: 0644]
programs/rpcss/np_server.c [new file with mode: 0644]
programs/rpcss/rpcss.h [new file with mode: 0644]
programs/rpcss/rpcss_main.c [new file with mode: 0644]