r21535: - fixed a crash in the RAW-ACLS test. When a dcerpc_pipe is created
commitd8875c286d2be49c01703d8fd58bbc1842054bd9
authorAndrew Tridgell <tridge@samba.org>
Mon, 26 Feb 2007 05:37:19 +0000 (26 05:37 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:48:54 +0000 (10 14:48 -0500)
treedec9f8a2823078be7630d72a765e04f1543ab93e
parentb10432096181cf8e7d729e58a5ab54fac5eaa5fe
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
source/libcli/util/clilsa.c
source/librpc/rpc/dcerpc.c
source/librpc/rpc/dcerpc_connect.c
source/librpc/rpc/dcerpc_smb.c
source/librpc/rpc/dcerpc_smb2.c
source/script/tests/test_posix.sh
source/torture/rpc/samba3rpc.c
source/winbind/wb_async_helpers.c
source/winbind/wb_connect_lsa.c
source/winbind/wb_connect_sam.c
source/winbind/wb_init_domain.c