repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3:pylibsmb: Add ipc=True support for CLI_FULL_CONNECTION_IPC
[Samba.git]
/
source4
/
torture
/
smb2
/
wscript_build
blob
ea769ae5e4131f2d9d6d7fbc4c51d7f3c68cfe43
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_MODULE
(
'TORTURE_SMB2'
,
4
source
=
'''
5
acls.c
6
attr.c
7
block.c
8
charset.c
9
compound.c
10
connect.c
11
create.c
12
credits.c
13
delete-on-close.c
14
deny.c
15
dir.c
16
dosmode.c
17
durable_open.c
18
durable_v2_open.c
19
getinfo.c
20
ioctl.c
21
lease.c
22
lease_break_handler.c
23
lock.c
24
max_allowed.c
25
mangle.c
26
maxfid.c
27
maxwrite.c
28
mkdir.c
29
multichannel.c
30
oplock_break_handler.c
31
notify.c
32
notify_disabled.c
33
oplock.c
34
read.c
35
read_write.c
36
rename.c
37
replay.c
38
scan.c
39
secleak.c
40
session.c
41
sessid.c
42
setinfo.c
43
sharemode.c
44
smb2.c
45
streams.c
46
samba3misc.c
47
tcon.c
48
timestamps.c
49
util.c
50
'''
,
51
subsystem
=
'smbtorture'
,
52
deps
=
'LIBCLI_SMB2 POPT_CREDENTIALS torture NDR_IOCTL'
,
53
internal_module
=
True
,
54
autoproto
=
'proto.h'
,
55
init_function
=
'torture_smb2_init'
56
)
57