summaryrefslogtreecommitdiffstats
path: root/source4/torture/raw
Commit message (Expand)AuthorAgeFilesLines
* r2151: Added some more ad-hoc tests. Found bugs in Samba3 with these :-).Jeremy Allison2007-10-101-0/+78
* r2071: - change smbtorture to use the popt_common stuffStefan Metzmacher2007-10-101-1/+1
* r1996: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-102-8/+7
* r1820: added a strcmp_safe() that handles NULL pointers. Needed for theAndrew Tridgell2007-10-101-5/+5
* r1795: Fix the multiple session setup torture tests.Andrew Bartlett2007-10-101-1/+2
* r1769: Add a new torture test to check vuid properties, and SPNEGO/non-SPNEGO...Andrew Bartlett2007-10-101-3/+43
* r1740: fixed the torture suite for ASCII-only serversAndrew Tridgell2007-10-104-7/+7
* r1654: rename cli_ -> smbcli_Stefan Metzmacher2007-10-1019-430/+430
* r1632: in case of error don't send uninitialised fnums on the wireAndrew Tridgell2007-10-101-1/+1
* r1547: rename 'enum <bla>_level' -> 'enum smb_<bla>_level'Stefan Metzmacher2007-10-103-6/+6
* r1113: Test for wildcards in chkpath.Jeremy Allison2007-10-101-0/+5
* r1098: Extended raw chkpath to catch regressions.Jeremy Allison2007-10-101-0/+40
* r962: convert 'unsigned' and 'unsigned int' to uint_tStefan Metzmacher2007-10-103-27/+27
* r946: Updated attribute only oplock tester to cover more cases.Jeremy Allison2007-10-101-5/+37
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-1/+1
* r890: convert samba4 to use [u]int8_t instead of [u]int8Stefan Metzmacher2007-10-101-2/+2
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-103-6/+6
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-104-8/+8
* r873: converted samba4 to use real 64 bit integers instead ofAndrew Tridgell2007-10-107-44/+40
* r865: Regression test for attribute-only opens not causing an oplock break.Jeremy Allison2007-10-101-0/+29
* r741: Test from Volker in RAW-OPEN for truncating a file containing locks.Jeremy Allison2007-10-101-0/+77
* r336: added a -X command line option to smbtorture to enable dangerous orAndrew Tridgell2007-10-101-0/+5
* r204: Turns out that the string in the SEARCH unix_info level is thatJeremy Allison2007-10-101-0/+14
* r203: Added size and alloc size tests to UNIX info level.Jeremy Allison2007-10-101-0/+2
* r184: Fix UNIX Search info level. This still needs to be added to the rawJeremy Allison2007-10-101-2/+4
* r152: a quick airport commit ....Andrew Tridgell2007-10-105-9/+9
* Added one more test for "dirname\."Jeremy Allison2004-04-021-0/+5
* fixed the handling of level II oplocks in samba4, especially whenAndrew Tridgell2004-03-251-1/+1
* Convert libcli routines to return NTSTATUS instead of BOOL. Again, theTim Potter2004-02-1013-32/+32
* Convert libcli routines to use cli_tree instead of cli_state. PortTim Potter2004-02-0818-332/+332
* cope with a wider range of broken servers in the RAW-QFILEINFO testAndrew Tridgell2004-01-211-8/+10
* * patch based on work by Jim Myers to unify the ioctl handling to beAndrew Tridgell2003-12-042-16/+19
* allow qfsinfo to continue with just 10 levels supported in the serverAndrew Tridgell2003-11-061-1/+1
* fixed snprintf.c for systems that have only some of the *printf() family of f...Andrew Tridgell2003-10-101-3/+3
* thanks to ntfsd and some google searches I worked out what the unknownAndrew Tridgell2003-09-023-32/+57
* I think I've finally got the ascii/unicode issues right in trans2 findAndrew Tridgell2003-08-312-13/+76
* expanded the RAW-READ test to make it clearer that all locks conflictAndrew Tridgell2003-08-291-1/+7
* fix a segv when server doesn't support ATTRIBUTE_TAG_INFORMATIONAndrew Tridgell2003-08-231-1/+3
* more fixes from the IRIX compiler (thanks herb!)Andrew Tridgell2003-08-152-3/+7
* a few build fixes to try to get irix buildingAndrew Tridgell2003-08-151-0/+2
* don't give detailed errors for levels that failAndrew Tridgell2003-08-151-1/+2
* test resume by name before resume by flagsAndrew Tridgell2003-08-151-1/+1
* Print out position info, ensure NT_RENAME info level only worksJeremy Allison2003-08-152-0/+7
* Extended seek tests to check position information.Jeremy Allison2003-08-141-0/+30
* added the ancient SMBcreate operation to the testsuite and client libAndrew Tridgell2003-08-141-0/+59
* added read/write seek testingAndrew Tridgell2003-08-141-1/+25
* - added test for position_information via pathsAndrew Tridgell2003-08-131-0/+20
* - expanded the ntrename testAndrew Tridgell2003-08-132-5/+81
* - added SMBntrename test suiteAndrew Tridgell2003-08-132-12/+197