summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.14.7 release.samba-4.14.7Jule Anger2021-08-241-1/+1
* WHATSNEW: Add release notes for samba 4.14.7Jule Anger2021-08-241-4/+59
* vfs_shadow_copy2: ensure we call convert_sbuf() in shadow_copy2_*stat() on al...Ralph Boehme2021-08-172-43/+138
* vfs_streams_xattr: ensure fstat calls NEXT fstatRalph Boehme2021-08-171-20/+7
* selftest: add a test for shadow:fixinodesRalph Boehme2021-08-172-0/+27
* selftest: simplify snapshot directory creation in test_shadow_copy_torture.shRalph Boehme2021-08-171-2/+1
* selftest: enable "shadow:fixinodes" in "shadow_write" shareRalph Boehme2021-08-171-0/+1
* selftest: pass smbclient arg to samba3.blackbox.shadow_copy_torture testRalph Boehme2021-08-172-2/+3
* smbd: update smb_fname statinfo from fspRalph Boehme2021-08-171-0/+7
* smbd: canonicalize SMB_VFS_FSTAT() stat bufferRalph Boehme2021-08-171-2/+2
* smbd: return correct timestamps for quota fake fileRalph Boehme2021-08-172-2/+5
* smbd: handle fake file handles in fdos_mode()Ralph Boehme2021-08-171-0/+5
* smbd: add dosmode_from_fake_filehandle()Ralph Boehme2021-08-172-0/+16
* smbtorture: verify attributes on fake quota file handleRalph Boehme2021-08-173-0/+66
* s3: smbd: For FSCTL calls that go async, add the outstanding tevent_reqs to t...Jeremy Allison2021-08-171-0/+15
* s3:libsmb: close the temporary IPC$ connection in cli_full_connection()Stefan Metzmacher2021-08-131-2/+37
* s3:libsmb: start encryption as soon as possible after the session setupStefan Metzmacher2021-08-131-16/+40
* wscript: fix installing pre-commit with 'git worktree'Stefan Metzmacher2021-08-121-5/+15
* script/bisect-test.py: add support git worktreeStefan Metzmacher2021-08-121-1/+1
* wafsamba: add support git worktree to vcs_dir_contents()Stefan Metzmacher2021-08-121-1/+1
* libcli/smb: allow unexpected padding in SMB2 READ responsesStefan Metzmacher2021-08-122-5/+18
* libcli/smb: make smb2cli_ioctl_parse_buffer() available as smb2cli_parse_dyn_...Stefan Metzmacher2021-08-123-107/+116
* s3:smbd: implement FSCTL_SMBTORTURE_GLOBAL_READ_RESPONSE_BODY_PADDING8Stefan Metzmacher2021-08-124-1/+24
* s3:smbd: introduce a body_size variable in smbd_smb2_request_read_doneStefan Metzmacher2021-08-121-2/+4
* s4:torture/smb2: add smb2.read.bug14607 testStefan Metzmacher2021-08-122-0/+138
* dosmode: retry reading dos attributes as root for unreadable filesBjörn Jacke2021-08-111-0/+13
* vfs: Fix the FreeBSD buildVolker Lendecke2021-08-111-5/+9
* vfs_default: use fsp_get_io_fd() for copy_file_range()Ralph Boehme2021-08-111-2/+2
* vfs_default: use copy_file_range()Ralph Boehme2021-08-111-0/+134
* smbd: use sys_io_ranges_overlap() in fsctl_dup_extents_check_overlap()Ralph Boehme2021-08-111-32/+6
* lib: add sys_io_ranges_overlap()Ralph Boehme2021-08-115-0/+145
* vfs_default: properly track written bytes for copy-chunkRalph Boehme2021-08-111-1/+3
* replace: copy_file_range()Ralph Boehme2021-08-113-1/+46
* s3: lib: sysacls: Fix argument numbers for sys_acl_set_fd() for untested OS b...David Gajewski2021-08-103-3/+5
* configure: Do not put arguments into double quotesAndreas Schneider2021-08-101-1/+1
* VERSION: Bump version up to 4.14.7...Karolin Seeger2021-07-131-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.14.6 release.samba-4.14.6Karolin Seeger2021-07-131-1/+1
* WHATSNEW: Add release notes for Samba 4.14.6.Karolin Seeger2021-07-131-2/+62
* smbXsrv_{open,session,tcon}: protect smbXsrv_{open,session,tcon}_global_trave...Stefan Metzmacher2021-07-123-0/+23
* gensec_krb5: restore ipv6 support for kpasswdStefan Metzmacher2021-07-121-2/+4
* netcmd: Use next_free_rid() function to calculate a SID for restoring a backupJoseph Sutton2021-07-122-44/+14
* python/tests/dsdb: Add tests for RID allocation functionsJoseph Sutton2021-07-121-1/+304
* dsdb: Add next_free_rid() function to allocate a RID without modifying the da...Joseph Sutton2021-07-121-0/+105
* netcmd: Add tests for performing an offline backup immediately after joining ...Joseph Sutton2021-07-123-8/+56
* netcmd: Ignore rIDUsedPool attribute in offline domain backup testJoseph Sutton2021-07-121-1/+1
* netcmd: Fix error-checking conditionJoseph Sutton2021-07-121-3/+4
* netcmd: Avoid database corruption by opting not to create database files duri...Joseph Sutton2021-07-121-9/+16
* netcmd: Determine which files are to be copied for an offline domain backupJoseph Sutton2021-07-122-5/+16
* netcmd: Add test for an offline backup of nested directoriesJoseph Sutton2021-07-122-0/+32
* netcmd: Add test for an offline backup of a directory containing hardlinksJoseph Sutton2021-07-122-19/+56