summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-04Add a quick test of wb_trans_send/recvVolker Lendecke1-0/+65
2009-01-02Fix warnings in make test code.Jeremy Allison1-4/+14
2008-12-30Print the vuid in BENCH-SESSSETUPVolker Lendecke1-0/+2
2008-12-29Fix SESSSETUP_BENCH torture test for long runtimesVolker Lendecke1-6/+9
2008-12-19Extend the chain1 test with write&xVolker Lendecke1-2/+21
2008-12-19Add a torture test simulating Windows write behaviourVolker Lendecke1-1/+81
2008-12-19Make cli_negprot return NTSTATUS instead of boolVolker Lendecke1-6/+13
2008-12-19cli_negprot_send -> cli_negprot_sendsyncVolker Lendecke1-1/+1
2008-12-03s3: Change sockaddr util function names for consistencyTim Prouty1-1/+1
2008-11-14Make memcache_add_talloc NULL out the source pointerVolker Lendecke1-2/+2
2008-11-14Actually finish memcache_add_tallocVolker Lendecke1-1/+32
2008-10-18Fix build of 'everything'Jelmer Vernooij1-1/+1
2008-10-13Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij1-1/+1
2008-10-12Move zlib to top-level root.Jelmer Vernooij1-12/+3
2008-08-28Add async smbecho client supportVolker Lendecke1-0/+33
2008-08-28Activate code to enable chained requestsVolker Lendecke1-0/+80
2008-08-12Merge from Herb. print correct test statusJeremy Allison1-1/+2
2008-07-11Revert "Pass NULL to gencache_get when we are not interested in the timeout v...Volker Lendecke1-2/+2
2008-07-03Pass NULL to gencache_get when we are not interested in the timeout valueVolker Lendecke1-2/+2
2008-03-08Print out the used seed in smbtortureVolker Lendecke1-3/+6
2008-01-23strtok -> strtok_rVolker Lendecke1-2/+3
2008-01-19Add "split_ntfs_stream_name()" together with a torture testVolker Lendecke1-0/+69
2008-01-04Added -e option to smbtorture to test encrypted versionsJeremy Allison1-1/+60
2007-12-18Add a in-memory cacheVolker Lendecke1-0/+76
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-1/+1
2007-12-10dbwrap_rbtVolker Lendecke1-0/+83
2007-12-05add SESSSETUP_BENCHVolker Lendecke1-0/+41
2007-12-04pull_ascii_pstring is gone.Jeremy Allison1-6/+6
2007-11-30Remove pstring from clirap.c.Jeremy Allison1-1/+1
2007-11-08Remove more pstring/fstrings.Jeremy Allison1-1/+8
2007-10-27Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison1-1/+1
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-5/+5
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-124/+124
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-1/+1
2007-10-10r25563: Show which local-substitute subtest failsVolker Lendecke1-28/+32
2007-10-10r25538: Revert r25533Volker Lendecke1-3/+3
2007-10-10r25533: remove a pstringVolker Lendecke1-3/+3
2007-10-10r24733: Add support for storing DATA_BLOBs in gencache.tdb (including torture...Günther Deschner1-0/+41
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison1-4/+7
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-3/+3
2007-10-10r21963: Fix another uninitialized buffer used in test write - valgrindJeremy Allison1-0/+2
2007-10-10r21948: Fix valgrind error in build farm samba3 smbtorture. We wereJeremy Allison1-0/+2
2007-10-10r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison1-0/+5
2007-10-10r18310: Add a little test for some gencache routinesVolker Lendecke1-0/+60
2007-10-10r18070: be more verbose when errors happenStefan Metzmacher1-0/+3
2007-10-10r17853: Fix an uninitialized variable (m_time2). Jeremy, please check.Volker Lendecke1-2/+3
2007-10-10r17800: Start using struct timespec internally for file timesJeremy Allison1-11/+12
2007-10-10r17761: Handle times consistently across all client utils.Jeremy Allison1-6/+6