svn commit: samba r4729 - in branches/SAMBA_4_0/source: . build/smb_build smbd winbind

metze at samba.org metze at samba.org
Fri Jan 14 02:01:19 GMT 2005


Author: metze
Date: 2005-01-14 02:01:19 +0000 (Fri, 14 Jan 2005)
New Revision: 4729

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4729

Log:
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

Added:
   branches/SAMBA_4_0/source/winbind/
   branches/SAMBA_4_0/source/winbind/config.mk
   branches/SAMBA_4_0/source/winbind/wb_server.c
Modified:
   branches/SAMBA_4_0/source/build/smb_build/main.pm
   branches/SAMBA_4_0/source/smbd/service.c


Changeset:
Sorry, the patch is too large (285 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4729


More information about the samba-cvs mailing list