summaryrefslogtreecommitdiffstats
path: root/source3/torture
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build after Jeremy -- yet another place where convert_string() wasn't upd...Alexander Bokovoy2004-03-121-2/+2
* Given how core this code is, I figure it should have it's own testsuite.Andrew Bartlett2004-03-091-0/+35
* Merging Richard's rename test.Jeremy Allison2004-02-261-6/+75
* Janitor for tpot...bugzilla #1098, msleep already exists on aixJim McDonough2004-02-232-6/+6
* 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
* Two trivial warningsVolker Lendecke2003-12-021-1/+3
* Final round of printf warnings fixes for the moment.Tim Potter2003-11-063-13/+17
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-1/+1
* Enclose usage of st_blksize and st_blocks struct stat members inTim Potter2003-10-141-0/+12
* Add CAP VFS module from Monyo. Primary purpose of this module is to provide C...Alexander Bokovoy2003-08-271-6/+9
* Fix for #150.Alexander Bokovoy2003-08-261-8/+8
* metze's autogenerate patch for version.hGerald Carter2003-08-201-2/+2
* Fix for bugid #205 - work by Andrew Bartlet (modified to useJeremy Allison2003-08-121-1/+1
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-302-3/+3
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-233-5/+5
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-224-12/+15
* i guess i'm the only one this ever annyoed...Gerald Carter2003-07-101-2/+2
* More conversions I missed. Thanks metze.Jeremy Allison2003-07-041-4/+4
* Fixed strlower changes I missed. Pointed out by metze.Jeremy Allison2003-07-041-2/+2
* Move up intialisation of logging, so we catch errors in handling 'preload mod...Jelmer Vernooij2003-06-261-4/+4
* Back out some of the changes to nsstest. I've kept the NULL pointerTim Potter2003-06-201-138/+8
* Update nsstest to cope with wins NSS module as well as winbind NSSTim Potter2003-06-161-12/+183
* fixed smbtorture LOCK1 test to know about the correct multiplier forAndrew Tridgell2003-06-101-2/+3
* Fix compiler warnings for vfstest. Patch from Stefan Metzmacher <mezte@metzem...Alexander Bokovoy2003-06-041-2/+3
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-33/+33
* Fix VFS layer:Alexander Bokovoy2003-05-113-113/+105
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-109-22/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-109-0/+22
* Fix use of uninitialised value in TCONDEV test - found by sun1 on the build farmAndrew Bartlett2003-05-031-1/+1
* Add 'smbiconv' program - a clone of the 'iconv' utilityJelmer Vernooij2003-04-271-0/+243
* 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-237-89/+171
* fixing torture build by merging code from HEADGerald Carter2003-04-182-892/+1359
* merge in metze' smbcquotas patch from HEADGerald Carter2003-04-151-2/+2
* Fix popt usage (backport from HEAD)Jelmer Vernooij2003-04-141-35/+9
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-04-132-0/+86
|\
| * smbcquota patch from metzeGerald Carter2003-04-113-81/+84
| * Added using different cnum test. WinXP and Samba now pass - Win2k fails.Jeremy Allison2003-04-101-3/+23
| * Ensure we have WinXP-like semantics for checking TIDs and FIDs.Jeremy Allison2003-04-091-0/+65
| * Set character set to default (UTF-8) before running tests.Martin Pool2003-04-091-0/+3
| * t_push_ucs2, t_strcmp: Run tests only once by default, rather thanMartin Pool2003-04-092-6/+12
| * Integrate abartlet's t_push_ucs2 test into test framework:Martin Pool2003-04-081-2/+6