summaryrefslogtreecommitdiff
path: root/source3/torture
AgeCommit message (Expand)AuthorFilesLines
2003-06-04Fix compiler warnings for vfstest. Patch from Stefan Metzmacher <mezte@metzem...Alexander Bokovoy1-2/+3
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-33/+33
2003-05-11Fix VFS layer:Alexander Bokovoy3-113/+105
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij9-22/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij9-0/+22
2003-05-03Fix use of uninitialised value in TCONDEV test - found by sun1 on the build farmAndrew Bartlett1-1/+1
2003-04-27Add 'smbiconv' program - a clone of the 'iconv' utilityJelmer Vernooij1-0/+243
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 Bartlett7-89/+171
2003-04-18fixing torture build by merging code from HEADGerald Carter2-892/+1359
2003-04-15merge in metze' smbcquotas patch from HEADGerald Carter1-2/+2
2003-04-14Fix popt usage (backport from HEAD)Jelmer Vernooij1-35/+9
2003-04-13This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2-0/+86
2003-04-11smbcquota patch from metzeGerald Carter3-81/+84
2003-04-10Added using different cnum test. WinXP and Samba now pass - Win2k fails.Jeremy Allison1-3/+23
2003-04-09Ensure we have WinXP-like semantics for checking TIDs and FIDs.Jeremy Allison1-0/+65
2003-04-09Set character set to default (UTF-8) before running tests.Martin Pool1-0/+3
2003-04-09t_push_ucs2, t_strcmp: Run tests only once by default, rather thanMartin Pool2-6/+12
2003-04-08Integrate abartlet's t_push_ucs2 test into test framework:Martin Pool1-2/+6
2003-04-06If the string does not convert back, print the buggy result.Andrew Bartlett1-3/+10
2003-04-06Fix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2.Andrew Bartlett1-0/+40
2003-04-04This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+42
2003-04-04Test harness that exercises check_dos_char()Martin Pool1-0/+42
2003-04-01Merge from HEAD to define variable port_to_use. Needed to compile.John Terpstra1-0/+1
2003-04-01reversed the sense of the TCON test, now that we know that win2003Andrew Tridgell1-10/+10
2003-03-30This changes our handling of invalid service types that theVolker Lendecke1-0/+100
2003-03-30This changes our handling of invalid service types that theVolker Lendecke1-0/+100
2003-03-30added simple tests for SMBchkpath and SMBioctlAndrew Tridgell1-0/+142
2003-03-29updated the TCON test so that win2000 passes. Samba now fails thisAndrew Tridgell1-32/+63
2003-03-29added a simple test for the old SMBtcon interfaceAndrew Tridgell1-0/+38
2003-03-24Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2-45/+13
2003-03-19Run test 10000 times to make measurement easier.Martin Pool1-2/+7
2003-03-18This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+23
2003-03-18The new string macros catch a bug at compile that previously onlyMartin Pool1-0/+7
2003-03-13show which files we fail to create in the casetable testAndrew Tridgell1-2/+5
2003-03-12Update usage message.Martin Pool1-1/+2
2003-03-12Add example of string overflow which is now caught in developer mode.Martin Pool1-0/+16
2003-03-11having sticky create times is not a bugAndrew Tridgell1-1/+0
2003-03-11fixed the MANGLE smbtorture test with the new paranoid string codeAndrew Tridgell1-1/+1
2003-03-11make sure we have an empty directory when we start the utable testAndrew Tridgell1-1/+5
2003-03-10fixed use_oplocks and the timeout in smbtorture startupAndrew Tridgell1-6/+16
2003-03-10added -i option for ignoring dot errors in masktestAndrew Tridgell1-2/+9
2003-03-06Make smbtorture use the same cli_full_connection() framework as the rest ofAndrew Bartlett4-865/+842
2003-03-06FIXME about crash on failure case.Martin Pool1-2/+5
2003-03-05Add *SMBSERVER fallback code to smbtorture ...Richard Sharpe1-3/+17
2003-03-05Add code to allow us to specify the port to connect on when performingRichard Sharpe1-6/+14
2003-02-28Add simple test harness that exposes StrCaseCmp for testing.Martin Pool1-0/+20
2003-02-25Merge: const fixes.Tim Potter1-1/+2
2003-02-25More const fixes and flow on fixes from yesterday's const-fest.Tim Potter2-2/+2
2003-02-24Cleint-side-auth/kerberos fixes from HEAD, and don't connect to a shareAndrew Bartlett1-1/+3