s3:utils: let smbstatus report anonymous signing/encryption explicitly
[samba.git] / source3 / locking / proto.h
2022-08-19 Stefan Metzmachers3:smbd: inline fsp_lease_type_is_exclusive() logic...
2022-08-19 Stefan Metzmachers3:locking: move get_existing_share_mode_lock() to...
2022-01-06 Jeremy Allisons3: smbd: Move implicit call to lp_posix_cifsu_locktype...
2020-11-10 Volker Lendeckesmbd: Give locking/share_mode_lock.c its own header...
2020-11-10 Volker Lendeckelocking: Remove an unused anonymous struct reference
2020-05-05 Volker Lendeckesmbd: Make share_mode_do_locked() use a const uint8_t *
2019-12-17 Volker Lendeckesmbd: Introduce share_mode_have_entries()
2019-12-17 Volker Lendeckesmbd: Add share_mode_count_entries()
2019-11-22 Volker Lendeckesmbd: Add share_mode_watch_send/recv
2019-11-13 Volker Lendeckesmbd: Make share_mode_do_locked() pass TDB_DATA instead...
2019-09-17 Volker Lendeckesmbd: Make remove_stale_share_mode_entries() static...
2019-09-17 Volker Lendeckesmbd: Pass share_mode_lock to remove_lease_if_stale()
2019-09-17 Volker Lendeckesmbd: Remove unused share_mode_stale_pid()
2019-09-17 Volker Lendeckesmbd: Add reset_share_mode_entry
2019-09-17 Volker Lendeckesmbd: Stop passing "share_mode_lock" via share_mode_for...
2019-09-17 Volker Lendeckesmbd: Add share_mode_forall_entries()
2019-09-17 Volker Lendeckesmbd: Add share_entry_stale_pid()
2019-09-17 Volker Lendeckesmbd: Let fsp_lease_type() look at leases.tdb
2019-09-17 Volker Lendeckesmbd: Make lease_type_is_exclusive() static
2019-09-09 Stefan Metzmachers3:locking: add brl_req_guid() and brl_req_mem_ctx...
2019-09-09 Stefan Metzmachers3:locking: add share_mode_wakeup_waiters() helper...
2019-09-09 Stefan Metzmachers3:locking: add/split out byte_range_{valid,overlap...
2019-08-06 Volker Lendeckesmbd: Factor out remove_lease_if_stale()
2019-08-06 Volker Lendeckesmbd: Slightly simplify set_share_mode()
2019-08-06 Volker Lendeckesmbd: Move fsp_client_guid() to locking/
2019-08-06 Volker Lendeckesmbd: Pass share_access/access_mask explicitly to set_s...
2019-07-08 Volker Lendeckesmbd: Make find_share_mode_entry() static to locking.c
2019-07-04 Volker Lendeckesmbd: Don't store num_read_oplocks in brlock.tdb
2019-07-04 Volker Lendeckesmbd: Add file_has_read_lease()
2019-07-04 Volker Lendeckesmbd: Add share_mode_do_locked()
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from locking_close_file()
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from do_unlock()
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from brl_close_fnum()
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from brl_unlock()
2019-07-02 Volker Lendeckevfs: Remove unused "msg_ctx" from SMB_VFS_BRL_UNLOCK_WI...
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from do_lock()
2019-07-02 Volker Lendeckesmbd: Remove unused "msg_ctx" from brl_lock()
2019-07-02 Volker Lendeckesmbd: Remove unused "blocking_lock" from brl_lock_windo...
2019-07-02 Volker Lendeckesmbd: brl_lock() never sees blocking locks anymore
2019-07-02 Volker Lendeckesmbd: do_lock() never sees blocking locks anymore
2019-07-02 Volker Lendeckesmbd: Make do_lock() return NTSTATUS
2019-06-20 Volker Lendeckevfs: Remove SMB_VFS_BRL_CANCEL_WINDOWS
2019-06-20 Volker Lendeckesmbd: Remove unused brlock code
2019-06-20 Volker Lendeckesmbd: Return "blocker_pid" from do_lock()
2019-06-20 Volker Lendeckesmbd: Add "blocker_pid" to brl_lock()
2019-04-14 Volker Lendeckesmbd: Add share_mode_forall_leases()
2019-04-14 Volker Lendeckesmbd: Don't pass lease_idx down to set_share_mode()
2018-10-02 Volker Lendeckesmbd: Move downgrade_share_lease() to smbd/oplock.c
2018-07-26 Volker Lendeckesmbd: Pass "share_mode_data" to share_entry_forall...
2018-05-30 Ralph Boehmes3:locking: add file_has_open_streams()
2018-02-12 Volker Lendeckesmbd: Pass in "file_id" into share_mode_str()
2018-02-12 Volker Lendeckesmbd: Pass "file_id" through share_entry_forall
2017-07-11 Ralph Boehmes3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LO...
2017-07-10 Ralph Boehmes3/vfs: remove SMB_VFS_STRICT_UNLOCK
2017-05-28 Ralph Boehmes3/locking: make find_share_mode_entry public
2017-05-06 Ralph Boehmes3/locking: helper functions for lease types
2017-05-06 Ralph Boehmes3/locking: add const to fsp_lease_type
2017-04-18 Ralph Boehmes3/locking: add fetch_share_mode_send/recv
2017-03-15 Jeremy Allisons3: locking: Move two leases functions into a new file.
2016-05-20 Jeremy Allisons3: locking: Add a const struct lock_context * paramter...
2016-05-20 Jeremy Allisons3: locking: Add some const.
2015-10-12 Ralph Boehmes3:smbstatus: add stream name to share_entry_forall()
2015-05-15 Richard SharpeConvert uint64 to uint64_t
2015-04-22 Volker Lendeckesmbd: Remove bool arg from set_delete_on_close_lck
2015-04-22 Volker Lendeckesmbd: Introduce reset_delete_on_close_lck
2014-12-04 Volker Lendeckes3:locking: add downgrade_share_lease() helper function
2014-12-04 Stefan Metzmachers3:open_files.idl: add data structures for SMB2.1 and...
2014-11-11 Volker Lendeckes3:locking: convert brl_have_read field to brl_num_read.
2014-10-31 Volker Lendeckes3:locking: allow early return for share_entry_forall()
2014-10-31 Volker Lendeckes3:locking: Introduce share_mode_forall
2014-10-31 Volker Lendeckes3:locking: Rename share_mode_forall->share_entry_forall
2014-08-22 Volker Lendeckebrlock: Do auto-cleanup at conflict time
2014-07-22 Volker Lendeckesmbd: Simplify brl_locktest
2014-07-04 Volker Lendeckesmbd: do_lock_cancel does not need "blr" anymore
2014-07-04 Volker Lendeckesmbd: brl_lock_cancel does not need "blr" anymore
2014-07-04 Volker Lendeckesmbd: do_lock does not need "blr" anymore
2014-07-04 Volker Lendeckesmbd: brl_lock does not need "blr" anymore
2014-03-21 Volker Lendeckesmbd: Explicitly pass "file_id" to rename_share_filename
2013-11-22 Volker Lendeckesmbd: Factor out get_share_mode_write_time of get_file_...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-15 Volker Lendeckesmbd: Factor out remove_stale_share_mode_entries
2013-10-14 Volker Lendeckesmbd: Put "have_read_oplocks" into brlock.tdb
2013-10-08 Volker Lendeckesmbd: Convert set_share_mode to return bool for success
2013-10-08 Volker Lendeckesmbd: Change parameter from unsigned to uint32_t
2013-09-11 Volker Lendeckesmbd: Add brl_fsp access function
2013-09-11 Volker Lendeckesmbd: Add brl_num_locks access function
2013-09-11 Volker Lendeckesmbd: Make brl_lock_failed static
2013-09-11 Volker Lendeckesmbd: Make brl_same_context static
2013-09-03 Volker Lendeckesmbd: Rename parameter "i" to "idx"
2013-04-26 Volker Lendeckesmbd: We don't use DEFERRED_OPEN_ENTRY anymore
2013-04-18 Gregor Becks3:locking: add function share_mode_cleanup_disconnected()
2013-04-18 Gregor Becks3:locking: no need to make a file_id passed by value...
2013-04-18 Gregor Becks3:locking:brlock: add function brl_cleanup_disconnected()
2012-09-08 Stefan Metzmachers3:locking: add brl_mark_disconnected() and brl_reconne...
2012-09-08 Stefan Metzmachers3:locking: add mark_share_mode_disconnected()
2012-06-22 Volker Lendeckes3: Make reduce_windows_lock_ref_count static
2012-05-25 Volker Lendeckes3: Add "share_mode_stale_pid"
2012-05-18 Volker Lendeckes3: Revert the serverid changes, they need more work
2012-05-17 Volker Lendeckes3: Add "share_mode_stale_server"
2012-04-04 Jeremy AllisonSecond part of bugfix for bug #8837 - smbd crashes...
next