summaryrefslogtreecommitdiff
path: root/source4/torture
Commit message (Expand)AuthorAgeFilesLines
* Remove Samba 3 backwards compatibility code in C.Jelmer Vernooij2008-02-111-2/+2
* Remove unused define.Jelmer Vernooij2008-02-091-7/+3
* Re-enable python support in BECOME-DC test.Jelmer Vernooij2008-02-091-1/+2
* Ignore kinit with pkinit test failures for now.Jelmer Vernooij2008-02-091-1/+1
* torture: Merge util.c into util_smb.cJelmer Vernooij2008-02-092-66/+39
* Move nt_time_equal() to libutil.Jelmer Vernooij2008-02-091-7/+0
* make the multiplier in the RAW-OFFLINE test settableAndrew Tridgell2008-02-071-1/+2
* Partially revert d64a2288a2cb3a8f74a18b740b265a460773635d and 351c2e99ab8b6a9...Jelmer Vernooij2008-01-291-2/+1
* torture: Fix too early free in spoolss notify test.Jelmer Vernooij2008-01-281-5/+6
* NET-BECOME-DC: always try to build ejs and python codeStefan Metzmacher2008-01-251-9/+16
* torture: the libnet torture test depend on pythonStefan Metzmacher2008-01-251-1/+2
* added latency reportingAndrew Tridgell2008-01-251-6/+51
* this is in secondsAndrew Tridgell2008-01-251-3/+2
* more useful outputAndrew Tridgell2008-01-251-10/+17
* added a offline file torture test BASE-OFFLINEAndrew Tridgell2008-01-253-1/+458
* Make the repl_meta_data module the default for domain controllers.Andrew Bartlett2008-01-241-4/+0
* Fix DRSUAPI replication test - NET-API-BECOME-DC.Andrew Bartlett2008-01-231-19/+18
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-01-221-1/+0
* torture: Use manually written .pc file.Jelmer Vernooij2008-01-222-0/+13
* Add an exception for S3Volker Lendecke2008-01-201-3/+10
* Fix an output message in samba3rpc torture test.Michael Adam2008-01-171-1/+1
* python: Fix rpcecho tests.Jelmer Vernooij2008-01-141-39/+0
* pidl/python: Fix use of pointers.Jelmer Vernooij2008-01-141-2/+2
* python: Add some more rpc/echo tests.Jelmer Vernooij2008-01-141-0/+11
* python: Add simple tests for the DCE/RPC echo interface.Jelmer Vernooij2008-01-141-0/+28
* libnet: Fix includes to silence a warningKai Blin2008-01-111-0/+4
* gentest: Fix a warning.Kai Blin2008-01-111-1/+3
* Native move servers will refuse these SamSync operations, so don'tAndrew Bartlett2008-01-111-0/+9
* r26690: torture: Move torture_context_init() to the ui.c, where all functions...Jelmer Vernooij2008-01-072-17/+18
* r26685: Fix bug 5137 by Mark Ridley. The RPC-ATSVC test is not tested, so wasAndrew Bartlett2008-01-061-0/+5
* r26683: Add another testcase. I still don't know what's wrong here.Andrew Bartlett2008-01-061-0/+21
* r26682: Move CLDAP to the modern torture system, and add value checking.Andrew Bartlett2008-01-061-14/+28
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-1/+1
* r26671: rap: Convert the RAP tests to the new torture API and run them by def...Jelmer Vernooij2008-01-051-71/+27
* r26655: torture/auth/pac: remove uses of global_loadparmJelmer Vernooij2008-01-031-2/+2
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion op...Jelmer Vernooij2008-01-0313-47/+78
* r26653: Janitorial: Remove global_loadparm use in two more places.Jelmer Vernooij2008-01-031-14/+19
* r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-034-1/+4
* r26650: torture/raw: Fix warnings in lockbench/openbench.Jelmer Vernooij2008-01-032-6/+15
* r26646: libcli/smb_composite: Allow specifying SMB parameters in smb_composit...Jelmer Vernooij2008-01-023-0/+18
* r26645: Janitorial: Fix a couple of warnings.Jelmer Vernooij2008-01-023-14/+14
* r26644: Janitorial: Pass resolve_context explicitly to various SMB functions,...Jelmer Vernooij2008-01-0212-16/+52
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-016-16/+31
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-012-3/+3
* r26634: Add NET-API-CREATEGROUP test.Rafal Szczesniak2007-12-302-0/+43
* r26606: masktest: Dynamically allocate strings.Kai Blin2007-12-261-21/+27
* r26605: masktest: Get rid of pstrings.Kai Blin2007-12-261-23/+35
* r26604: Don't depend on Python just yet, since the code that uses it is ifdef...Jelmer Vernooij2007-12-261-2/+1
* r26599: Attempt to also support provisioning using Python in the BECOME-DC test.Jelmer Vernooij2007-12-262-52/+162
* r26589: torture: Add non-const version of torture_tcase_add_simple_testKai Blin2007-12-261-0/+32