smbd: Fix an uninitalized variable
[samba.git] / source3 / locking / share_mode_lock.c
2019-10-10 Volker Lendeckesmbd: Fix an uninitalized variable
2019-10-02 Volker Lendeckesmbd: Fix CID 1453984: Null pointer dereferences (REVER...
2019-09-17 Volker Lendeckesmbd: Add share mode flags
2019-09-17 Volker Lendeckesmbd: Make "share_mode_flags" 16-bit wide
2019-09-17 Volker Lendeckesmbd: Introduce share_entries.tdb - ADD COMMENT FIXME !!
2019-09-17 Volker Lendeckesmbd: Remove stale share mode entries while walking...
2019-09-17 Volker Lendeckesmbd: Make remove_stale_share_mode_entries() static...
2019-09-17 Volker Lendeckesmbd: Use share_mode_forall_entries() in share_entry_fo...
2019-09-17 Volker Lendeckesmbd: Use share_mode_forall_leases() in share_mode_clea...
2019-09-17 Volker Lendeckesmbd: Stop passing "share_mode_lock" via share_mode_for...
2019-09-17 Volker Lendeckesmbd: Avoid "share_mode_lock" dependency cleanup_discon...
2019-09-09 Stefan Metzmachers3:locking: add share_mode_wakeup_waiters() helper...
2019-09-01 Mathieu ParentSpelling fixes s/emtpy/empty/
2019-07-17 Volker Lendeckesmbd: Increase a debug level
2019-07-04 Volker Lendeckesmbd: Add file_has_read_lease()
2019-07-04 Volker Lendeckesmbd: Add flags to the beginning of share_mode_data
2019-07-04 Volker Lendeckesmbd: Add share_mode_do_locked()
2019-07-04 Volker Lendeckesmbd: Introduce static_share_mode_record
2019-07-04 Volker Lendeckesmbd: Simplify share_mode_lock.c
2019-05-28 Volker Lendeckesmbd: Fix a typo
2019-04-14 Volker Lendeckesmbd: Remove share_mode_lease and the leases array...
2019-04-14 Volker Lendeckesmbd: Use share_mode_forall_leases in share_mode_cleanu...
2018-10-02 Volker Lendeckesmbd: Fix a warning
2018-09-14 Volker Lendeckesmbd: Simplify parse_share_modes
2018-09-14 Volker Lendeckesmbd: Simplify share_mode_lock.c
2018-09-14 Volker Lendeckesmbd: Avoid casts in DEBUG statements
2018-09-07 Christof Schmitts3: Rename server_messaging_context() to global_messagi...
2018-09-03 Volker Lendeckesmbd: Fix a memleak in async search ask sharemode
2018-08-17 Volker Lendeckedbwrap: Clarify db_open_watched API
2018-08-17 Volker Lendeckelib: Pass mem_ctx to lock_path()
2018-07-26 Volker Lendeckesmbd: Remove "share_mode_entry->lease"
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