summaryrefslogtreecommitdiff
path: root/source3/locking/share_mode_lock.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-15smbd: Factor out remove_stale_share_mode_entriesVolker Lendecke1-14/+1
2013-09-03smbd: Fix flawed share_mode_stale_pid APIVolker Lendecke1-0/+24
2013-04-26smbd: Use dbwrap_record_watch_send for defer_openVolker Lendecke1-0/+3
2013-04-19s3:locking add NDR debug in share_mode_forallChristian Ambach1-0/+4
2013-04-18s3:locking: add function share_mode_cleanup_disconnected()Gregor Beck1-0/+99
2013-04-18s3:locking: improve debug output of parse_share_modes()Gregor Beck1-1/+2
2013-04-18s3:locking: no need to make a file_id passed by value a constantGregor Beck1-10/+7
2012-11-28s3: Use dbwrap_parse_record in fetch_share_mode_unlockedVolker Lendecke1-13/+14
2012-09-04s3: Fix a typoVolker Lendecke1-1/+1
2012-05-25s3: Do not check the PIDs is parse_share_modesVolker Lendecke1-42/+0
2012-05-18Raise the debug level from 1 to 5 in get_share_mode_lock_internal()Jeremy Allison1-1/+2
2012-05-18s3: Revert the serverid changes, they need more workVolker Lendecke1-0/+42
2012-05-17s3: Do not check the PIDs is parse_share_modesVolker Lendecke1-42/+0
2012-05-14s3: talloc_zero is not needed for structs we ndr_pull intoVolker Lendecke1-1/+1
2012-02-22s3: Add an error msg when a share mode entry is discardedVolker Lendecke1-0/+2
2012-02-19s3: get_share_mode_lock_fresh->get_share_mode_lockVolker Lendecke1-1/+1
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-1/+2
2012-01-13s3: Fix the talloc hierarchy in fetch_share_mode_unlockedVolker Lendecke1-1/+1
2012-01-13Add comments to all functions (to help me understand it better).Jeremy Allison1-0/+27
2012-01-12s3: Fix nested get_share_mode_lock callsVolker Lendecke1-5/+57
2012-01-12s3: Move the share_mode_lock handling to its own fileVolker Lendecke1-0/+463