summaryrefslogtreecommitdiff
path: root/source4/torture/wscript_build
AgeCommit message (Collapse)AuthorFilesLines
2010-10-11torture_auth: Add missing dependency on gensec_ntlmssp.Jelmer Vernooij1-1/+1
2010-10-11torture: Link against rpc server itself, not service module. (against which ↵Jelmer Vernooij1-3/+2
we can't link).
2010-10-10wafsamba: Clarify needs_python argument name, use pyembed/pyext whereJelmer Vernooij1-3/+3
applicable. Allow using both pyembed and pyext, to prevent unresolved symbols. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 10 03:54:01 UTC 2010 on sn-devel-104
2010-10-05Add missing dependencies for com_err.Jelmer Vernooij1-1/+1
2010-09-27s4-smbtorture: remove unneeded dcerpc_mgmt alias.Günther Deschner1-1/+1
Guenther
2010-09-19s4-smbtorture: add LOCAL-NDR-NTLMSSP.Günther Deschner1-1/+1
Guenther
2010-09-08s4-smbtorture: add torture ndr nbt testsuite.Günther Deschner1-1/+1
Guenther
2010-08-25s4-smbtorture: Added a torture test for forest trustsSumit Bose1-1/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2010-08-11s4-test: Move RPC-DSSYNC test in DRS-RPC test suiteKamen Mazdrashki1-1/+1
2010-07-14s4-smbtorture: add very simple RPC-BIND testsuite.Günther Deschner1-1/+1
Guenther
2010-07-14s4-smbtorture: rename rpc/bind.c to rpc/multi_bind.c.Günther Deschner1-1/+1
Guenther
2010-06-21smbtorture: Move interactive shell into a separate file.James Peach1-1/+1
2010-06-16s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher1-1/+1
This is needed to remove samba specifc symbols from the bundled ldb, in order to get the ABI right. metze Signed-off-by: Andreas Schneider <asn@samba.org>
2010-06-05s4-smbtorture: add RPC-SPOOLSS-ACCESS.Günther Deschner1-1/+1
This test creates - a user - a user with BUILTIN\Administrators membership - a user with BUILTIN\Print Operators membership - a user with SePrintOperatorPrivilege (if available) - a user with full access in security descriptor and checks what access rights are granted in spoolss_OpenPrinterEx. Guenther
2010-05-18s4 torture: Add tests for dfs referrals handling in SMB/trans2 requestsMatthieu Patou1-1/+10
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-05-12s4-smbtorture: add RAP-SAM testsuite with a rap_NetUserPasswordSet2 test.Günther Deschner1-1/+1
Guenther
2010-04-29s4-waf: added --enable-build-farm configure optionAndrew Tridgell1-6/+23
this adds a smbtorture.static binary which s3 will use in the build farm
2010-04-28s4-smbtorture: link in ../../librpc/gen_ndr/ndr_rap.o.Günther Deschner1-1/+1
Guenther
2010-04-28s4-smbtorture: add RAP-PRINTING suite.Günther Deschner1-1/+1
Guenther
2010-04-18s4-waf: removed the unused installdir= option to SAMBA_BINARY()Andrew Tridgell1-4/+0
This was left over from the automatic conversion of the config.mk files
2010-04-06s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell1-6/+6
This works with both standalone lib builds and bundled builds
2010-04-06s4-waf: removed the AUTOGENERATED markersAndrew Tridgell1-3/+0
we won't be using the mk -> wscript generator again
2010-04-06s4-waf: cleanup use of LIBPOPT vs popt dependencyAndrew Tridgell1-4/+4
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell1-0/+2
them
2010-04-06s4-waf: added rap/rpc.cAndrew Tridgell1-1/+1
2010-04-06s4-waf: update torture for new ndr/drsblobs.c testsAndrew Tridgell1-1/+1
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-21/+21
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+171