summaryrefslogtreecommitdiff
path: root/source3/torture
AgeCommit message (Expand)AuthorFilesLines
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-04Test harness that exercises check_dos_char()Martin Pool1-0/+42
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-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-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-25More const fixes and flow on fixes from yesterday's const-fest.Tim Potter2-2/+2
2003-02-22Add staticAndrew Bartlett1-1/+1
2003-02-22New locktest7 code based on patch from "Srikanta Shivanna" <sshivanna@pillard...Jeremy Allison1-0/+134
2003-02-19correct init for vfs.conn, thanks StefanSimo Sorce1-1/+2
2003-02-18Add -V option (to print out version) to utilities where possibleJelmer Vernooij2-0/+2
2003-02-15Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett2-2/+7
2003-02-11Fixup delete on close torture.Jeremy Allison1-10/+4
2003-02-07Samba janitors: applying mbp's redundant umask fix.Jeremy Allison1-4/+0
2003-02-03Got complete (I hope) coverage of the OPEN TRUNCATE ATTRIBUTES test.Jeremy Allison1-122/+91
2003-01-31Added first part of attribute matrix tests. Not run and compiled in right now...Jeremy Allison1-0/+101
2003-01-11Fix a number of client-side fstring/pstring mixups.Andrew Bartlett4-20/+20
2003-01-02BIG patch...Andrew Bartlett8-64/+66
2002-12-23Finish adding strings to all talloc_init() calls.Jeremy Allison1-1/+1
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-1/+1
2002-11-23Please compile with :Jeremy Allison1-20/+26
2002-11-18Added HIDDEN/NORMAL attribute test.Jeremy Allison1-1/+49
2002-11-07Fix the build.Jim McDonough1-1/+4
2002-10-18Fix build. Extra parm was added to cli_full_connection, but not in locktest2.c.Jim McDonough1-1/+2
2002-10-07forgot some bits from previous rpc_secdesc.h rework patchSimo Sorce1-3/+3
2002-09-30Fix the compile issue in bin/samtest, and make the 'system' token just have theAndrew Bartlett1-2/+2
2002-09-29Remove sam/api.c.Andrew Bartlett2-14/+14
2002-09-28Fix 'plugin' commandJelmer Vernooij1-2/+2
2002-09-28Patch from metze to fix enum_accountsJelmer Vernooij1-13/+56