summaryrefslogtreecommitdiff
path: root/source3/locking/share_mode_lock.c
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: Fix open_files.idl to correctly ignore share_mode_lease *lease in s...Jeremy Allison2017-05-181-2/+2
* s3/locking: add fetch_share_mode_send/recvRalph Boehme2017-04-181-0/+125
* s3/locking: Avoid a talloc for nonexisting fetch_share_mode_unlockedVolker Lendecke2017-01-221-15/+17
* lib: Add lib/util/server_id.hVolker Lendecke2017-01-221-0/+1
* smbd: ignore ctdb tombstone records in fetch_share_mode_unlocked_parser()Ralph Boehme2016-08-081-0/+6
* smbd: Convert locking.tdb to new dbwrap_watchVolker Lendecke2016-07-151-5/+13
* Fix memory leak in share mode locking.Hemanth Thummala2016-05-271-0/+5
* s3:locking: initialize lease pointer in share_mode_traverse_fn()Ralph Boehme2015-10-131-3/+7
* s3:smbstatus: add stream name to share_entry_forall()Ralph Boehme2015-10-121-3/+8
* lib: Remove server_id_str()Volker Lendecke2015-04-281-1/+2
* smbd: Save a few lines of C :-)Volker Lendecke2015-04-221-4/+1
* s3: locking: Add a memcache based lock cache.Jeremy Allison2015-04-171-9/+199
* s3:locking: cleanup leases_db from share_mode_cleanup_disconnected()Stefan Metzmacher2014-12-041-0/+12
* s3:open_files.idl: add data structures for SMB2.1 and SMB3.0 leases.Stefan Metzmacher2014-12-041-1/+11
* share_mode_lock: don't leak lock_path onto talloc tosDavid Disseldorp2014-11-031-2/+9
* s3:locking: Change from ndr_pull_struct_blob() to ndr_pull_struct_blob_all() ...Volker Lendecke2014-10-311-2/+2
* s3:locking: allow early return for share_entry_forall()Volker Lendecke2014-10-311-9/+14
* s3:locking: Introduce share_mode_forallVolker Lendecke2014-10-311-28/+64
* s3:locking: Rename share_mode_forall->share_entry_forallVolker Lendecke2014-10-311-2/+2
* smbstatus: Fix an uninitialized variableVolker Lendecke2014-06-301-0/+1
* smbd: Remove unused "share_mode_data->id"Volker Lendecke2014-03-211-1/+0
* smbd: Keep "the_lock"s file id separatelyVolker Lendecke2014-03-211-1/+4
* smbd: Avoid checking the_lock->id for fresh locksVolker Lendecke2014-03-211-4/+5
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-1/+1
* param: Complete the removal of the "open files database hash size" parameterGarming Sam2014-01-311-1/+1
* smbd: Simplify get_share_mode_lock a bitVolker Lendecke2013-12-141-14/+13
* smbd: Factor out remove_stale_share_mode_entriesVolker Lendecke2013-10-151-14/+1
* smbd: Fix flawed share_mode_stale_pid APIVolker Lendecke2013-09-031-0/+24
* smbd: Use dbwrap_record_watch_send for defer_openVolker Lendecke2013-04-261-0/+3
* s3:locking add NDR debug in share_mode_forallChristian Ambach2013-04-191-0/+4
* s3:locking: add function share_mode_cleanup_disconnected()Gregor Beck2013-04-181-0/+99
* s3:locking: improve debug output of parse_share_modes()Gregor Beck2013-04-181-1/+2
* s3:locking: no need to make a file_id passed by value a constantGregor Beck2013-04-181-10/+7
* s3: Use dbwrap_parse_record in fetch_share_mode_unlockedVolker Lendecke2012-11-281-13/+14
* s3: Fix a typoVolker Lendecke2012-09-041-1/+1
* s3: Do not check the PIDs is parse_share_modesVolker Lendecke2012-05-251-42/+0
* Raise the debug level from 1 to 5 in get_share_mode_lock_internal()Jeremy Allison2012-05-181-1/+2
* s3: Revert the serverid changes, they need more workVolker Lendecke2012-05-181-0/+42
* s3: Do not check the PIDs is parse_share_modesVolker Lendecke2012-05-171-42/+0
* s3: talloc_zero is not needed for structs we ndr_pull intoVolker Lendecke2012-05-141-1/+1
* s3: Add an error msg when a share mode entry is discardedVolker Lendecke2012-02-221-0/+2
* s3: get_share_mode_lock_fresh->get_share_mode_lockVolker Lendecke2012-02-191-1/+1
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-1/+2
* s3: Fix the talloc hierarchy in fetch_share_mode_unlockedVolker Lendecke2012-01-131-1/+1
* Add comments to all functions (to help me understand it better).Jeremy Allison2012-01-131-0/+27
* s3: Fix nested get_share_mode_lock callsVolker Lendecke2012-01-121-5/+57
* s3: Move the share_mode_lock handling to its own fileVolker Lendecke2012-01-121-0/+463