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)
commitcaa50525220b0d0250fa139367593c2de2c12135
treee37748c25c6d433104f4f98540f5cf0a68b69254
parentaa3c659a8dba0437c17c60055a6ed30fdfecdb6d
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.
31 files changed:
source/Makefile.in
source/browserd/browserd.c [new file with mode: 0644]
source/include/proto.h
source/include/smb.h
source/lib/util.c
source/lib/util_array.c
source/lib/util_pwdb.c
source/libsmb/clientgen.c
source/lsarpcd/lsarpcd.c
source/msrpc/msrpcd.c [new file with mode: 0644]
source/msrpc/msrpcd_process.c [moved from source/lsarpcd/lsarpcd_process.c with 84% similarity]
source/netlogond/netlogond.c [new file with mode: 0644]
source/passdb/smbpassfile.c
source/rpc_client/cli_connect.c
source/rpc_client/cli_spoolss.c
source/rpc_parse/parse_spoolss.c
source/rpc_server/srv_brs.c
source/rpc_server/srv_netlog.c
source/rpc_server/srv_pipe.c
source/rpc_server/srv_pipe_hnd.c
source/rpcclient/cmd_reg.c
source/samrd/samrd.c [new file with mode: 0644]
source/smbd/password.c
source/smbd/reply.c
source/smbd/server.c
source/spoolssd/spoolssd.c [new file with mode: 0644]
source/srvsvcd/srvsvcd.c [new file with mode: 0644]
source/svcctld/svcctld.c [new file with mode: 0644]
source/utils/smbpasswd.c
source/winregd/winregd.c [new file with mode: 0644]
source/wkssvcd/wkssvcd.c [new file with mode: 0644]