]> git.ipfire.org Git - thirdparty/samba.git/commit
tests/dcerpc/raw_protocol: add more test for auth padding during ALTER_CONTEXT/AUTH3
authorStefan Metzmacher <metze@samba.org>
Tue, 24 Sep 2024 07:56:05 +0000 (09:56 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 10 Oct 2024 14:01:04 +0000 (14:01 +0000)
commit9309283ddbcc60cb8dac8ecd3f4bcecfbf8ac732
tree272154634545feed4dd7515186a4533bb000d87b
parent8e6696b2ac6990f3d6bac804c9a0f1a2b8f0ada0
tests/dcerpc/raw_protocol: add more test for auth padding during ALTER_CONTEXT/AUTH3

The aim is to keep testing the code paths, which are no longer
testing because allow_bind_auth_pad is false now, which
means the existing tests fail directly at the BIND,
but we also want to test the error handling on
ALTER_CONTEXT (and AUTH3).

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>
python/samba/tests/dcerpc/raw_protocol.py