final part of "first" phase converting over to msrpc daemon architecture.
authorLuke Leighton <lkcl@samba.org>
Sun, 12 Dec 1999 20:03:42 +0000 (20:03 +0000)
committerLuke Leighton <lkcl@samba.org>
Sun, 12 Dec 1999 20:03:42 +0000 (20:03 +0000)
commit4f8a24522c683761c6f2ee23dba56f6c7913377b
treefef9baa89fc7695fe462cbace85a0f4276845d53
parent0ce128e3550794d4dbbd1def00e87c020f72c992
final part of "first" phase converting over to msrpc daemon architecture.
done a minimal amout of clean-up in the Makefile, removing unnecessary
modules from the link stage.  this is not complete, yet, and will
involve some changes, for example to smbd, to remove dependencies on
the password database API that shouldn't be there.  for example,
smbd should not ever call getsmbpwXXX() it should call the Samr or Lsa
API.

this first implementation has minor problems with not reinstantiating
the same services as the caller.  the "homes" service is a good example.
(This used to be commit caa50525220b0d0250fa139367593c2de2c12135)
31 files changed:
source3/Makefile.in
source3/browserd/browserd.c [new file with mode: 0644]
source3/include/proto.h
source3/include/smb.h
source3/lib/util.c
source3/lib/util_array.c
source3/lib/util_pwdb.c
source3/libsmb/clientgen.c
source3/lsarpcd/lsarpcd.c
source3/msrpc/msrpcd.c [new file with mode: 0644]
source3/msrpc/msrpcd_process.c [moved from source3/lsarpcd/lsarpcd_process.c with 84% similarity]
source3/netlogond/netlogond.c [new file with mode: 0644]
source3/passdb/smbpassfile.c
source3/rpc_client/cli_connect.c
source3/rpc_client/cli_spoolss.c
source3/rpc_parse/parse_spoolss.c
source3/rpc_server/srv_brs.c
source3/rpc_server/srv_netlog.c
source3/rpc_server/srv_pipe.c
source3/rpc_server/srv_pipe_hnd.c
source3/rpcclient/cmd_reg.c
source3/samrd/samrd.c [new file with mode: 0644]
source3/smbd/password.c
source3/smbd/reply.c
source3/smbd/server.c
source3/spoolssd/spoolssd.c [new file with mode: 0644]
source3/srvsvcd/srvsvcd.c [new file with mode: 0644]
source3/svcctld/svcctld.c [new file with mode: 0644]
source3/utils/smbpasswd.c
source3/winregd/winregd.c [new file with mode: 0644]
source3/wkssvcd/wkssvcd.c [new file with mode: 0644]