summaryrefslogtreecommitdiffstats
path: root/source3/torture
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge torture tests from HEAD - it looks like we had rather an incompleteAndrew Bartlett2003-04-237-89/+171
| | | | | | | merge last time. I hope this might fix a few failures on the build farm too. Andrew Bartlett (This used to be commit 0c837126923cc30fa60223a5a68d4f527971cc7b)
* fixing torture build by merging code from HEADGerald Carter2003-04-182-892/+1359
| | | | (This used to be commit 7798c7ee1a2fafa0a4879e550e16027f17ccbbcf)
* merge in metze' smbcquotas patch from HEADGerald Carter2003-04-151-2/+2
| | | | (This used to be commit b6a77048886151435a4a5eeb9a04be44d397c504)
* Fix popt usage (backport from HEAD)Jelmer Vernooij2003-04-141-35/+9
| | | | (This used to be commit 89a25ef20d10e20e70b11bba56add4708f62051f)
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-04-132-0/+86
|\ | | | | | | used to be commit 381649916ecbaddefbb6ee0e6137b7cc73eb54b1)
| * smbcquota patch from metzeGerald Carter2003-04-113-81/+84
| | | | | | | | (This used to be commit 74fab8f0d24004b1dfd5ce0fd7402895652f941f)
| * Added using different cnum test. WinXP and Samba now pass - Win2k fails.Jeremy Allison2003-04-101-3/+23
| | | | | | | | | | Jeremy. (This used to be commit bc094789b972ac5ccc7ea3944c7ddb98581cf613)
| * Ensure we have WinXP-like semantics for checking TIDs and FIDs.Jeremy Allison2003-04-091-0/+65
| | | | | | | | | | | | Add torture test to ensure this is so. Jeremy. (This used to be commit e07dd4d93d2bf6ed83dd055efd29d11f5cd66a36)
| * Set character set to default (UTF-8) before running tests.Martin Pool2003-04-091-0/+3
| | | | | | | | (This used to be commit b20d8b49701b532d4770197c5d08fa092234bf8e)
| * t_push_ucs2, t_strcmp: Run tests only once by default, rather thanMartin Pool2003-04-092-6/+12
| | | | | | | | | | | | | | 10000 times. (In theory they should be pure functions....) You can specify a parameter to repeat them if you want to e.g. measure performance. (This used to be commit 92acecd28c3374abcadbff0ab9cb765411f453f4)
| * Integrate abartlet's t_push_ucs2 test into test framework:Martin Pool2003-04-081-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Build t_push_ucs2 as part of check-programs, the prerequisite for "make check". - t_push_ucs2.c: Load configuration from /dev/null so that we get a unix_charset of UTF-8 and can do meaningful UCS2 tests. Better comment. - Add a test to strings.py which tries conversion UTF8->UCS2->UTF8 and checks the results. Do this for English, Latin-1, and Katakana strings. - Add Python module with symbolic names for a handful of UNICODE characters. (This used to be commit 275e095c92ac74815ab9e388a0e83cdb7ddd85f3)
| * If the string does not convert back, print the buggy result.Andrew Bartlett2003-04-061-3/+10
| | | | | | | | (This used to be commit 98f76325542c0ab2e0bbcf082a15c6f8db27e37c)
| * Fix bigballofmud.so, and add a test to show a bug I'm having with push_ucs2.Andrew Bartlett2003-04-061-0/+40
| | | | | | | | | | Andrew Bartlett (This used to be commit a60fd29b43537935500f40a32fec553f2b52c0d3)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-04-041-0/+42
|\| | | | | | | used to be commit cbc42567bed0959cb38d71543becd1ff124cac24)
| * Test harness that exercises check_dos_char()Martin Pool2003-04-041-0/+42
| | | | | | | | (This used to be commit 346c763fd1f5d7ef51ca3f748a276d9982275bfe)
| * reversed the sense of the TCON test, now that we know that win2003Andrew Tridgell2003-04-011-10/+10
| | | | | | | | | | | | fixes this. This means that TCON fails on win2000, but passes on Samba and win2003 (This used to be commit 591a500ed77870bc72acb94f2fd24070b7d617b6)
| * This changes our handling of invalid service types that theVolker Lendecke2003-03-301-0/+100
| | | | | | | | | | | | | | | | | | | | client requested on tconx. We now return the same error code like NT4SP6 and W2kSP3 return. TCONDEV is a little test for this. Volker (This used to be commit 6ab88f31d6773f16baff8421ec9e530461cc8f93)
| * added simple tests for SMBchkpath and SMBioctlAndrew Tridgell2003-03-301-0/+142
| | | | | | | | (This used to be commit ca982a9f1d6485e2d388d4b2e9c13806736ad91e)
| * updated the TCON test so that win2000 passes. Samba now fails thisAndrew Tridgell2003-03-291-32/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | test. It is an interesting test because it shows that win2000 completely ignores the TID and VUID fields in a SMBwriteX. In Samba it is hard to do this as we check the VUID and TID fields before we call the SMB specific reply functions. The test also shows that the list of open files must be global to the socket, not specific to a tcon. (This used to be commit be98069c4e5bbfbe3ce66c20f796c2d2324e7511)
| * added a simple test for the old SMBtcon interfaceAndrew Tridgell2003-03-291-0/+38
| | | | | | | | (This used to be commit c95ae394c5dfe5e0fcc658119213b17bcb95fab5)
| * Patch from metze to generalise POPT_COMMON_SAMBA, with some minor changesJelmer Vernooij2003-03-242-45/+13
| | | | | | | | (This used to be commit 2ddfed298d7f0b6e690275725a39c3ef107077ae)
| * Run test 10000 times to make measurement easier.Martin Pool2003-03-191-2/+7
| | | | | | | | (This used to be commit e051789ac6cc05f8a643ea81e887d3b969cf3a27)
* | Merge from HEAD to define variable port_to_use. Needed to compile.John Terpstra2003-04-011-0/+1
| | | | | | | | (This used to be commit b522892215b12d3f919cb4d1fb99721981710f2a)
* | This changes our handling of invalid service types that theVolker Lendecke2003-03-301-0/+100
| | | | | | | | | | | | | | | | | | | | client requested on tconx. We now return the same error code like NT4SP6 and W2kSP3 return. TCONDEV is a little test for this. Volker (This used to be commit 6f94ab8ed50ad171f25e9538417c5074feba164d)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-03-181-0/+23
|\| | | | | | | used to be commit f0d009c3e91979b0dc3443e16f3f545bcc64cfda)
| * The new string macros catch a bug at compile that previously onlyMartin Pool2003-03-181-0/+7
| | | | | | | | | | | | | | trapped at runtime, which is great. So we have to try a little harder to provoke an overflow -- which is still caught nicely in developer mode. (This used to be commit cea126f62ad411f5efbebc7c5d39297fd8ef9efb)
| * show which files we fail to create in the casetable testAndrew Tridgell2003-03-131-2/+5
| | | | | | | | (This used to be commit d40e3747cfa2994349aa84568f7b79457341a058)
| * Update usage message.Martin Pool2003-03-121-1/+2
| | | | | | | | (This used to be commit 17f01f6959fb79ba11a56d6869ec9789e3ee2f74)
| * Add example of string overflow which is now caught in developer mode.Martin Pool2003-03-121-0/+16
| | | | | | | | (This used to be commit dcf1705782f5d589120624c90b695b81a0332e6b)
| * having sticky create times is not a bugAndrew Tridgell2003-03-111-1/+0
| | | | | | | | (This used to be commit f283f71104319fa9f1e7d22fc91b8d7224ae157a)
| * fixed the MANGLE smbtorture test with the new paranoid string codeAndrew Tridgell2003-03-111-1/+1
| | | | | | | | (This used to be commit 7be44dbe009a8d831c0720a2649fc871b067beef)
| * make sure we have an empty directory when we start the utable testAndrew Tridgell2003-03-111-1/+5
| | | | | | | | (This used to be commit af415842b80f024ca26b4e3bc52fd73fce0a28f3)
| * fixed use_oplocks and the timeout in smbtorture startupAndrew Tridgell2003-03-101-6/+16
| | | | | | | | (This used to be commit cec1ef09e5009cdac22e6c9ca101a49c5ef36b1a)
| * added -i option for ignoring dot errors in masktestAndrew Tridgell2003-03-101-2/+9
| | | | | | | | (This used to be commit 0f4d1172a6add3f490fca22a45975d2588485146)
| * Make smbtorture use the same cli_full_connection() framework as the rest ofAndrew Bartlett2003-03-064-865/+842
| | | | | | | | | | | | | | Samba. This fixes things like not doing *SMBSERVER etc. Andrew Bartlett (This used to be commit 8863ff863c1da42aa6b8718f315c608d9d9067c6)
| * FIXME about crash on failure case.Martin Pool2003-03-061-2/+5
| | | | | | | | (This used to be commit a387c4209735f8e4c826cad7cb10c5349b2041ec)
| * Add *SMBSERVER fallback code to smbtorture ...Richard Sharpe2003-03-051-3/+17
| | | | | | | | (This used to be commit 460339db2246b0213252ee34f507eb8e55ecbecb)
| * Add code to allow us to specify the port to connect on when performingRichard Sharpe2003-03-051-6/+14
| | | | | | | | | | a test ... (This used to be commit 1128a2fb4c16681e669efe605ff7d7161a2f7acd)
| * Add simple test harness that exposes StrCaseCmp for testing.Martin Pool2003-02-281-0/+20
| | | | | | | | (This used to be commit ab77beca041595bc3bd70de3a6e1b49159a4964b)
| * More const fixes and flow on fixes from yesterday's const-fest.Tim Potter2003-02-252-2/+2
| | | | | | | | (This used to be commit 018733eedd7897e6811e8461c07e3acf418c0e09)
| * Add staticAndrew Bartlett2003-02-221-1/+1
| | | | | | | | (This used to be commit d0365f20c242bcfc4f5d8286c6c5654e310a9d45)
| * New locktest7 code based on patch from "Srikanta Shivanna" ↵Jeremy Allison2003-02-221-0/+134
| | | | | | | | | | | | | | <sshivanna@pillardata.com> Jeremy. (This used to be commit caf298c3808cbdd683e884b32b7a0538505a3066)
| * correct init for vfs.conn, thanks StefanSimo Sorce2003-02-191-1/+2
| | | | | | | | (This used to be commit 162683d2b5c15016fe1423876589573b48b9f5a6)
| * Add -V option (to print out version) to utilities where possibleJelmer Vernooij2003-02-182-0/+2
| | | | | | | | | | (pdbedit already has a -V option..) (This used to be commit 5de622968d95c1436dbd34edc8d0a9bbff68916b)
| * Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enableAndrew Bartlett2003-02-152-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | users w/o full administrative access on computer accounts to join a computer into AD domain. The patch and detailed changelog is available at: http://www.itcollege.ee/~aandreim/samba This is a list of changes in general: 1. When creating machine account do not fail if SD cannot be changed. setting SD is not mandatory and join will work perfectly without it. 2. Implement KPASSWD CHANGEPW protocol for changing trust password so machine account does not need to have reset password right for itself. 3. Command line utilities no longer interfere with user's existing kerberos ticket cache. 4. Command line utilities can do kerberos authentication even if username is specified (-U). Initial TGT will be requested in this case. I've modified the patch to share the kinit code, rather than copying it, and updated it to current CVS. The other change included in the original patch (local realms) has been left out for now. Andrew Bartlett (This used to be commit ce52f1c2ed4d3ddafe8ae6258c90b90fa434fe43)
| * Fixup delete on close torture.Jeremy Allison2003-02-111-10/+4
| | | | | | | | | | Jeremy. (This used to be commit b031e81f4f4d5dc10e792c216d269b49569f5af9)
| * Samba janitors: applying mbp's redundant umask fix.Jeremy Allison2003-02-071-4/+0
| | | | | | | | | | Jeremy. (This used to be commit 45d4e58ca5da1c01f135470257bb17a5257e6fb2)
| * Got complete (I hope) coverage of the OPEN TRUNCATE ATTRIBUTES test.Jeremy Allison2003-02-031-122/+91
| | | | | | | | | | | | Now to make Samba pass it :-). Jeremy. (This used to be commit 510cd30a6ec72544d24b79c13fc8a7d1c9415757)
| * Added first part of attribute matrix tests. Not run and compiled in right now...Jeremy Allison2003-01-311-0/+101
| | | | | | | | | | Jeremy. (This used to be commit fdc14aa6f67b95350796cd1075a3910e3e5d84b6)
| * Fix a number of client-side fstring/pstring mixups.Andrew Bartlett2003-01-114-20/+20
| | | | | | | | | | Andrew Bartlett (This used to be commit fe1cc779d5ea77e87dbc0e2edf7c34a354fee6e0)