STEP:smb_transport: TODO: libcli/smb: add smb_transport*
authorStefan Metzmacher <metze@samba.org>
Fri, 21 Sep 2012 20:17:56 +0000 (22:17 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 1 Jun 2018 12:35:00 +0000 (14:35 +0200)
commit5d97aed8d736a0e4fb3f57c3ee88b069795f66ec
tree8453c8e4a0ec005842e83f3802daca5ce25a65be
parentc56cd283f5796ea22e2cceb0d058473b8fe299fd
STEP:smb_transport: TODO: libcli/smb: add smb_transport*

This is a generic abstraction for a transport that can be used
by our SMB1/2/3 code.

TODO: don't return the NBT header in smb_transport_read_pdu_recv
(smb_transport_tcp_read_pdu_recv), but that needs more work in
the callers...
libcli/smb/smb_transport.c [new file with mode: 0644]
libcli/smb/smb_transport.h [new file with mode: 0644]
libcli/smb/smb_transport_tcp.c [new file with mode: 0644]
libcli/smb/wscript