summaryrefslogtreecommitdiff
path: root/source3/locking/share_mode_lock.c
AgeCommit message (Expand)AuthorFilesLines
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