smbd: Pass "share_mode_data" to share_entry_forall callback
[metze/samba/wip.git] / source3 / locking / share_mode_lock.c
2018-07-26 Volker Lendeckesmbd: Pass "share_mode_data" to share_entry_forall...
2018-02-12 Volker Lendeckesmbd: Pass "file_id" through share_entry_forall
2017-05-18 Jeremy Allisons3: smbd: Fix open_files.idl to correctly ignore share_...
2017-04-18 Ralph Boehmes3/locking: add fetch_share_mode_send/recv
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.
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-04-28 Volker Lendeckelib: Remove server_id_str()
2015-04-22 Volker Lendeckesmbd: Save a few lines of C :-)
2015-04-17 Jeremy Allisons3: locking: Add a memcache based lock cache.
2014-12-04 Stefan Metzmachers3:locking: cleanup leases_db from share_mode_cleanup_d...
2014-12-04 Stefan Metzmachers3:open_files.idl: add data structures for SMB2.1 and...
2014-11-03 David Disseldorpshare_mode_lock: don't leak lock_path onto talloc tos
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-06-30 Volker Lendeckesmbstatus: Fix an uninitialized variable
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-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...
2013-12-14 Volker Lendeckesmbd: Simplify get_share_mode_lock a bit
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-09-03 Volker Lendeckesmbd: Fix flawed share_mode_stale_pid API
2013-04-26 Volker Lendeckesmbd: Use dbwrap_record_watch_send for defer_open
2013-04-19 Christian Ambachs3:locking add NDR debug in share_mode_forall
2013-04-18 Gregor Becks3:locking: add function share_mode_cleanup_disconnected()
2013-04-18 Gregor Becks3:locking: improve debug output of parse_share_modes()
2013-04-18 Gregor Becks3:locking: no need to make a file_id passed by value...
2012-11-28 Volker Lendeckes3: Use dbwrap_parse_record in fetch_share_mode_unlocked
2012-09-04 Volker Lendeckes3: Fix a typo
2012-05-25 Volker Lendeckes3: Do not check the PIDs is parse_share_modes
2012-05-19 Jeremy AllisonRaise the debug level from 1 to 5 in get_share_mode_loc...
2012-05-18 Volker Lendeckes3: Revert the serverid changes, they need more work
2012-05-17 Volker Lendeckes3: Do not check the PIDs is parse_share_modes
2012-05-14 Volker Lendeckes3: talloc_zero is not needed for structs we ndr_pull...
2012-02-22 Volker Lendeckes3: Add an error msg when a share mode entry is discarded
2012-02-19 Volker Lendeckes3: get_share_mode_lock_fresh->get_share_mode_lock
2012-01-18 Volker Lendeckes3: Add a "lock_order" argument to db_open
2012-01-13 Volker Lendeckes3: Fix the talloc hierarchy in fetch_share_mode_unlocked
2012-01-13 Jeremy AllisonAdd comments to all functions (to help me understand...
2012-01-12 Volker Lendeckes3: Fix nested get_share_mode_lock calls
2012-01-12 Volker Lendeckes3: Move the share_mode_lock handling to its own file