summaryrefslogtreecommitdiff
path: root/source3/torture
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5749: fix some build issuesGerald Carter2-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-10r4645: patch from Rob to fix the build breakage in vfstest after the reload_p...Gerald Carter1-2/+5
2007-10-10r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for eachVolker Lendecke1-1/+5
2007-10-10r4268: Merge fix for bugzilla #2150.Tim Potter1-1/+1
2007-10-10r4236: More *alloc fixes.Jeremy Allison1-1/+1
2007-10-10r4103: lock timeout is in milliseconds (as in reply.c)Herb Lewis1-1/+1
2007-10-10r3072: Fix for bug #1947 - incorrect use of getpwnam() etc. interface.Jeremy Allison1-6/+0
2007-10-10r2824: restored the is_case_sensitive option to ms_fnmatch() in Samba3. It isAndrew Tridgell1-1/+1
2007-10-10r2814: Exactly the same as "main" build fix.Rafal Szczesniak1-1/+1
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-1/+1
2007-10-10r1444: Another attempt to fulfil the 100% promise. There might be two dots at...Volker Lendecke1-1/+1
2007-10-10r1396: Give the build farm a chance to be clean before 3.0.5. We don't acceptVolker Lendecke1-0/+4
2007-10-10r1328: Fix the buildVolker Lendecke1-1/+1
2007-10-10r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replicationJeremy Allison1-2/+2
2007-10-10r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison1-1/+1
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-03-12Fix build after Jeremy -- yet another place where convert_string() wasn't upd...Alexander Bokovoy1-2/+2
2004-03-09Given how core this code is, I figure it should have it's own testsuite.Andrew Bartlett1-0/+35
2004-02-26Merging Richard's rename test.Jeremy Allison1-6/+75
2004-02-23Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough2-6/+6
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-12-02Two trivial warningsVolker Lendecke1-1/+3
2003-11-06Final round of printf warnings fixes for the moment.Tim Potter3-13/+17
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-1/+1
2003-10-14Enclose usage of st_blksize and st_blocks struct stat members inTim Potter1-0/+12
2003-08-27Add CAP VFS module from Monyo. Primary purpose of this module is to provide C...Alexander Bokovoy1-6/+9
2003-08-26Fix for #150.Alexander Bokovoy1-8/+8
2003-08-20metze's autogenerate patch for version.hGerald Carter1-2/+2
2003-08-12Fix for bugid #205 - work by Andrew Bartlet (modified to useJeremy Allison1-1/+1
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2-3/+3
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter3-5/+5
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter4-12/+15
2003-07-10i guess i'm the only one this ever annyoed...Gerald Carter1-2/+2
2003-07-04More conversions I missed. Thanks metze.Jeremy Allison1-4/+4
2003-07-04Fixed strlower changes I missed. Pointed out by metze.Jeremy Allison1-2/+2
2003-06-26Move up intialisation of logging, so we catch errors in handling 'preload mod...Jelmer Vernooij1-4/+4
2003-06-20Back out some of the changes to nsstest. I've kept the NULL pointerTim Potter1-138/+8
2003-06-16Update nsstest to cope with wins NSS module as well as winbind NSSTim Potter1-12/+183
2003-06-10fixed smbtorture LOCK1 test to know about the correct multiplier forAndrew Tridgell1-2/+3
2003-06-04Fix compiler warnings for vfstest. Patch from Stefan Metzmacher <mezte@metzem...Alexander Bokovoy1-2/+3