auth/gensec: enforce that all DCERPC contexts support SIGN_PKT_HEADER
authorStefan Metzmacher <metze@samba.org>
Wed, 31 Oct 2018 14:55:57 +0000 (15:55 +0100)
committerJeremy Allison <jra@samba.org>
Sun, 23 Dec 2018 20:33:51 +0000 (21:33 +0100)
commitbe2a67319d1b0f423d8fa19137c9a953398ddd50
tree58a0ec451f169e0173c09a8f78a96ab04818fcb5
parentb34eb437fe2508ad445125bc7139300981c43002
auth/gensec: enforce that all DCERPC contexts support SIGN_PKT_HEADER

That's currently always the case and will simplifies the callers.

WORKS now???
TDB_NO_FSYNC=1 buildnice make -j test FAIL_IMMEDIATELY=1 SOCKET_WRAPPER_KEEP_PCAP=1 TESTS='samba4.rpc.lsa.secrets.*ncacn_np.*Kerberos.*Samba3.*fl2000dc'
and
TDB_NO_FSYNC=1 buildnice make -j test FAIL_IMMEDIATELY=1 SOCKET_WRAPPER_KEEP_PCAP=1 TESTS='samba3.rpc.lsa.*ncacn_ip_tcp.*nt4_dc'

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sun Dec 23 21:33:51 CET 2018 on sn-devel-144
auth/gensec/gensec.c