summaryrefslogtreecommitdiffstats
path: root/source4/torture/torture.c
Commit message (Expand)AuthorAgeFilesLines
* r2854: added a RPC-COUNTCALLS torture test - a useful varient on the full sca...Andrew Tridgell2007-10-101-0/+1
* r2785: call init_iconv() in smbtorture to ensure we have no memory allocatedAndrew Tridgell2007-10-101-0/+1
* r2735: More DCOM updates:Jelmer Vernooij2007-10-101-0/+1
* r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2007-10-101-3/+5
* r2709: finally solved the talloc reference problem.Andrew Tridgell2007-10-101-8/+9
* r2659: removed some extraneous debug msgsAndrew Tridgell2007-10-101-3/+0
* r2589: a simple test to help find security related memory leaks. Run valgrind...Andrew Tridgell2007-10-101-0/+1
* r2274: fixed some popt option clashes between smbtorture and the standard opt...Andrew Tridgell2007-10-101-6/+6
* r2271: fixed the popt argument array for smbtorture, getting rid of someAndrew Tridgell2007-10-101-20/+19
* r2200: solved another piece of the lsakey puzzle - the session key for lsaAndrew Tridgell2007-10-101-6/+7
* r2182: force the torture test domain join to happen on SMB to prevent theAndrew Tridgell2007-10-101-1/+34
* r2159: converted samba4 over to UTF-16.Andrew Tridgell2007-10-101-2/+3
* r2071: - change smbtorture to use the popt_common stuffStefan Metzmacher2007-10-101-153/+108
* r2056: Allow the compiler to check this format string.Andrew Bartlett2007-10-101-3/+4
* r1897: added a choose_called_name() function that allows us to more sanelyAndrew Tridgell2007-10-101-6/+3
* r1793: try to bind multiple times as anonimous and userSimo Sorce2007-10-101-1/+44
* r1771: OK Let's add tests for ldap.Simo Sorce2007-10-101-0/+3
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-101-756/+756
* r1636: improved the negnowait test so it is standalone (taking advantage of t...Andrew Tridgell2007-10-101-4/+36
* r1628: - fixed the comment on run_deferopen. (I also think that theAndrew Tridgell2007-10-101-102/+65
* r1617: Start working on the svcctl pipeJelmer Vernooij2007-10-101-0/+1
* r1498: (merge from 3.0)Andrew Bartlett2007-10-101-1/+1
* r1481: add idl file and torture test dummiesStefan Metzmacher2007-10-101-1/+1
* r1470: Get the smb_trans2 structure out of the rap_cli_call struct.Volker Lendecke2007-10-101-0/+1
* r1403: commit volkers initial RAP torture testStefan Metzmacher2007-10-101-1/+2
* r1402: we should prompt for a password if it's not given by -UStefan Metzmacher2007-10-101-1/+0
* r1228: use int64_t instead of long longStefan Metzmacher2007-10-101-3/+3
* r1173: A quick little test to show that we cannot bind twice to a single endp...Andrew Bartlett2007-10-101-0/+1
* r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett2007-10-101-16/+16
* r1091: Added in timing tests for deferred opens. Added extra debug info to si...Jeremy Allison2007-10-101-0/+13
* r1086: Add defer open test to check timeout on sharing violation open.Jeremy Allison2007-10-101-0/+61
* r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell2007-10-101-1/+2
* r1039: Remove description of unexisting option.Jelmer Vernooij2007-10-101-1/+0
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-101-7/+7
* r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher2007-10-101-2/+2
* r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher2007-10-101-5/+5
* r892: Actually add the NTLMSSP self-check torture code this time...Andrew Bartlett2007-10-101-1/+1
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-2/+2
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-5/+5
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-12/+12
* r882: - create TORTURE_AUTH SUBSYSTEMStefan Metzmacher2007-10-101-1/+1
* r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett2007-10-101-0/+1
* r863: Added test to ensure an open and locked file can be truncated by a seco...Jeremy Allison2007-10-101-0/+72
* r821: prompt user for password if not given by -U user%passStefan Metzmacher2007-10-101-3/+15
* r741: Test from Volker in RAW-OPEN for truncating a file containing locks.Jeremy Allison2007-10-101-1/+32
* r386: Another torture test to survive.Volker Lendecke2007-10-101-0/+66
* r336: added a -X command line option to smbtorture to enable dangerous orAndrew Tridgell2007-10-101-1/+6
* - moved some of the base tests into torture/basic/Andrew Tridgell2004-03-261-0/+1
* added the -C option to smbtortureAndrew Tridgell2004-03-091-16/+79
* greatly improved NBENCH netbench simulatorAndrew Tridgell2004-03-091-159/+29