summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r17571: Change the return code of cli_session_setup from BOOL to NTSTATUSVolker Lendecke1-13/+16
2007-10-10r17554: CleanupVolker Lendecke1-6/+1
2007-10-10r17457: Add a test to do some operations on group mapping.Volker Lendecke1-164/+5
2007-10-10r17425: Add the multi-key wrapper. If it's necessary to add general blobs as ...Volker Lendecke1-0/+164
2007-10-10r17338: Add support for multiple shares test inspired by Samba 4 torture's --...Alexander Bokovoy1-44/+153
2007-10-10r17190: Remove a warning from "opi", a 64-bit machineVolker Lendecke1-1/+1
2007-10-10r16960: Some warnings from host "opi"Volker Lendecke1-4/+5
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-44/+82
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r13072: Fix segfault in vfstest and smbtorture.Deryck Hodge1-0/+2
2007-10-10r11420: Fix issue pointed out by Dina Fine <dina@exanet.com>. We canJeremy Allison1-1/+5
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+0
2007-10-10r8653: Fix bug #2659.Lars Müller1-1/+1
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2007-10-10r7902: Fix the buildVolker Lendecke1-7/+7
2007-10-10r7390: Revision 7371 did not help :-(Volker Lendecke1-4/+0
2007-10-10r7371: On one build farm box dirtest1 does not return, I think this might be ...Volker Lendecke1-0/+4
2007-10-10r6586: get rid of a few more compiler warningsHerb Lewis1-2/+3
2007-10-10r6575: use samba4 torture please message on samba 3 tortureSimo Sorce1-0/+3
2007-10-10r6176: Fix a possibly uninitialised variable warning.Tim Potter1-1/+1
2007-10-10r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter1-3/+3
2007-10-10r5641: Fix from James Peach @ SGI for oplock2 test.Jeremy Allison1-2/+3
2007-10-10r5589: Ensure the torture code that uses cli_list and cli_list_oldJeremy Allison1-2/+2
2007-10-10r5525: Add extra case to torture to test this (we currently fail with the wrongJeremy Allison1-2/+45
2007-10-10r4268: Merge fix for bugzilla #2150.Tim Potter1-1/+1
2007-10-10r4103: lock timeout is in milliseconds (as in reply.c)Herb Lewis1-1/+1
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-1/+1
2007-10-10r1328: Fix the buildVolker Lendecke1-1/+1
2007-10-10r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replicationJeremy Allison1-2/+2
2007-10-10r81: Make EA's case independent - fix smbtorture to test for this.Jeremy Allison1-2/+2
2004-03-30Ensure we cope correctly with ea length of zero. Detect torture fail correctly.Jeremy Allison1-0/+12
2004-03-29Setting EA's to zero length deletes them.Jeremy Allison1-1/+28
2004-03-29Fix get/set of EA's in client library. Added torture test for it.Jeremy Allison1-4/+17
2004-03-27Working (tested) client code for setting EA's by filename and fnum.Jeremy Allison1-0/+55
2004-02-26Merging Richard's rename test.Jeremy Allison1-6/+75
2004-02-23Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough1-4/+4
2004-02-20Make SMB_FILE_ACCESS_INFORMATION call work correctly.Jeremy Allison1-6/+9
2004-02-20Make us bug-for-bug compatible with W2K3 - to get delete on close semanticsJeremy Allison1-9/+17
2003-12-30Fix Bug # 924Volker Lendecke1-2/+11
2003-12-19A small fix to torture.c to cleanup the error handling and prevent crashes.Richard Sharpe1-6/+6
2003-11-06Final round of printf warnings fixes for the moment.Tim Potter1-10/+14