summaryrefslogtreecommitdiffstats
path: root/source3/torture
Commit message (Collapse)AuthorAgeFilesLines
...
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-272-161/+145
| | | | | | | | | | | | | | | | | major changes include: - added NSTATUS type - added automatic mapping between dos and nt error codes - changed all ERROR() calls to ERROR_DOS() and many to ERROR_NT() these calls auto-translate to the client error code system - got rid of the cached error code and the writebmpx code We eventually will need to also: - get rid of BOOL, so we don't lose error info - replace all ERROR_DOS() calls with ERROR_NT() calls but that is too much for one night (This used to be commit 83d9896c1ea8be796192b51a4678c2a3b87f7518)
* fixed handling of 139/445 in clientsAndrew Tridgell2001-08-243-6/+3
| | | | (This used to be commit 22b372f8a7996a19bebb8cdb411df999cffa32a4)
* tests for 0 length locksAndrew Tridgell2001-08-241-15/+28
| | | | (This used to be commit 8fbd1d0f978a349ec4fcc0d34fca55314d3dec31)
* allow for 0 range locks in locktestAndrew Tridgell2001-08-241-1/+1
| | | | (This used to be commit c3b2d959a7461cf6f9574716c8a7b915c078b311)
* more minor torture updatesAndrew Tridgell2001-08-232-4/+15
| | | | (This used to be commit 6513b94d19adab8f94bbd8044338658242188e7a)
* the beginnings of a TRANS2 scannerAndrew Tridgell2001-08-231-0/+66
| | | | (This used to be commit 9c483987a5d136bf23018ade6ceecf603f8f1614)
* minor bug fixes to smbtortureAndrew Tridgell2001-08-221-3/+5
| | | | (This used to be commit 7724243fe71dbf0783ea6e081e40d6916ac45c0d)
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-202-38/+47
| | | | | | | in particular: - fixed NT status code for a bunch of ops - fixed handling of protocol levels in ms_fnmatch (This used to be commit 3eba9606f71f90bfd9820af26f8676277ed22390)
* Converted to new error API.Tim Potter2001-08-131-28/+32
| | | | | | | Now that we support NT errors from the client, appropriate values will need to be filled in for the various invocations of check_error() within the torture code. (This used to be commit 577f6065f6c6b0cfbd7f8cfd11d28a0962a6d221)
* Update smbtorture in line with SAMBA_2_2Andrew Bartlett2001-07-071-5/+34
| | | | | Andrew Bartlett (This used to be commit dc588ee87ae16e207324d42f926d7889b70362de)
* fixed compilation of masktest on AIXAndrew Tridgell2001-07-051-7/+7
| | | | (This used to be commit 832a91bbe643ba816407965863b8fa3bb5b8730c)
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ↵Andrew Tridgell2001-07-045-13/+13
| | | | | | can't redefine them. damn. (This used to be commit c41fc06376d1a2b83690612304e85010b5e5f3cf)
* The big character set handling changeover!Andrew Tridgell2001-07-046-17/+0
| | | | | | | | This commit gets rid of all our old codepage handling and replaces it with iconv. All internal strings in Samba are now in "unix" charset, which may be multi-byte. See internals.doc and my posting to samba-technical for a more complete explanation. (This used to be commit debb471267960e56005a741817ebd227ecfc512a)
* See if we can stick to slightly valid C..Andrew Bartlett2001-07-031-2/+8
| | | | | | | (With thanks to tpot) Andrew Bartlett (This used to be commit e77cfe1379d92d2be4e2895454e14d11311a913d)
* Not all OSs have setbuffer, so we better check for it.Andrew Bartlett2001-07-021-0/+2
| | | | | Andrew Bartlett (This used to be commit aa5708de69a71e6b41a12f63550fae94f2481742)
* Make smbtorture return status values for use in the build_farm tests.Andrew Bartlett2001-07-021-469/+733
| | | | | | | This should not have changed behaviour, and it has been tested. Andrew Bartlett (This used to be commit a73aefef09804bf95eec1449f75adc5ff5e032d0)
* Ensure we return correct error on trying to unlock a region not locked.Jeremy Allison2001-06-301-1/+9
| | | | | Jeremy. (This used to be commit 015a077acc49e59179dc10256fd32166ee4623e2)
* Extra debug in open.c, fix for bad debug message in reply.cJeremy Allison2001-06-191-0/+2
| | | | | Jeremy. (This used to be commit 2c2fc8513699eb39721ac1d65fa1fdaecde526a8)
* added a torture target for building all torture progs. Fixed a typo in locktestAndrew Tridgell2001-06-191-1/+1
| | | | (This used to be commit fd0d729ce0d9a057e867001c2ea52c8599713b28)
* moved all our torture code to a separate directoryAndrew Tridgell2001-06-197-0/+5662
(This used to be commit dd12c47645e2d0e832bc555492a6a8725a4495ee)