summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.9.2 release.samba-4.9.2Karolin Seeger2018-11-081-1/+1
* WHATSNEW: Add release notes for Samba 4.9.2.Karolin Seeger2018-11-081-2/+96
* selftest: Run smb2.delete-on-close-perms also with "delete readonly = yes"Christof Schmitt2018-11-071-0/+4
* selftest: Add share to test "delete readonly" optionChristof Schmitt2018-11-071-0/+4
* smbd: Fix DELETE_ON_CLOSE behaviour on files with READ_ONLY attributeChristof Schmitt2018-11-072-10/+22
* smbtorture: Add test for DELETE_ON_CLOSE on files with READ_ONLY attributeChristof Schmitt2018-11-072-0/+121
* torture: Fix the clang buildVolker Lendecke2018-11-061-1/+1
* vfs_fruit: let fruit_open_meta() with O_CREAT return a fake-fdRalph Boehme2018-11-062-96/+72
* vfs_fruit: don't check for delete-on-close on the FinderInfo streamRalph Boehme2018-11-061-72/+1
* vfs_fruit: let fruit_pwrite_meta_stream also ftruncate empty FinderInfoRalph Boehme2018-11-061-12/+18
* vfs_fruit: pass stream size to delete_invalid_meta_stream()Ralph Boehme2018-11-061-3/+12
* vfs_fruit: let fruit handle all aio on the FinderInfo metadata streamRalph Boehme2018-11-061-3/+1
* vfs_fruit: do ino calculationRalph Boehme2018-11-061-2/+48
* vfs_fruit: prepare fruit_pread_meta() for reading on fake-fdRalph Boehme2018-11-061-2/+20
* vfs_fruit: prepare fruit_pwrite_meta() for on-demand opening and writingRalph Boehme2018-11-061-0/+34
* vfs_fruit: prepare struct fio for fake-fd and on-demand openingRalph Boehme2018-11-061-0/+11
* vfs_fruit: add fio->createdRalph Boehme2018-11-061-0/+9
* vfs_fruit: remove resource fork special casingRalph Boehme2018-11-061-8/+0
* vfs_fruit: add some debugging of dev/inoRalph Boehme2018-11-061-2/+11
* s4:torture/vfs/fruit: add test "empty_stream"Ralph Boehme2018-11-062-2/+614
* s4:torture/vfs/fruit: add check_stream_list_handle()Ralph Boehme2018-11-061-0/+62
* s4:torture/util: add torture_smb2_open()Ralph Boehme2018-11-061-0/+30
* vfs_fruit: filter empty streamsRalph Boehme2018-11-062-9/+38
* vfs_fruit: use check on global_fruit_config.nego_aapl for macOS specific beha...Ralph Boehme2018-11-061-1/+2
* s4:torture/vfs/fruit: enable AAPL extensions in a bunch of testsRalph Boehme2018-11-061-0/+12
* vfs_fruit: don't unlink 0-byte size truncated streamsRalph Boehme2018-11-061-7/+0
* s4:torture/vfs/fruit: write some data to a just created teststreamRalph Boehme2018-11-061-0/+5
* s4:torture/vfs/fruit: expand test "setinfo eof stream"Ralph Boehme2018-11-062-0/+64
* vfs_fruit: update handling of read-only creation of resource forkRalph Boehme2018-11-062-23/+3
* s4:torture/vfs/fruit: update test "creating rsrc with read-only access" for n...Ralph Boehme2018-11-062-27/+4
* s4:torture/vfs/fruit: expand existing vfs_test "null afpinfo"Ralph Boehme2018-11-061-0/+16
* s4:torture/vfs/fruit: expand existing test "setinfo delete-on-close AFP_AfpIn...Ralph Boehme2018-11-061-0/+17
* s4:torture/vfs/fruit: update test "read open rsrc after rename" to work with ...Ralph Boehme2018-11-061-2/+15
* s4:torture/vfs/fruit: ensure a directory handle is closed in all code pathsRalph Boehme2018-11-061-7/+4
* s4:torture/vfs/fruit: update test "stream names" to work with macOSRalph Boehme2018-11-061-0/+8
* s4:torture/vfs/fruit: update test "SMB2/CREATE context AAPL" to work against ...Ralph Boehme2018-11-061-1/+5
* s4:torture/vfs/fruit: set share_access to NTCREATEX_SHARE_ACCESS_MASK in chec...Ralph Boehme2018-11-061-0/+1
* s4:torture/vfs/fruit: fix a few error checks in "delete AFP_AfpInfo by writin...Ralph Boehme2018-11-061-4/+4
* s4:torture/vfs/fruit: skip a few tests when running against a macOS SMB serverRalph Boehme2018-11-061-0/+15
* vfs_streams_xattr: fix open implementationRalph Boehme2018-11-061-26/+38
* ctdb-recovery: Ban a node that causes recovery failureMartin Schwenke2018-11-061-15/+31
* s3:smbd: remove now unused check if fsp is NULLRalph Boehme2018-11-061-16/+0
* s3:smbd: fix SMB2 aio cancellingRalph Boehme2018-11-062-5/+8
* s4:torture/smb2/read: add test for cancelling SMB aioRalph Boehme2018-11-066-0/+127
* vfs_delay_inject: implement pread_send and pwrite_sendRalph Boehme2018-11-061-0/+262
* s4:libcli/smb2: reapply request endtimeRalph Boehme2018-11-061-0/+17
* libcli: fill endtime if smbXcli_req_create() timeout is non-zeroRalph Boehme2018-11-061-8/+4
* libcli: add smbXcli_req_endtimeRalph Boehme2018-11-062-0/+11
* dsdb group audit tests: log_membership_changes extra testsGary Lockyer2018-11-051-27/+361
* dsdb group audit tests: check_version improve diagnosticsGary Lockyer2018-11-051-7/+53