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)
commit32f3e68a569e9273b8d34fbd797c0a28494e5b6d
tree528f5909fb13e283852324a6a4b25ef27d8f7009
parent9b53e04377d2ff652c4a9496798d2e3aa0dccab3
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
source/include/structs.h
source/winbind/SConscript
source/winbind/config.mk
source/winbind/wb_samba3_cmd.c [new file with mode: 0644]
source/winbind/wb_samba3_protocol.c [new file with mode: 0644]
source/winbind/wb_samba3_protocol.h [new file with mode: 0644]
source/winbind/wb_server.c
source/winbind/wb_server.h [new file with mode: 0644]