s3:libsmb: calculate the negotiated SMB1 capabilities in cli_negprot_done()
authorStefan Metzmacher <metze@samba.org>
Thu, 8 Sep 2011 14:14:51 +0000 (16:14 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 15 Sep 2011 06:33:13 +0000 (08:33 +0200)
commit1d8bdab1c4465bcf265813827029aaca20b5bd9c
tree9a0c5637a4a33823357675c947e75632b3338ec7
parenta8836cae917ddd03f9e8d0934bb0cf329643e60a
s3:libsmb: calculate the negotiated SMB1 capabilities in cli_negprot_done()

We calculate the negotiated capabilities based on the mask for:
 - client only flags
 - flags used in both directions
 - server only flags

metze
source3/libsmb/cliconnect.c