summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r2659: removed some extraneous debug msgsAndrew Tridgell1-3/+0
2007-10-10r2589: a simple test to help find security related memory leaks. Run valgrind...Andrew Tridgell1-0/+1
2007-10-10r2274: fixed some popt option clashes between smbtorture and the standard opt...Andrew Tridgell1-6/+6
2007-10-10r2271: fixed the popt argument array for smbtorture, getting rid of someAndrew Tridgell1-20/+19
2007-10-10r2200: solved another piece of the lsakey puzzle - the session key for lsaAndrew Tridgell1-6/+7
2007-10-10r2182: force the torture test domain join to happen on SMB to prevent theAndrew Tridgell1-1/+34
2007-10-10r2159: converted samba4 over to UTF-16.Andrew Tridgell1-2/+3
2007-10-10r2071: - change smbtorture to use the popt_common stuffStefan Metzmacher1-153/+108
2007-10-10r2056: Allow the compiler to check this format string.Andrew Bartlett1-3/+4
2007-10-10r1897: added a choose_called_name() function that allows us to more sanelyAndrew Tridgell1-6/+3
2007-10-10r1793: try to bind multiple times as anonimous and userSimo Sorce1-1/+44
2007-10-10r1771: OK Let's add tests for ldap.Simo Sorce1-0/+3
2007-10-10r1654: rename cli_ -> smbcli_Stefan Metzmacher1-756/+756
2007-10-10r1636: improved the negnowait test so it is standalone (taking advantage of t...Andrew Tridgell1-4/+36
2007-10-10r1628: - fixed the comment on run_deferopen. (I also think that theAndrew Tridgell1-102/+65
2007-10-10r1617: Start working on the svcctl pipeJelmer Vernooij1-0/+1
2007-10-10r1498: (merge from 3.0)Andrew Bartlett1-1/+1
2007-10-10r1481: add idl file and torture test dummiesStefan Metzmacher1-1/+1
2007-10-10r1470: Get the smb_trans2 structure out of the rap_cli_call struct.Volker Lendecke1-0/+1
2007-10-10r1403: commit volkers initial RAP torture testStefan Metzmacher1-1/+2
2007-10-10r1402: we should prompt for a password if it's not given by -UStefan Metzmacher1-1/+0
2007-10-10r1228: use int64_t instead of long longStefan Metzmacher1-3/+3
2007-10-10r1173: A quick little test to show that we cannot bind twice to a single endp...Andrew Bartlett1-0/+1
2007-10-10r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett1-16/+16
2007-10-10r1091: Added in timing tests for deferred opens. Added extra debug info to si...Jeremy Allison1-0/+13
2007-10-10r1086: Add defer open test to check timeout on sharing violation open.Jeremy Allison1-0/+61
2007-10-10r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell1-1/+2
2007-10-10r1039: Remove description of unexisting option.Jelmer Vernooij1-1/+0
2007-10-10r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher1-7/+7
2007-10-10r961: convert 'uchar' to 'uint8_t'Stefan Metzmacher1-2/+2
2007-10-10r960: convert 'unsigned int' to uint_t in the most placesStefan Metzmacher1-5/+5
2007-10-10r892: Actually add the NTLMSSP self-check torture code this time...Andrew Bartlett1-1/+1
2007-10-10r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher1-2/+2
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-5/+5
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-12/+12
2007-10-10r882: - create TORTURE_AUTH SUBSYSTEMStefan Metzmacher1-1/+1
2007-10-10r874: This patch is a pile of work on NTLMSSP:Andrew Bartlett1-0/+1
2007-10-10r863: Added test to ensure an open and locked file can be truncated by a seco...Jeremy Allison1-0/+72
2007-10-10r821: prompt user for password if not given by -U user%passStefan Metzmacher1-3/+15
2007-10-10r741: Test from Volker in RAW-OPEN for truncating a file containing locks.Jeremy Allison1-1/+32
2007-10-10r386: Another torture test to survive.Volker Lendecke1-0/+66
2007-10-10r336: added a -X command line option to smbtorture to enable dangerous orAndrew Tridgell1-1/+6
2004-03-26- moved some of the base tests into torture/basic/Andrew Tridgell1-0/+1
2004-03-09added the -C option to smbtortureAndrew Tridgell1-16/+79
2004-03-09greatly improved NBENCH netbench simulatorAndrew Tridgell1-159/+29
2004-02-21added the simple HOLDCON torture test. This is used to establishAndrew Tridgell1-0/+56
2004-02-10Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter1-191/+187
2004-02-08Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter1-657/+657
2004-02-03This would appear to restore smbtorture to be able to use the syntaxAndrew Bartlett1-1/+3
2003-12-15allow the specification of full dcerpc endpoint binding strings on theAndrew Tridgell1-125/+10