1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/smbd
Stefan Metzmacher 76b38d11fd r4729: add dummy "winbind" service
- this creates a new task and then starts a process_model "single"
  with service "winbind_task"

- that means with -M single everything is in one process

  with - M standard winbind is a seperate process but didn't fork for each connection
  with -M thread winbind is a seperate thread but didn't thread for each connection

- the dummy server listen s on /tmp/.winbind/echo
  and for better testing with telnet also on 127.0.255.1 port 55555

metze
(This used to be commit 5190f60ded)
2007-10-10 13:08:49 -05:00
..
build_options.c r890: convert samba4 to use [u]int8_t instead of [u]int8 2007-10-10 12:56:16 -05:00
config.mk r4728: split up server_services into: 2007-10-10 13:08:49 -05:00
process_model.c r4728: split up server_services into: 2007-10-10 13:08:49 -05:00
process_model.h r4728: split up server_services into: 2007-10-10 13:08:49 -05:00
process_model.m4 r3753: Have some modules default to "NOT" and enable them again when 2007-10-10 13:05:51 -05:00
process_model.mk r3737: - Get rid of the register_subsystem() and register_backend() functions. 2007-10-10 13:05:48 -05:00
process_single.c r4728: split up server_services into: 2007-10-10 13:08:49 -05:00
process_standard.c r4728: split up server_services into: 2007-10-10 13:08:49 -05:00
process_thread.c r4728: split up server_services into: 2007-10-10 13:08:49 -05:00
rewrite.c r4728: split up server_services into: 2007-10-10 13:08:49 -05:00
server.c r4728: split up server_services into: 2007-10-10 13:08:49 -05:00
server.h r4728: split up server_services into: 2007-10-10 13:08:49 -05:00
service.c r4729: add dummy "winbind" service 2007-10-10 13:08:49 -05:00
service.h r4728: split up server_services into: 2007-10-10 13:08:49 -05:00