winbindd: simplify an if condition in winbindd_dual_pam_auth
[samba.git] / source3 / locking /
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-18 Jeremy Allisons3: smbd: Fix open_files.idl to correctly ignore share_...
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: Update oplock optimization for the leases...
2017-03-15 Jeremy Allisons3: locking: Move two leases functions into a new file.
2017-01-22 Volker Lendeckes3/locking: Avoid a talloc for nonexisting fetch_share_...
2017-01-22 Volker Lendeckelib: Add lib/util/server_id.h
2016-08-08 Ralph Boehmesmbd: ignore ctdb tombstone records in fetch_share_mode...
2016-07-15 Volker Lendeckesmbd: Convert locking.tdb to new dbwrap_watch
2016-05-27 Hemanth ThummalaFix memory leak in share mode locking.
2016-05-20 Jeremy Allisons3: VFS: Map process-associated lock operation to open...
2016-05-20 Jeremy Allisons3: VFS: Add bool use_ofd_locks member to struct files_...
2016-05-20 Jeremy Allisons3: locking: Convert on the wire behavior of POSIX...
2016-05-20 Jeremy Allisons3: locking: Add a const struct lock_context * paramter...
2016-05-20 Jeremy Allisons3: locking: Add some const.
2016-05-20 Jeremy Allisons3: locking: Rename xxx_windows_lock_ref_count to xxx_l...
2015-12-01 Ralph Boehmes3:smbd: convert file_struct.posix_open to a bitmap...
2015-11-05 Noel Powerremove many valgrind errors for base.lock test
2015-10-12 Ralph Boehmes3:locking: initialize lease pointer in share_mode_trav...
2015-10-12 Ralph Boehmes3:smbstatus: add stream name to share_entry_forall()
2015-05-15 Richard SharpeConvert uint64 to uint64_t
2015-05-13 Richard SharpeConvert all uint32/16/8 to _t in source3/locking.
2015-04-28 Volker Lendeckelib: Remove server_id_str()
2015-04-28 Volker Lendeckelib: Remove procid_str_static
2015-04-22 Volker Lendeckesmbd: Cancel pending notifies if the directory goes...
2015-04-22 Volker Lendeckesmbd: Remove bool arg from set_delete_on_close_lck
2015-04-22 Volker Lendeckesmbd: Use reset_delete_on_close_lck directly
2015-04-22 Volker Lendeckesmbd: Introduce reset_delete_on_close_lck
2015-04-22 Volker Lendeckesmbd: Save a few lines of C :-)
2015-04-17 Jeremy Allisons3: locking: Add a memcache based lock cache.
2015-03-12 Christof Schmittbrlock: Use 0 instead of empty initializer list
2015-01-12 David Disseldorpleases_db: don't leak lock_path onto talloc tos
2015-01-11 Volker Lendeckesmbd: Fix a small leak on talloc_tos()
2015-01-11 Volker Lendeckesmbd: Fix an uninitialized variable read
2014-12-18 Stefan Metzmachers3:locking: fix uninitialiazed variable in brl_get_lock...
2014-12-09 Jeremy Allisons3:locking: Change the data model for leases_db to...
2014-12-09 Jeremy Allisons3:locking: pass down servicepath to leases_db_add()
2014-12-09 Jeremy Allisons3:locking: Add new utility function leases_db_copy_fil...
2014-12-09 Jeremy Allisons3:locking: pass servicename_new to leases_db_rename()
2014-12-05 Jeremy Allisons3: leases : Cope with renaming leased open files.
2014-12-05 Jeremy Allisons3: leases: Add leases_db_rename() to cope with renamin...
2014-12-04 Volker Lendeckes3:locking: add downgrade_share_lease() helper function
2014-12-04 Stefan Metzmachers3:locking: cleanup leases_db from share_mode_cleanup_d...
2014-12-04 Jeremy Allisons3:locking: ensure all share mode removal functions...
2014-12-04 Stefan Metzmachers3:open_files.idl: add data structures for SMB2.1 and...
2014-12-04 Volker Lendeckes3:locking: add leases_db infrastructure
2014-11-11 Volker Lendeckes3:locking: convert brl_have_read field to brl_num_read.
2014-11-03 David Disseldorpshare_mode_lock: don't leak lock_path onto talloc tos
2014-11-03 David Disseldorpbrlock: don't leak lock_path onto talloc tos
2014-10-31 Stefan Metzmachers3:locking: remove dead code from brl_get_locks_readonly()
2014-10-31 Volker Lendeckes3:locking: Change from ndr_pull_struct_blob() to ndr_p...
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: Remove validate_lock_entries
2014-08-22 Volker Lendeckebrlock: Do auto-cleanup at conflict time
2014-08-06 Volker Lendeckelocking: posix_lock_list does not use "fsp"
2014-08-05 Volker Lendeckelocking: Avoid a pointless cast
2014-07-22 Volker Lendeckesmbd: Simplify brl_locktest
2014-07-22 Volker Lendeckesmbd: Restructure brl_conflict_other
2014-07-22 Volker Lendeckesmbd: Fix indentation, {} and line length in brl_confli...
2014-07-22 Volker Lendeckesmbd: Rename lck2->rw_probe in brl_conflict_other
2014-07-22 Volker Lendeckesmbd: Rename lck1->lock in brl_conflict_other
2014-07-22 Volker Lendeckesmbd: Use a struct initializer brl_lock
2014-07-22 Volker Lendeckesmbd: Simplify strict_lock_default with early returns
2014-07-22 Volker Lendeckesmbd: Use %ju/uintmax_t in source3/locking
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: Remove unused blocking_lock_record* from VFS_BRL_...
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-07-04 Volker Lendeckesmbd: Remove unused blocking_lock_record* from VFS_BRL_...
2014-07-04 Volker Lendeckesmbd: Use brl_delete_lock_struct in brl_lock_cancel_default
2014-07-02 Jeremy Allisons3: smbd: Locking, fix off-by one calculation in brl_pe...
2014-06-30 Volker Lendeckesmbd: validate_lock_entries does not need mem_ctx anymore
2014-06-30 Volker Lendeckesmbd: Simplify validate_lock_entries
2014-06-30 Volker Lendeckesmbd: Factor out brl_delete_lock_struct
2014-06-30 Volker Lendeckesmbd: Simplify validate_lock_entries
2014-06-30 Volker Lendeckesmbstatus: Fix an uninitialized variable
2014-06-13 Ralph Boehmelocking: use correct conversion specifier for printing...
2014-05-02 Jeremy Allisons3 : smbd : Protect all possible code paths from fsp...
2014-03-21 Volker Lendeckesmbd: Remove unused "share_mode_data->id"
2014-03-21 Volker Lendeckesmbd: Keep "the_lock"s file id separately
2014-03-21 Volker Lendeckesmbd: Avoid checking the_lock->id for fresh locks
2014-03-21 Volker Lendeckesmbd: Explicitly pass "file_id" to rename_share_filename
2014-03-03 Volker Lendeckesmbd: Fix an uninitialized memory read
2014-02-27 Jeremy Allisons3: smbd: Ensure brl_get_locks_readonly() always return...
2014-02-07 Michael Adamdbwrap: add a dbwrap_flags argument to db_open()
2014-01-31 Garming Samparam: Complete the removal of the "open files database...
2014-01-30 Michael Adams3:brlock: fix a comment typo
2013-12-14 Volker Lendeckesmbd: Early exit
2013-12-14 Volker Lendeckesmbd: Simplify get_share_mode_lock a bit
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-11-11 Volker Lendeckesmbd: Fix CID 1035434 Same on both sides
2013-10-15 Volker Lendeckesmbd: Factor out remove_stale_share_mode_entries
next