summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/dir.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-29s4:smbtorture: Fix samba3.smb.dir on btrfsAndreas Schneider1-1/+56
2023-08-14s4:torture:smb2: Fix code spellingAndreas Schneider1-1/+1
2022-12-13s4/torture/smb2: avoid possibly closing undefined handleDouglas Bagnall1-2/+2
2022-12-09torture: add another large directory enumeration performance testRalph Boehme1-0/+174
2022-12-09torture: print duration of smb2.dir.test_large_filesRalph Boehme1-0/+9
2022-12-09torture: increase find buffer to 1 MB in multiple_smb2_search()Ralph Boehme1-1/+1
2021-08-06lib;smbd: Fix the -Os build by initializing variablesVolker Lendecke1-2/+2
2019-01-28s4:torture: Use C99 initializers for level in smb2 dir testAndreas Schneider1-24/+48
2017-05-05s4: torture: Add a TALLOC_CTX * to torture_smb2_dir_init().Jeremy Allison1-2/+2
2017-03-23CVE-2017-2619: s4/torture: add SMB2_FIND tests with SMB2_CONTINUE_FLAG_REOPEN...Ralph Boehme1-2/+10
2016-10-20torture: Fix uninitialized variablesVolker Lendecke1-2/+3
2016-09-07s4:torture:smb2 prefer torture_comment() to printf().Günther Deschner1-2/+2
2015-09-25s4: torture: Fix directory test against a server that actually uses index ret...Jeremy Allison1-0/+28
2015-03-20s4:torture/smb2: avoid compiler warningsStefan Metzmacher1-11/+15
2014-09-08torture: Correctly initialize array sizeVolker Lendecke1-2/+2
2014-05-23torture/smb2/dir: check create time match findDavid Disseldorp1-4/+16
2013-02-22torture: Make sure we don't overrun the buffer.Andreas Schneider1-1/+1
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-10/+10
2010-04-11subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij1-1/+1
2010-02-13s4-torture: use TYPESAFE_QSORT() in smbtortureAndrew Tridgell1-2/+2
2010-02-08s4-torture: more useful error message in SMB2-DIRAndrew Tridgell1-2/+2
2010-02-02Change uint_t to unsigned int in source4Matt Kraai1-7/+7
2009-10-02s4: fix various warnings (not "const" related ones)Matthias Dieter Wallnöfer1-3/+3
2009-09-08s4/torture/smb2: Fix several small bugs and style issues in SMB2 dir testsSteven Danneman1-136/+152
2009-09-08s4: 'index' is a libc functionAndrew Tridgell1-2/+2
2009-07-15torture/smb2: add missing new line to the new SMB2-DIR.FILE-INDEX testStefan Metzmacher1-1/+1
2009-07-15torture/smb2: fix crash bugs in the new SMB2-DIR testsStefan Metzmacher1-2/+2
2009-07-14torture/smb2: Adding SMB2 Directory enumeration torture tests.Aravind1-26/+1263
2007-12-21r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij1-1/+1
2007-10-10r25579: BOOL -> boolStefan Metzmacher1-6/+6
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r18808: added SMB2-MAXWRITE test and SMB2-DIR testsAndrew Tridgell1-0/+94