r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is created
authorAndrew Tridgell <tridge@samba.org>
Mon, 26 Feb 2007 05:37:19 +0000 (05:37 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:54 +0000 (14:48 -0500)
commit60fd088c480e474c3db8870f1288462a8452cea3
tree0dca322c8fa84e0c0a34603a5c62f7cc5a21a92e
parentb8c219a270e50f165a326c3657618c78e2ff58c5
r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is created
using the pattern in the clilsa code, it didn't fill in the p->binding
structure. This affects nearly all users of dcerpc_pipe_open_smb(), so
the simplest fix is to ensure that dcerpc_pipe_open_smb() initialises
the binding if its not already there.

- re-enable the RAW-ACLS test
(This used to be commit d8875c286d2be49c01703d8fd58bbc1842054bd9)
source4/libcli/util/clilsa.c
source4/librpc/rpc/dcerpc.c
source4/librpc/rpc/dcerpc_connect.c
source4/librpc/rpc/dcerpc_smb.c
source4/librpc/rpc/dcerpc_smb2.c
source4/script/tests/test_posix.sh
source4/torture/rpc/samba3rpc.c
source4/winbind/wb_async_helpers.c
source4/winbind/wb_connect_lsa.c
source4/winbind/wb_connect_sam.c
source4/winbind/wb_init_domain.c