From 67ac266ae85b57c5580a4f4dc1f49396d5ffc707 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 5 May 2011 18:12:07 +0200 Subject: s3:torture: add SMB2-BASIC Based on the initial patch from Volker Lendecke . metze --- source3/torture/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/torture/proto.h') diff --git a/source3/torture/proto.h b/source3/torture/proto.h index 6a47a18cd7..6b49fba1bd 100644 --- a/source3/torture/proto.h +++ b/source3/torture/proto.h @@ -67,6 +67,7 @@ void *shm_setup(int size); bool smbcli_parse_unc(const char *unc_name, TALLOC_CTX *mem_ctx, char **hostname, char **sharename); bool torture_open_connection(struct cli_state **c, int conn_index); +bool torture_init_connection(struct cli_state **pcli); bool torture_cli_session_setup2(struct cli_state *cli, uint16 *new_vuid); bool torture_close_connection(struct cli_state *c); bool torture_ioctl_test(int dummy); @@ -91,5 +92,6 @@ bool run_smb_any_connect(int dummy); bool run_addrchange(int dummy); bool run_notify_online(int dummy); bool run_nttrans_create(int dummy); +bool run_smb2_basic(int dummy); #endif /* __TORTURE_H__ */ -- cgit