smbd: Factor out remove_stale_share_mode_entries
[mat/samba.git] / source3 / locking / share_mode_lock.c
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