summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.17.0rc3 release.samba-4.17.0rc3Jule Anger2022-08-231-1/+1
* WHATSNEW: Add release notes for Samba 4.17.0rc3.Jule Anger2022-08-231-1/+27
* smbd: directly pass fsp to SMB_VFS_FGETXATTR() in fget_ea_dos_attribute()Ralph Boehme2022-08-231-2/+2
* smbd: add and use vfs_fget_dos_attributes()Ralph Boehme2022-08-235-5/+44
* smbtorture: add test smb2.stream.attributes2Ralph Boehme2022-08-232-0/+356
* smbtorture: rename smb2.streams.attributes to smb2.streams.attributes1Ralph Boehme2022-08-232-5/+5
* vfs_default: assert all passed in fsp's and names are non-stream typeRalph Boehme2022-08-231-34/+58
* vfs_streams_xattr: restrict which fcntl's are allowed on streamsRalph Boehme2022-08-231-0/+33
* smbd: skip access checks for stat-opens on streams in open_file()Ralph Boehme2022-08-231-22/+29
* smbd: use metadata_fsp() in get_acl_group_bits()Ralph Boehme2022-08-231-1/+1
* smbd: ignore request to set the SPARSE attribute on streamsRalph Boehme2022-08-231-0/+13
* smbd: use metadata_fsp() with SMB_VFS_FSET_DOS_ATTRIBUTES()Ralph Boehme2022-08-231-3/+2
* smbd: use metadata_fsp() with SMB_VFS_FGET_DOS_ATTRIBUTES()Ralph Boehme2022-08-232-2/+4
* smbd: use metadata_fsp() with SMB_VFS_FSET_NT_ACL()Ralph Boehme2022-08-233-4/+10
* smbd: use metadata_fsp() with SMB_VFS_FGET_NT_ACL()Ralph Boehme2022-08-237-8/+7
* CI: add a test trying to delete a stream on a pathref ("stat open") handleRalph Boehme2022-08-234-0/+132
* vfs_xattr_tdb: add "xattr_tdb:ignore_user_xattr" optionRalph Boehme2022-08-231-1/+84
* vfs_xattr_tdb: add a module configRalph Boehme2022-08-231-97/+99
* vfs_xattr_tdb: move close_xattr_db()Ralph Boehme2022-08-231-10/+10
* smdb: use fsp_is_alternate_stream() in open_file()Ralph Boehme2022-08-231-2/+2
* waf: Fix SO version number of libsamba-errorsAndreas Schneider2022-08-231-1/+1
* WHATSNEW: document new volume serial number smb.conf parameterChristian Ambach2022-08-231-0/+1
* s3:smbd: let delay_for_oplock_fn() only call leases_db_get() onceStefan Metzmacher2022-08-231-2/+4
* s3:smbd: lease_match_break_fn() only needs leases_db_get() onceStefan Metzmacher2022-08-231-3/+3
* s3:smbd: inline fsp_lease_type_is_exclusive() logic into contend_level2_oploc...Stefan Metzmacher2022-08-233-19/+2
* s3:locking: move get_existing_share_mode_lock() to share_mode_lock.[ch]Stefan Metzmacher2022-08-235-13/+14
* s3:locking: pass lease_key explicitly to set_share_mode()Stefan Metzmacher2022-08-233-1/+11
* s3:smbd: only run validate_oplock_types() with smbd:validate_oplock_types = yesStefan Metzmacher2022-08-233-0/+15
* s3:g_lock: avoid useless talloc_array(0) in g_lock_dump()Stefan Metzmacher2022-08-231-6/+8
* s3:g_lock: add some const to the shared array passed via g_lock_dump*()Stefan Metzmacher2022-08-236-21/+21
* lib/util: add unlikely() to SMB_ASSERT()Stefan Metzmacher2022-08-231-1/+1
* s3: smbd: Plumb close_type parameter through close_file_in_loop(), file_close...Jeremy Allison2022-08-231-6/+9
* s3: smbd: Add "enum file_close_type close_type" parameter to file_close_conn().Jeremy Allison2022-08-233-3/+3
* s3: smbd: Add "enum file_close_type close_type" parameter to close_cnum().Jeremy Allison2022-08-233-4/+8
* s3/smbd: Use after free when iterating smbd_server_connection->connectionsJeremy Allison2022-08-231-11/+25
* s3/smbd: Use after free when iterating smbd_server_connection->connectionsJeremy Allison2022-08-231-0/+9
* s3:utils remove documentation of -l as alias for --longChristian Ambach2022-08-232-15/+15
* s3:smbd: only clear LEASE_READ if there's no read lease is leftStefan Metzmacher2022-08-232-7/+6
* s4:torture/smb2: add smb2.lease.v[1,2]_bug_15148Stefan Metzmacher2022-08-232-0/+210
* s3:smbd: share_mode_flags_set() takes SMB2_LEASE_* valuesStefan Metzmacher2022-08-232-2/+2
* libcli/smb: Set error status if 'iov' pointer is NULLJoseph Sutton2022-08-231-1/+5
* libcli/smb: Ensure we call tevent_req_nterror() on failureJoseph Sutton2022-08-231-1/+5
* VERSION: Bump version up to Samba 4.17.0rc3...Jule Anger2022-08-161-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.17.0rc2 release.samba-4.17.0rc2Jule Anger2022-08-161-1/+1
* WHATSNEW: Add release notes for Samba 4.17.0rc2.Jule Anger2022-08-161-1/+23
* WHATSNEW: SMB Server performance improvementsStefan Metzmacher2022-08-161-0/+21
* s3:vfs.h: add comment about VFS_OPEN_HOW_RESOLVE_NO_SYMLINKSStefan Metzmacher2022-08-161-0/+1
* s3: smbd: Add IS_VETO_PATH checks to openat_pathref_fsp_case_insensitive().Jeremy Allison2022-08-162-1/+20
* s3: smbd: Add IS_VETO_PATH check to openat_pathref_dirfsp_nosymlink().Jeremy Allison2022-08-161-0/+18
* s3: tests: Add samba3.blackbox.test_veto_files.Jeremy Allison2022-08-164-0/+210