summaryrefslogtreecommitdiff
path: root/source4/torture/config.mk
AgeCommit message (Collapse)AuthorFilesLines
2008-02-19Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-abartletAndrew Bartlett1-5/+6
(This used to be commit 837eb8a0bc011cd84bc7e8d2849028313d709928)
2008-02-19To partially simplfy our gcov handling, move to the new --coverage option.Andrew Bartlett1-9/+10
Andrew Bartlett (This used to be commit 7e49f75ee21adec321e0935c9cd4c2a96d7ef6d1)
2008-02-18Fix dependency on popt.Jelmer Vernooij1-1/+2
(This used to be commit dd854adc7a203f18228195a080bfa8075b0cd170)
2008-02-18Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij1-3/+3
(This used to be commit 0e1d0a874ae3d22b8f97a79b81fe0af3ef53a771)
2008-02-18Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij1-1/+1
(This used to be commit 269cbf84d8b7dbf3bc88adc04ae283dc908af5ac)
2008-02-15Reconcile header files for torture utility functions.Jelmer Vernooij1-1/+0
(This used to be commit 1269758e95686cc155284d5d56080e1be11bbd75)
2008-02-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivialJelmer Vernooij1-0/+3
Conflicts: source/torture/libnet/libnet_BecomeDC.c (This used to be commit 2da0734f439ee5f4e3eb1c9416e7df4450f08534)
2008-02-15converted locktest to use popt and cmdline utility codeAndrew Tridgell1-0/+3
(This used to be commit 625ea49a95cbdb507ea5b191f75ffa27e25cdb90)
2008-02-15Finish migration of provision code.Jelmer Vernooij1-2/+1
(This used to be commit 53c5924195844dac4dfe99e5c9b0c8911394497a)
2008-02-15Move Python dependencies.Jelmer Vernooij1-3/+2
(This used to be commit f6c5b787cc031ddf858d7b16f455692a98a19b9e)
2008-02-14Split provision from C code out of becomedc.Jelmer Vernooij1-1/+1
(This used to be commit ed2b72ac76ec069fec799b3fd805cca59fc28de4)
2008-02-11Remove Samba 3 backwards compatibility code in C.Jelmer Vernooij1-2/+2
This code is no longer used, and equivalent code already exists in Python (scripting/python/samba/samba3.py) (This used to be commit c16212e8bf5343496ea4b3afc30a8b4d3a0afe2d)
2008-02-09Re-enable python support in BECOME-DC test.Jelmer Vernooij1-1/+2
(This used to be commit ed44fd59bfa289bcef82e0650ccda381efb52268)
2008-02-09Ignore kinit with pkinit test failures for now.Jelmer Vernooij1-1/+1
(This used to be commit 94dedaf6ed55b146a0123407137f7ee4cfd41283)
2008-01-29Partially revert d64a2288a2cb3a8f74a18b740b265a460773635d and ↵Jelmer Vernooij1-2/+1
351c2e99ab8b6a91f7355077b2d2944fd820839c to see if that fixes the build. (This used to be commit 2a79cebfd99f4048214be65a6c918cc988dc83ed)
2008-01-25torture: the libnet torture test depend on pythonStefan Metzmacher1-1/+2
metze (This used to be commit d64a2288a2cb3a8f74a18b740b265a460773635d)
2008-01-25added a offline file torture test BASE-OFFLINEAndrew Tridgell1-1/+2
(This used to be commit d4b26fb2a38aa5b0ed2b6083641b9d8306af8c58)
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij1-1/+0
(This used to be commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20)
2008-01-22torture: Use manually written .pc file.Jelmer Vernooij1-0/+1
(This used to be commit d43b18cc5e8b58ca965205cccfe25f8a120d2ca7)
2007-12-26r26604: Don't depend on Python just yet, since the code that uses it is ↵Jelmer Vernooij1-2/+1
ifdeffed out. (This used to be commit b863fdf474503918f347883a578a8c6624fd615a)
2007-12-26r26599: Attempt to also support provisioning using Python in the BECOME-DC test.Jelmer Vernooij1-1/+2
Not tested yet as the test it is part of has been disabled because it's broken. (This used to be commit 6b1e25b702847cd6662b4aece35692b099707b74)
2007-12-24r26579: Fix the typo that breaks the code coverage build.Jelmer Vernooij1-1/+1
(This used to be commit ad97efc480fc21d794f880abcd6c95827592986e)
2007-12-21r26395: spoolss: Add WinXP-like printer browsing test.Kai Blin1-0/+1
(This used to be commit 2ccc4d2af58b49ab1319ce87e0f15591b40db06f)
2007-12-21r25997: torture: fix variables passed by make gcovStefan Metzmacher1-12/+12
metze (This used to be commit 8f3d6f464f3a79c535fcdadcdc7b8b93c97744e9)
2007-12-21r25667: Start on frsapi testsuite.Günther Deschner1-2/+3
Guenther (This used to be commit ebcbdb5fbdb30005a60431687a738df5f26d3472)
2007-10-10r25376: Add the new file to the build.Rafal Szczesniak1-0/+1
rafal (This used to be commit a5407a32886f0f8d55bf5d30496600e1f7889ce6)
2007-10-10r25368: Add the test of group add routine.Rafal Szczesniak1-0/+1
rafal (This used to be commit f893244a31dca52415b78e8db623f41b71602995)
2007-10-10r25263: add a test to check the accessmasks and ACLs on policy handles ↵Ronnie Sahlberg1-0/+1
returned on the SAMR pipe. also test which bits in the accessmasks grant which right to perform operations on the returned policy handle (This used to be commit cb5bc801362a4a81a690e641146c70a7af8e6096)
2007-10-10r25188: add infrastructure for WINBIND-* tests in smbtortureStefan Metzmacher1-0/+1
metze (This used to be commit 3807699c001ce7a8ee0acba071cc2bb7f4406cd9)
2007-10-10r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij1-1/+3
(This used to be commit 9b256a0ca232ea6e89771bf73a1adf877273a752)
2007-10-10r24767: add a torture test that performs "ping-pong" that works the same way asRonnie Sahlberg1-0/+1
ping-pong.c this is a manual test and only makes sense to be used in parallell with the real ping-pong.c tool (This used to be commit b58677fa745361eafe87c62b2988a7b6387b23e7)
2007-10-10r24751: Run more tests, remove empty testsuites, more small improvements.Jelmer Vernooij1-1/+0
(This used to be commit 2a5a0819eea86ba322434306e062d13893b5722e)
2007-10-10r24735: Use torture API in more places.Jelmer Vernooij1-1/+0
(This used to be commit 1319d88c099496be29dd9214fa2492c81e848369)
2007-10-10r24682: forgot to actually make the new test buil...Rafal Szczesniak1-0/+1
rafal (This used to be commit dbcf4f15a6a0c1bb93b5f65f85795af262bf7552)
2007-10-10r24555: Add a test for libnet's group info call.Rafal Szczesniak1-0/+1
rafal (This used to be commit 40ad66dd75acce330c2db3f4258eacf8265b05e2)
2007-10-10r23481: As per metze's suggestion, move the nsstest files from torture/ to ↵Kai Blin1-12/+0
nsswitch/ (This used to be commit 4e7dc9eae4a30f67a87dbf8ccfda7f6a3ace114d)
2007-10-10r23403: Make nsstest build on Samba4.Kai Blin1-0/+12
For now, only build on Linux systems. If the build farm is happy with this, I will gradually turn on this feature for other platforms, too. (This used to be commit c2d4cc1c61d7b39de2139de836dbbdb6c2edf8bb)
2007-10-10r22407: this dependecies should be privateStefan Metzmacher1-20/+15
metze (This used to be commit 7ad60e62fd4fb1317cc86ef430d35d2c54fd20c2)
2007-10-10r22087: added a RAW-BENCH-OPEN test that can be used to stress out a clusteredAndrew Tridgell1-0/+1
implementation of a opendb backend. Use it in combination with --unclist to tell smbtorture to connect to multiple nodes in the cluster (This used to be commit b4e38b1b8dbc3ce817f858f39c3f0521c9832fce)
2007-10-10r21909: Merge some of my recent improvements to the test infrastructure:Jelmer Vernooij1-2/+15
- Allow tests to specify what environment they need to run in (dc and none are thecurrent supported ones). - Move more Samba4-specific code out of the common code (This used to be commit dbe9de10287c902f4a5ea5d431dea4a79f9b170b)
2007-10-10r21837: Make dcerpc_mgmt a separate library again, as the linker leaves it ↵Jelmer Vernooij1-1/+1
out when it's part of dcerpc. (This used to be commit dc4428553ec2749ef1ba24fbffeaabf0af6bf364)
2007-10-10r21830: Fix header installation, remove proto header with a single prototype.Jelmer Vernooij1-1/+1
(This used to be commit 47a17a741af625eb52f611b3d0f3ea0e207f2c3a)
2007-10-10r21710: Add client support for the UNIX_INFO2 info level in the QueryFile,James Peach1-1/+2
QueryPath and FindFirst calls. Add a new torture test to verify the server side. (This used to be commit 7f56da2d1fa0718e5282bb4aea7d9a63a62f0bc7)
2007-10-10r21658: Add some tests for SAMR NDRJelmer Vernooij1-1/+2
(This used to be commit a36912721ae84d3a1702bd83d735cc1097968f46)
2007-10-10r21648: Start a UNIX extensions test set. Add a test for the SMBWhoami query.James Peach1-0/+14
(This used to be commit ca89683dc28104a8cee23b0c1428350f22a68c99)
2007-10-10r21580: Add generic target for test coverage data.Jelmer Vernooij1-0/+2
(This used to be commit a41b72458d04a18da0c0c59cef8a2e24f77e8890)
2007-10-10r21570: added a RPC-HANDLES test that tries to show that rpc policy handlesAndrew Tridgell1-1/+2
are not shared between connections. It tests three types of policy handles, on lsa, samr and drsuapi. You need to run on ncacn_ip_tcp with seal for drsuapi. Metze, can you have a look and see how this tallies with what you've seen? (This used to be commit c1f41ac045f6023da06c3dbd0a37f39edd8a62f8)
2007-10-10r21541: Export mgmt, samr and atsvc for use in samba-gtk.Jelmer Vernooij1-2/+2
(This used to be commit 7f451cbb8da26cfe27861c402e06b3f34f7ac647)
2007-10-10r21463: add a LDAP-UPTODATEVECTOR test, it shows that the "replUpToDateVector"Stefan Metzmacher1-0/+1
isn't updated by originating changes, and that there's no entry for the local dsa invocation_id metze (This used to be commit a9b757dddc496b705d04ee73f52b7f4f16e972e9)
2007-10-10r21415: Add tests for spoolss and drsuapi. Still need to add validators.Jelmer Vernooij1-1/+3
(This used to be commit 61cb52b65b9be2fd09a5c5a02536600c0ac500f7)