summaryrefslogtreecommitdiffstats
path: root/source3/torture/torture.c
Commit message (Expand)AuthorAgeFilesLines
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+0
* r8653: Fix bug #2659.Lars Müller2007-10-101-1/+1
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* r7902: Fix the buildVolker Lendecke2007-10-101-7/+7
* r7390: Revision 7371 did not help :-(Volker Lendecke2007-10-101-4/+0
* r7371: On one build farm box dirtest1 does not return, I think this might be ...Volker Lendecke2007-10-101-0/+4
* r6586: get rid of a few more compiler warningsHerb Lewis2007-10-101-2/+3
* r6575: use samba4 torture please message on samba 3 tortureSimo Sorce2007-10-101-0/+3
* r6176: Fix a possibly uninitialised variable warning.Tim Potter2007-10-101-1/+1
* r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter2007-10-101-3/+3
* r5641: Fix from James Peach @ SGI for oplock2 test.Jeremy Allison2007-10-101-2/+3
* r5589: Ensure the torture code that uses cli_list and cli_list_oldJeremy Allison2007-10-101-2/+2
* r5525: Add extra case to torture to test this (we currently fail with the wrongJeremy Allison2007-10-101-2/+45
* r4268: Merge fix for bugzilla #2150.Tim Potter2007-10-101-1/+1
* r4103: lock timeout is in milliseconds (as in reply.c)Herb Lewis2007-10-101-1/+1
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-1/+1
* r1328: Fix the buildVolker Lendecke2007-10-101-1/+1
* r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replicationJeremy Allison2007-10-101-2/+2
* r81: Make EA's case independent - fix smbtorture to test for this.Jeremy Allison2007-10-101-2/+2
* Ensure we cope correctly with ea length of zero. Detect torture fail correctly.Jeremy Allison2004-03-301-0/+12
* Setting EA's to zero length deletes them.Jeremy Allison2004-03-291-1/+28
* Fix get/set of EA's in client library. Added torture test for it.Jeremy Allison2004-03-291-4/+17
* Working (tested) client code for setting EA's by filename and fnum.Jeremy Allison2004-03-271-0/+55
* Merging Richard's rename test.Jeremy Allison2004-02-261-6/+75
* Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough2004-02-231-4/+4
* Make SMB_FILE_ACCESS_INFORMATION call work correctly.Jeremy Allison2004-02-201-6/+9
* Make us bug-for-bug compatible with W2K3 - to get delete on close semanticsJeremy Allison2004-02-201-9/+17
* Fix Bug # 924Volker Lendecke2003-12-301-2/+11
* A small fix to torture.c to cleanup the error handling and prevent crashes.Richard Sharpe2003-12-191-6/+6
* Final round of printf warnings fixes for the moment.Tim Potter2003-11-061-10/+14
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-2/+2
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-2/+2
* fixed smbtorture LOCK1 test to know about the correct multiplier forAndrew Tridgell2003-06-101-2/+3
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
* Fix use of uninitialised value in TCONDEV test - found by sun1 on the build farmAndrew Bartlett2003-05-031-1/+1
* Add a check to ensure that the server returns the correct device type, notAndrew Bartlett2003-04-231-11/+20
* Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett2003-04-231-6/+66
* fixing torture build by merging code from HEADGerald Carter2003-04-181-890/+1357
* Merge from HEAD to define variable port_to_use. Needed to compile.John Terpstra2003-04-011-0/+1
* This changes our handling of invalid service types that theVolker Lendecke2003-03-301-0/+100
* Cleint-side-auth/kerberos fixes from HEAD, and don't connect to a shareAndrew Bartlett2003-02-241-1/+3
* Merge from HEAD:Andrew Bartlett2003-01-141-4/+4
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-31/+31
* Added OPEN test with HIDDEN/NORMAL attributes.Jeremy Allison2002-11-181-1/+49
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-2/+153
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+29
* merged the mangling test and passdb bugfixes into SAMBA_3_0Andrew Tridgell2002-04-121-11/+17
* Fixed some compile warnings.Tim Potter2002-04-041-2/+2
* a dodgy fix for a dodgy race condition in smbtorture child startupAndrew Tridgell2002-03-281-1/+1