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: winbindd: Fix TALLOC_FREE of uninitialized groups variable.
[Samba.git]
/
source4
/
torture
/
winbind
/
wscript_build
blob
b384c829e3efe9696e6d4243ca2c2f3f49c9309b
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_MODULE
(
'TORTURE_WINBIND'
,
4
source
=
'winbind.c struct_based.c ../../../nsswitch/libwbclient/tests/wbclient.c'
,
5
autoproto
=
'proto.h'
,
6
subsystem
=
'smbtorture'
,
7
init_function
=
'torture_winbind_init'
,
8
deps
=
'wbclient winbind-client torture PAM_ERRORS'
,
9
internal_module
=
True
10
)