s3:smb2_server: defer channel/session validation to the session setup code.
commit8c41cbbf9ea9527b7482ec3ec44ef195dc0917c2
authorMichael Adam <obnox@samba.org>
Mon, 27 Jul 2015 07:01:55 +0000 (27 09:01 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 29 Jul 2015 19:31:09 +0000 (29 21:31 +0200)
treef5302160eb2c88c483362d3172a4ba500b4702d4
parent8ab4b05d3302d543037973e26609e2d27bb6bc15
s3:smb2_server: defer channel/session validation to the session setup code.

For session bind, and the channel is only to be bound to the given
session just now, so it is not valid. The early request validation
code can hence not check it, and hence validation is defered to the
actual session setup code, which can look at the session binding flags.

Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>
Signed-off-by: Michael Adam <obnox@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Wed Jul 29 21:31:09 CEST 2015 on sn-devel-104
source3/smbd/smb2_server.c