s3: smbd: Plumb in and use smbd_smb2_server_connection_read_handler() when server...
commitdb94eefdd540e5c143f4ace9bde0bf689b089c97
authorJeremy Allison <jra@samba.org>
Tue, 8 Mar 2022 01:47:15 +0000 (7 17:47 -0800)
committerDavid Mulder <dmulder@samba.org>
Thu, 10 Mar 2022 17:53:26 +0000 (10 17:53 +0000)
treed7d6f62713f3a6cd3bfc257065d80afb0449e2e7
parent5c180649fe6174bcf39b05963ca6e03bb38129a7
s3: smbd: Plumb in and use smbd_smb2_server_connection_read_handler() when server min protocol > NT1 (i.e. SMB2-only).

This will allow us to remove the SMB1 server specific code
when we disable SMB1, and still retain the ability to negotiate
up from SMB1 -> SMB2 for old clients.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: David Mulder <dmulder@samba.org>
Autobuild-User(master): David Mulder <dmulder@samba.org>
Autobuild-Date(master): Thu Mar 10 17:53:26 UTC 2022 on sn-devel-184
source3/smbd/process.c