mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
45a85bdd35
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 bbe5e00715
)
11 lines
364 B
Plaintext
11 lines
364 B
Plaintext
dnl # server subsystem
|
|
|
|
SMB_MODULE_MK(server_service_auth,SERVER_SERVICE,STATIC,smbd/config.mk)
|
|
SMB_MODULE_MK(server_service_smb,SERVER_SERVICE,STATIC,smbd/config.mk)
|
|
SMB_MODULE_MK(server_service_rpc,SERVER_SERVICE,STATIC,smbd/config.mk)
|
|
|
|
SMB_SUBSYSTEM_MK(SERVER_SERVICE,smbd/config.mk)
|
|
SMB_SUBSYSTEM_MK(SERVER,smbd/config.mk)
|
|
|
|
SMB_BINARY_MK(smbd, smbd/config.mk)
|