index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
locking
/
share_mode_lock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-07
s3:locking: make locking.tdb none readable for others
Ralph Wuerthner
1
-1
/
+1
2025-12-08
s3/locking: simplify reset_share_mode_entry()
Ralph Boehme
1
-12
/
+10
2025-10-10
smbd: use op->global->open_global_id for the share_mode_entry.share_file_id
Ralph Boehme
1
-1
/
+1
2025-04-09
smbd: convert all fsp->fh->private_options to fsp_flags
Ralph Boehme
1
-4
/
+3
2025-04-09
s3/locking: remove now unused private_options from share_mode_entry
Ralph Boehme
1
-3
/
+2
2025-04-09
s3/locking: store NTCREATEX_FLAG_DENY_[DOS|FCB] as share_entry_flags
Ralph Boehme
1
-0
/
+14
2025-04-09
s3/locking: store NTCREATEX_FLAG_STREAM_BASEOPEN as share_entry_flag
Ralph Boehme
1
-0
/
+10
2025-04-09
s3/locking: add and use fsp_[get|apply]_share_entry_flags()
Ralph Boehme
1
-2
/
+19
2025-04-09
smbd: rename SHARE_MODE_FLAG_POSIX_OPEN to SHARE_ENTRY_FLAG_POSIX_OPEN
Ralph Boehme
1
-1
/
+1
2025-04-02
s3/locking: add a comment to share_mode_data_ltdb_store()
Ralph Boehme
1
-0
/
+3
2025-04-02
s3/locking: add a comment to put_share_mode_lock_internal()
Ralph Boehme
1
-0
/
+3
2025-04-02
s3/locking: simplify get_static_share_mode_data_fn()
Ralph Boehme
1
-12
/
+10
2025-04-02
s3/locking: locking_tdb_data_get() -> locking_tdb_data_parse()
Ralph Boehme
1
-8
/
+11
2025-04-02
s3/locking: parse_share_modes() -> parse_share_mode_data()
Ralph Boehme
1
-6
/
+6
2025-03-27
smbd: implement modern write time update logic
Ralph Boehme
1
-64
/
+5
2024-11-05
s3/locking: pass file_id instead of lck to share_mode_watch_send()
Ralph Boehme
1
-3
/
+2
2024-11-05
s3/locking: add share_entry_forall_read() and share_entry_forall() varients
Ralph Boehme
1
-13
/
+66
2024-11-05
s3/locking: tweak share_entry_forall()
Ralph Boehme
1
-5
/
+26
2024-11-05
s3/locking: add share_mode_forall() and share_mode_forall_read() varients
Ralph Boehme
1
-8
/
+38
2024-11-05
s3/g_lock: add g_lock_locks() and g_lock_locks_read() varients
Ralph Boehme
1
-1
/
+1
2024-10-25
smbd: convert fsp->posix_flags to fsp->fsp_flags.posix_open
Ralph Boehme
1
-1
/
+1
2024-10-10
s3:smbd: allow reset_share_mode_entry() to handle more than one durable handle
Stefan Metzmacher
1
-22
/
+293
2023-04-24
s3:locking: fix debug level for NT_STATUS_NOT_FOUND messanges in get_static_s...
Stefan Metzmacher
1
-1
/
+1
2023-01-10
lib: Use tdb_data_dbg() where appropriate
Volker Lendecke
1
-1
/
+1
2022-12-19
smbd/locking: make use of the same tdb hash_size and flags for all SMB relate...
Stefan Metzmacher
1
-5
/
+2
2022-12-09
s3:locking: split out del_share_mode_open_id()
Stefan Metzmacher
1
-10
/
+24
2022-11-24
s3:locking: relax __SHARE_MODE_LOCK_SPACE check for 32bit platforms
Stefan Metzmacher
1
-1
/
+1
2022-09-20
s3:locking: remove unused get_share_mode_lock()
Stefan Metzmacher
1
-20
/
+10
2022-09-20
s3:locking: add share_mode_entry_prepare_{lock,unlock}() infrastructure
Stefan Metzmacher
1
-6
/
+261
2022-09-20
s3:locking: optimize share_mode_do_locked_vfs_denied() with g_lock_lock callback
Stefan Metzmacher
1
-46
/
+111
2022-09-20
s3:locking: add current_share_mode_glck helper functions
Stefan Metzmacher
1
-21
/
+99
2022-09-20
s3:g_lock: add callback function to g_lock_lock()
Stefan Metzmacher
1
-1
/
+2
2022-09-20
s3:locking: let _share_mode_do_locked_vfs_* use get/put_share_mode_lock_internal
Stefan Metzmacher
1
-16
/
+38
2022-09-20
s3:locking: split out put_share_mode_lock_internal()
Stefan Metzmacher
1
-4
/
+18
2022-09-20
s3:locking: split out get_share_mode_lock_internal()
Stefan Metzmacher
1
-20
/
+46
2022-09-20
s3:locking: remove static_share_mode_data_refcount
Stefan Metzmacher
1
-34
/
+13
2022-09-20
s3:locking: move from uint8_t share_mode_lock_key_data[] to struct file_id
Stefan Metzmacher
1
-8
/
+12
2022-09-20
s3:locking: add share_mode_set_{changed,old}_write_time() helpers
Stefan Metzmacher
1
-0
/
+37
2022-09-20
s3:locking: make 'struct share_mode_lock' private to share_mode_lock.c
Stefan Metzmacher
1
-10
/
+15
2022-09-20
s3:locking: make use of share_mode_lock_access_private_data() in reset_share_...
Stefan Metzmacher
1
-2
/
+14
2022-09-20
s3:locking: pass struct share_mode_data to share_mode_entry_do()
Stefan Metzmacher
1
-7
/
+51
2022-09-20
s3:locking: make use of share_mode_lock_access_private_data() in share_mode_f...
Stefan Metzmacher
1
-2
/
+14
2022-09-20
s3:locking: make use of share_mode_lock_file_id() in share_mode_watch_send()
Stefan Metzmacher
1
-1
/
+2
2022-09-20
s3:locking: add and use share_mode_lock_assert_private_data()
Stefan Metzmacher
1
-7
/
+38
2022-09-20
s3:locking: add share_mode_lock_file_id()
Stefan Metzmacher
1
-0
/
+9
2022-09-20
s3:locking: add share_mode_lock_access_private_data()
Stefan Metzmacher
1
-0
/
+12
2022-09-20
s3:locking: let share_mode_wakeup_waiters() use share_mode_do_locked_vfs_deni...
Stefan Metzmacher
1
-101
/
+5
2022-09-20
s3:locking: make share_mode_do_locked() static
Stefan Metzmacher
1
-1
/
+1
2022-09-20
s3:locking: add share_mode_do_locked_vfs_{denied,allowed}()
Stefan Metzmacher
1
-0
/
+77
2022-09-20
s3:locking: just use g_lock_dump() for fsp_update_share_mode_flags()
Stefan Metzmacher
1
-10
/
+47
[next]