r1486: commit the start of the generic server infastructure
authorStefan Metzmacher <metze@samba.org>
Tue, 13 Jul 2004 21:04:56 +0000 (21:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:57:35 +0000 (12:57 -0500)
commit45a85bdd353418828df8017a9d7eb7c14f6f0cd3
tree14ec6ac1262f9a0a1974b6725a7f26afddb38f61
parent9b4ac4d81ecf9786d2a3f96914af4a2895046676
r1486: commit the start of the generic server infastructure

the idea is to have services as modules (smb, dcerpc, swat, ...)

the process_model don't know about the service it self anymore.

TODO:
- the smbsrv should use the smbsrv_send function
- the service subsystem init should be done like for other modules
- we need to have a generic socket subsystem, which handle stream, datagram,
  and virtuell other sockets( e.g. for the ntvfs_ipc module to connect to the dcerpc server
  , or for smb or dcerpc or whatever to connect to a server wide auth service)
- and other fixes...

NOTE: process model pthread seems to be broken( but also before this patch!)

metze
(This used to be commit bbe5e00715ca4013ff0dbc345aa97adc6b5c2458)
27 files changed:
source4/auth/auth.c
source4/include/includes.h
source4/include/local.h
source4/ntvfs/cifs/vfs_cifs.c
source4/param/loadparm.c
source4/rpc_server/dcerpc_server.c
source4/rpc_server/dcerpc_server.h
source4/rpc_server/dcerpc_tcp.c
source4/smb_server/connection.c
source4/smb_server/negprot.c
source4/smb_server/reply.c
source4/smb_server/request.c
source4/smb_server/service.c
source4/smb_server/smb_server.c
source4/smb_server/smb_server.h
source4/smbd/config.m4
source4/smbd/config.mk
source4/smbd/process_model.c
source4/smbd/process_model.h
source4/smbd/process_single.c
source4/smbd/process_standard.c
source4/smbd/process_thread.c
source4/smbd/rewrite.c
source4/smbd/server.c
source4/smbd/server.h [new file with mode: 0644]
source4/smbd/service.c [new file with mode: 0644]
source4/smbd/service.h [new file with mode: 0644]