summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* selftest: be less confident in commending st/summaryDouglas Bagnall2022-12-011-2/+2
* lib/compression: add test scripts READMEDouglas Bagnall2022-12-011-0/+19
* lib/compression: test util to generate fuzzing seedsDouglas Bagnall2022-12-011-0/+45
* lib/compression: Windows utility to generate test vectorsDouglas Bagnall2022-12-011-0/+206
* lib/compression: script to test 3 byte hashDouglas Bagnall2022-12-012-0/+50
* lib/compression: helper script to make unbalanced dataDouglas Bagnall2022-12-011-0/+185
* lib/compression: add a debug script to describe headersDouglas Bagnall2022-12-011-0/+54
* fuzz: add fuzz_lzxpress_huffman_round_tripDouglas Bagnall2022-12-012-0/+73
* fuzz: add fuzz_lzxpress_huffman_compressDouglas Bagnall2022-12-012-0/+63
* fuzz: add fuzz_lzxpress_huffman_decompressDouglas Bagnall2022-12-012-0/+53
* lib/compression/tests: add lzhuffman timer functionsDouglas Bagnall2022-12-011-5/+36
* lib/compression: debug routines for lzxpress-huffmanDouglas Bagnall2022-12-011-1/+249
* lib/compression/lzhuff: add debug flag to skip LZ77Douglas Bagnall2022-12-011-1/+10
* lib/compression: LZ77 + Huffman compressionDouglas Bagnall2022-12-013-0/+1861
* lib/compression: add LZ77 + Huffman decompressionDouglas Bagnall2022-12-015-3/+1221
* testdata: add test vectors for LZ77+Huffman [de-]compressionDouglas Bagnall2022-12-01162-0/+17592
* test/source_chars: ignore testdata/compressionDouglas Bagnall2022-12-011-0/+1
* lib/compression: move lzxpress_plain test into tests/Douglas Bagnall2022-12-012-1/+2
* fuzz: add fuzzers for stable_sortDouglas Bagnall2022-12-013-0/+167
* util: add stable sort functionsDouglas Bagnall2022-12-015-0/+628
* s3: smbd: Fix schedule_smb2_aio_read() to allow the last read in a compound t...Jeremy Allison2022-12-012-2/+10
* s3: smbd: Fix schedule_aio_smb2_write() to allow the last write in a compound...Jeremy Allison2022-12-012-2/+10
* s4: torture: Add compound_async.read_read test to show we don't go async on t...Jeremy Allison2022-12-012-0/+108
* s4: torture: Add compound_async.write_write test to show we don't go async on...Jeremy Allison2022-12-012-0/+105
* s4: torture: Tweak the compound padding streamfile test to send 3 reads inste...Jeremy Allison2022-12-011-1/+22
* s4: torture: Tweak the compound padding basefile test to send 3 reads instead...Jeremy Allison2022-12-011-1/+23
* s3: tests: Change smb2.compound_async to run against share aio_delay_inject i...Jeremy Allison2022-12-011-1/+1
* s4:torture: Fix segfault in multichannel testAndreas Schneider2022-12-011-2/+1
* smbd: Allow POSIX getinfo levels for smb3 unix extensionsVolker Lendecke2022-11-291-3/+14
* s3: Test that store_smb2_posix_info hides info for '..'David Mulder2022-11-292-5/+25
* s3: smbd: store_smb2_posix_info hide info for '..'David Mulder2022-11-292-4/+16
* smbd: Implement SMB2_FS_POSIX_INFORMATION_INTERNALDavid Mulder2022-11-292-1/+20
* tests/s3: Test file/dir permissions with SMB3 posixDavid Mulder2022-11-292-1/+113
* tests/s3: Test case sensitive open with SMB3 posixDavid Mulder2022-11-292-0/+38
* tests/s3: Test delete on close with SMB3 posixDavid Mulder2022-11-291-0/+22
* libcli: Add client support for SMB2_FILE_POSIX_INFORMATIONDavid Mulder2022-11-292-5/+123
* tests/s3: Test reserved chars in posix filenameDavid Mulder2022-11-292-0/+30
* smbd: Implement SMB2_FILE_POSIX_INFORMATION in smbd_marshall_dir_entryDavid Mulder2022-11-291-0/+66
* tests/s3: Test SMB2_FIND_POSIX_INFORMATION dir queryDavid Mulder2022-11-293-0/+63
* libsmb: Allow listing with posix contextDavid Mulder2022-11-295-13/+44
* libsmb: Make info_level configurable in dir listingDavid Mulder2022-11-294-11/+33
* smbd: Plumb SMB2_FIND_POSIX_INFORMATION through the directory reading code.Jeremy Allison2022-11-291-0/+7
* s3: smbd: Add SMB2_FILE_POSIX_INFORMATION getinfo info level (100 on the wire).Jeremy Allison2022-11-293-2/+60
* smbd: reject FILE_ATTRIBUTE_TEMPORARY on directoriesRalph Boehme2022-11-282-1/+7
* torture: add a test trying to set FILE_ATTRIBUTE_TEMPORARY on a directoryRalph Boehme2022-11-283-0/+49
* vfs: fix the build of nfs4acl_xattr_ without rpc/xdr.h supportStefan Metzmacher2022-11-252-1/+2
* net: use correct printf format, fi3_id is an uint32_tRalph Boehme2022-11-241-1/+1
* gitlab-ci: do some basic testing on ubuntu1804-32bitStefan Metzmacher2022-11-2413-2/+531
* selftest: add --default-ldb-backend optionStefan Metzmacher2022-11-243-10/+15
* selftest: samba-ktest-mit also needs $ENV{KRB5RCACHETYPE} = "none"Stefan Metzmacher2022-11-241-2/+5