summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/dir.c
Commit message (Expand)AuthorAgeFilesLines
* s4:torture: Use C99 initializers for level in smb2 dir testAndreas Schneider2019-01-281-24/+48
* s4: torture: Add a TALLOC_CTX * to torture_smb2_dir_init().Jeremy Allison2017-05-051-2/+2
* CVE-2017-2619: s4/torture: add SMB2_FIND tests with SMB2_CONTINUE_FLAG_REOPEN...Ralph Boehme2017-03-231-2/+10
* torture: Fix uninitialized variablesVolker Lendecke2016-10-201-2/+3
* s4:torture:smb2 prefer torture_comment() to printf().Günther Deschner2016-09-071-2/+2
* s4: torture: Fix directory test against a server that actually uses index ret...Jeremy Allison2015-09-251-0/+28
* s4:torture/smb2: avoid compiler warningsStefan Metzmacher2015-03-201-11/+15
* torture: Correctly initialize array sizeVolker Lendecke2014-09-081-2/+2
* torture/smb2/dir: check create time match findDavid Disseldorp2014-05-231-4/+16
* torture: Make sure we don't overrun the buffer.Andreas Schneider2013-02-221-1/+1
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-10/+10
* subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-111-1/+1
* s4-torture: use TYPESAFE_QSORT() in smbtortureAndrew Tridgell2010-02-131-2/+2
* s4-torture: more useful error message in SMB2-DIRAndrew Tridgell2010-02-081-2/+2
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-7/+7
* s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer2009-10-021-3/+3
* s4/torture/smb2: Fix several small bugs and style issues in SMB2 dir testsSteven Danneman2009-09-081-136/+152
* s4: 'index' is a libc functionAndrew Tridgell2009-09-081-2/+2
* torture/smb2: add missing new line to the new SMB2-DIR.FILE-INDEX testStefan Metzmacher2009-07-151-1/+1
* torture/smb2: fix crash bugs in the new SMB2-DIR testsStefan Metzmacher2009-07-151-2/+2
* torture/smb2: Adding SMB2 Directory enumeration torture tests.Aravind2009-07-141-26/+1263
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-1/+1
* r25579: BOOL -> boolStefan Metzmacher2007-10-101-6/+6
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r18808: added SMB2-MAXWRITE test and SMB2-DIR testsAndrew Tridgell2007-10-101-0/+94