summaryrefslogtreecommitdiffstats
path: root/source3/locking/leases_db.c
Commit message (Expand)AuthorAgeFilesLines
* leases_db: don't leak lock_path onto talloc tosDavid Disseldorp2015-01-121-2/+9
* smbd: Fix a small leak on talloc_tos()Volker Lendecke2015-01-111-1/+1
* smbd: Fix an uninitialized variable readVolker Lendecke2015-01-111-2/+1
* s3:locking: Change the data model for leases_db to cope with dynamic path ren...Jeremy Allison2014-12-091-27/+35
* s3:locking: pass down servicepath to leases_db_add()Jeremy Allison2014-12-091-0/+2
* s3:locking: Add new utility function leases_db_copy_file_ids()Jeremy Allison2014-12-091-0/+20
* s3:locking: pass servicename_new to leases_db_rename()Jeremy Allison2014-12-091-0/+1
* s3: leases: Add leases_db_rename() to cope with renaming a leased file.Jeremy Allison2014-12-051-0/+22
* s3:locking: add leases_db infrastructureVolker Lendecke2014-12-041-0/+387