mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
85b2dcd938
Sometimes Windows sends 3 presentation contexts (NDR32, NDR64, BindTimeFeatureNegotiation) in the first BIND of an association. Binding an additional connection to the association seems to reuse the BIND buffer and just changes the num_contexts field from 3 to 2 and leaves the BindTimeFeatureNegotiation context as padding in places. Note, the auth_pad_length field is send as 0 in that case, which means we need to ignore it completely, as well as any padding before the auth header. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14356 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
# Files in this directory contain lists of regular expressions # matching the names of tests that are temporarily expected to fail. # # Tests that are intended to *always* fail (e.g. to prove that the # test can't succeed under certain conditions) should be added under # selftest/expectedfail.d instead. # # "make test" will not report failures for tests listed here and will consider # a successful run for any of these tests an error. # # Empty lines and lines beginning with '#' are ignored. # Please don't add tests to this README!