summaryrefslogtreecommitdiff
path: root/source3/locking
AgeCommit message (Expand)AuthorFilesLines
2025-08-15s3/locking: fix checking for byterange locks when granting RH leaseRalph Boehme1-1/+14
2025-08-15s3/locking: modernize file_has_brlocks()Ralph Boehme1-2/+3
2025-08-15smbd: make file_has_brlocks() publicRalph Boehme2-0/+12
2025-06-14smbd: Fix whitespaceVolker Lendecke1-1/+1
2025-04-09smbd: convert all fsp->fh->private_options to fsp_flagsRalph Boehme1-4/+3
2025-04-09s3/locking: remove now unused private_options from share_mode_entryRalph Boehme2-5/+4
2025-04-09s3/locking: store NTCREATEX_FLAG_DENY_[DOS|FCB] as share_entry_flagsRalph Boehme1-0/+14
2025-04-09s3/locking: store NTCREATEX_FLAG_STREAM_BASEOPEN as share_entry_flagRalph Boehme2-2/+11
2025-04-09s3/locking: add and use fsp_[get|apply]_share_entry_flags()Ralph Boehme2-2/+22
2025-04-09smbd: rename SHARE_MODE_FLAG_POSIX_OPEN to SHARE_ENTRY_FLAG_POSIX_OPENRalph Boehme1-1/+1
2025-04-02s3/locking: add a comment to share_mode_data_ltdb_store()Ralph Boehme1-0/+3
2025-04-02s3/locking: add a comment to put_share_mode_lock_internal()Ralph Boehme1-0/+3
2025-04-02s3/locking: simplify get_static_share_mode_data_fn()Ralph Boehme1-12/+10
2025-04-02s3/locking: locking_tdb_data_get() -> locking_tdb_data_parse()Ralph Boehme1-8/+11
2025-04-02s3/locking: parse_share_modes() -> parse_share_mode_data()Ralph Boehme1-6/+6
2025-04-02smbd: use share_mode_do_locked_brl() in vfs_default_durable_reconnect()Ralph Boehme2-14/+4
2025-04-02smbd: use share_mode_do_locked_brl() in vfs_default_durable_disconnect()Ralph Boehme2-13/+10
2025-04-02smbd: use share_mode_do_locked_brl() in strict_lock_check_default()Ralph Boehme1-6/+37
2025-04-02smbd: check can_lock in strict_lock_check_default()Ralph Boehme1-1/+4
2025-04-02s3/locking: prepare brl_locktest() for upgradable read-only locksRalph Boehme3-5/+7
2025-04-02s3/brlock: remove brl_get_locks_for_locking()Stefan Metzmacher2-23/+0
2025-04-02smbd: use share_mode_do_locked_brl()Ralph Boehme2-86/+27
2025-04-02s3/locking: add brl_set_modified()Ralph Boehme2-0/+6
2025-04-02s3/brlock: don't increment current_lock_count if do_lock_fn() failedRalph Boehme1-9/+11
2025-04-02s3/brlock: add share_mode_do_locked_brl()Ralph Boehme2-0/+111
2025-04-02s3/brlock: add brl_req_set()Stefan Metzmacher2-0/+12
2025-04-02s3/brlock: split out brl_get_locks_readonly_parse()Stefan Metzmacher1-15/+28
2025-03-27smbd: implement modern write time update logicRalph Boehme4-224/+10
2025-03-07s3:locking: make sure brl_conflict_posix() is only called with 2 POSIX_LOCKSRalph Boehme1-5/+3
2025-03-07s3:locking: assert POSIX_LOCK in brl_[un]lock_posix()Ralph Boehme1-0/+4
2025-03-07s3:locking: init_strict_lock_struct() already calls lp_posix_cifsu_locktype()Stefan Metzmacher2-2/+0
2024-11-05s3/locking: return parent_lease_key from get_delete_on_close_token()Ralph Boehme2-2/+6
2024-11-05s3/locking: remember parent_lease_key that set delete-on-closeRalph Boehme1-3/+18
2024-11-05smbd: ndrprint lease value in leases_db_set_fn()Ralph Boehme1-0/+5
2024-11-05s3/locking: pass file_id instead of lck to share_mode_watch_send()Ralph Boehme2-4/+3
2024-11-05s3/locking: add share_entry_forall_read() and share_entry_forall() varientsRalph Boehme2-19/+76
2024-11-05s3/locking: tweak share_entry_forall()Ralph Boehme1-5/+26
2024-11-05s3/locking: add share_mode_forall() and share_mode_forall_read() varientsRalph Boehme2-9/+43
2024-11-05s3/g_lock: add g_lock_locks() and g_lock_locks_read() varientsRalph Boehme1-1/+1
2024-10-25smbd: convert fsp->posix_flags to fsp->fsp_flags.posix_openRalph Boehme1-1/+1
2024-10-10s3:smbd: allow reset_share_mode_entry() to handle more than one durable handleStefan Metzmacher1-22/+293
2024-08-27lib: Add libcli/util/ntstatus.h in a few headers where it's neededVolker Lendecke1-0/+1
2024-08-27smbd: Modernize a few DEBUGsVolker Lendecke1-15/+19
2024-05-22smbd: Use direct struct initializationVolker Lendecke1-8/+10
2024-05-22smbd: Remove the ZERO_ZERO defineVolker Lendecke1-88/+0
2024-05-22smbd: Fix whitespaceVolker Lendecke1-11/+11
2024-05-22smbd: Modernize a few DEBUGsVolker Lendecke1-12/+17
2024-05-15smbd: Modernize a few DEBUGsVolker Lendecke1-8/+11
2024-04-23s3:brlock: use NUMERIC_CMP in #ifdef-zeroed lock_compareDouglas Bagnall1-5/+2
2023-09-26libcli/security: Rename dup_nt_token() -> security_token_duplicate()Andrew Bartlett1-2/+2