summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2013-03-15 15:05:31 -0700
committerStefan Metzmacher <metze@samba.org>2013-03-16 12:44:44 +0100
commit1d15fc75a33b7368049876368f4b70c188bbd55e (patch)
treeb90f43a3a71d61dfaaef1d2d15d11b4087ca46bd /python
parentfd8b258fa20496c3e6360248503f59704d206742 (diff)
downloadsamba-1d15fc75a33b7368049876368f4b70c188bbd55e.tar.gz
samba-1d15fc75a33b7368049876368f4b70c188bbd55e.tar.bz2
samba-1d15fc75a33b7368049876368f4b70c188bbd55e.zip
Fix bug #9724 - is_encrypted_packet() function incorrectly used inside server.
The is_encrypted_packet() function should only be used on the raw received data to determine if a packet came in encrypted. Once we're inside the SMB1 processing code in smbd/reply.c we should be looking at the smb1request->encrypted field to determine if a packet was really encrypted or not. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Sat Mar 16 12:44:44 CET 2013 on sn-devel-104
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions