r10426: - restructure the winbind server code a bit
authorStefan Metzmacher <metze@samba.org>
Thu, 22 Sep 2005 18:35:08 +0000 (18:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:38:44 +0000 (13:38 -0500)
commitbcf0615be578a35bb6ab0f559e370f1b9455f3cd
treead878e96c67c4646dd3f52336954a2177b830e64
parent86df9ca15a4488bb96f1d7c9244d8f9bb12912ba
r10426: - restructure the winbind server code a bit
- remove the echo test stuff
- abstract out the used protocol
- we have a seperate handler for the samba3 protocol now
- the backend can easy do async replies
  by setting WBSRV_CALL_FLAGS_REPLY_ASYNC in wbsrv_call
  and then call wbsrv_queue_reply() later

metze
(This used to be commit 32f3e68a569e9273b8d34fbd797c0a28494e5b6d)
source4/include/structs.h
source4/winbind/SConscript
source4/winbind/config.mk
source4/winbind/wb_samba3_cmd.c [new file with mode: 0644]
source4/winbind/wb_samba3_protocol.c [new file with mode: 0644]
source4/winbind/wb_samba3_protocol.h [new file with mode: 0644]
source4/winbind/wb_server.c
source4/winbind/wb_server.h [new file with mode: 0644]