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