summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-2/+2
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-2/+2
2003-06-10fixed smbtorture LOCK1 test to know about the correct multiplier forAndrew Tridgell1-2/+3
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+2
2003-05-03Fix use of uninitialised value in TCONDEV test - found by sun1 on the build farmAndrew Bartlett1-1/+1
2003-04-23Add a check to ensure that the server returns the correct device type, notAndrew Bartlett1-11/+20
2003-04-23Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett1-6/+66
2003-04-18fixing torture build by merging code from HEADGerald Carter1-890/+1357
2003-04-01Merge from HEAD to define variable port_to_use. Needed to compile.John Terpstra1-0/+1
2003-03-30This changes our handling of invalid service types that theVolker Lendecke1-0/+100
2003-02-24Cleint-side-auth/kerberos fixes from HEAD, and don't connect to a shareAndrew Bartlett1-1/+3
2003-01-14Merge from HEAD:Andrew Bartlett1-4/+4
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-31/+31
2002-11-18Added OPEN test with HIDDEN/NORMAL attributes.Jeremy Allison1-1/+49
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-2/+153
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+29
2002-04-12merged the mangling test and passdb bugfixes into SAMBA_3_0Andrew Tridgell1-11/+17
2002-04-04Fixed some compile warnings.Tim Potter1-2/+2
2002-03-28a dodgy fix for a dodgy race condition in smbtorture child startupAndrew Tridgell1-1/+1
2002-03-26Tests for insane open semantics.Jeremy Allison1-7/+68
2002-03-26Added 5 *NASTY* non-io open tests....Jeremy Allison1-0/+169
2002-03-23Forgot torture hacks...Jeremy Allison1-5/+1
2002-03-23Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison1-0/+69
2002-03-20Correctly increment offset in cli_smbwrite.Jeremy Allison1-9/+23
2002-03-19the beginning of a test to determine and display a servers propertiesAndrew Tridgell1-0/+31
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-5/+5
2002-03-11only try an ordinary file in lock6Andrew Tridgell1-2/+2
2002-03-11expanded the lock6 test a bit to try lsarpc as wellAndrew Tridgell1-11/+17
2002-03-11added a LOCK6 test for weird lockingX lock type bitsAndrew Tridgell1-1/+40
2002-03-10remove an unused variableAndrew Tridgell1-1/+1
2002-03-07Added another 2 delete on close tests. Now 10. Had to fix smbd to match...Jeremy Allison1-42/+121
2002-03-07Change xcopy test to use defined constants rather than magic hexJeremy Allison1-4/+22
2002-03-06fixed NBENCH test on IRIX (tridge)Herb Lewis1-1/+1
2002-03-06make error codes match W2k advanced server sp2Herb Lewis1-5/+5
2002-03-05Found the mp3 problem - it's a generic class bug w.r.t. renaming.Jeremy Allison1-0/+72
2002-03-04added -k options for kerberos to smbtorture and locktestAndrew Tridgell1-1/+14
2002-03-03handle clock skew in getatr testAndrew Tridgell1-3/+3