summaryrefslogtreecommitdiff
path: root/source3/locking/share_mode_lock.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-04s3:locking: cleanup leases_db from share_mode_cleanup_disconnected()Stefan Metzmacher1-0/+12
2014-12-04s3:open_files.idl: add data structures for SMB2.1 and SMB3.0 leases.Stefan Metzmacher1-1/+11
2014-11-03share_mode_lock: don't leak lock_path onto talloc tosDavid Disseldorp1-2/+9
2014-10-31s3:locking: Change from ndr_pull_struct_blob() to ndr_pull_struct_blob_all() ...Volker Lendecke1-2/+2
2014-10-31s3:locking: allow early return for share_entry_forall()Volker Lendecke1-9/+14
2014-10-31s3:locking: Introduce share_mode_forallVolker Lendecke1-28/+64
2014-10-31s3:locking: Rename share_mode_forall->share_entry_forallVolker Lendecke1-2/+2
2014-06-30smbstatus: Fix an uninitialized variableVolker Lendecke1-0/+1
2014-03-21smbd: Remove unused "share_mode_data->id"Volker Lendecke1-1/+0
2014-03-21smbd: Keep "the_lock"s file id separatelyVolker Lendecke1-1/+4
2014-03-21smbd: Avoid checking the_lock->id for fresh locksVolker Lendecke1-4/+5
2014-02-07dbwrap: add a dbwrap_flags argument to db_open()Michael Adam1-1/+1
2014-01-31param: Complete the removal of the "open files database hash size" parameterGarming Sam1-1/+1
2013-12-14smbd: Simplify get_share_mode_lock a bitVolker Lendecke1-14/+13
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