s3:smbd: introduce struct smbXsrv_connection
commitb3235d483da924a41ca9cecf72e1c62bab7fedd5
authorStefan Metzmacher <metze@samba.org>
Thu, 15 Dec 2011 13:45:56 +0000 (15 14:45 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 11 May 2012 23:01:34 +0000 (12 01:01 +0200)
tree9d34739a9e01e7d9176613a71ce68727e1ecf79d
parentc8a3c0e0f793c622e071953b25a70a3fd8a0da65
s3:smbd: introduce struct smbXsrv_connection

This will represent a transport connection for SMB 1 or 2
in the server. smbd_server_connection will slowly be moved
to the SMB_VFS layer to satisfy the existing modules,
but it will hopefully be protocol independend in future.

metze
source3/smbd/globals.h
source3/smbd/negprot.c
source3/smbd/process.c
source3/smbd/smb2_negprot.c