r12866: This removes the abstraction layer in winbindd intended to deal with
authorAndrew Bartlett <abartlet@samba.org>
Thu, 12 Jan 2006 09:38:35 +0000 (09:38 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:50:55 +0000 (13:50 -0500)
commitf18194edae4289a75955ef3b0fb9943a7a63f9d4
treedbdeefda275da1b63a1d44dd24953a27ade52d7d
parenta5a79e8b8cbdf24d5c2db45ece4110ed5d85e58f
r12866: This removes the abstraction layer in winbindd intended to deal with
multiple protocols, replacing it with the packet handling subsystem.

We don't have multiple protocols at present, and the abstraction layer
only serves to confuse matters.  Also, the new packet subsystem removes
the need to handle partial reads.

We can easily add new protocols from the socket up instead, becaue the
difficult bits are done by the packet layer.

Andrew Bartlett
(This used to be commit acf9dc8fe9e66f1dd3f18c0245375f502f03a24c)
source4/winbind/wb_samba3_cmd.c
source4/winbind/wb_samba3_protocol.c
source4/winbind/wb_samba3_protocol.h [deleted file]
source4/winbind/wb_server.c
source4/winbind/wb_server.h