summaryrefslogtreecommitdiffstats
path: root/source3/locking/brlock.c
Commit message (Expand)AuthorAgeFilesLines
* s3:locking:brlock: add function brl_cleanup_disconnected()Gregor Beck2013-04-181-0/+73
* s3:locking:brlock: explain the lockdb_clean semantic better in brl_reconnect_...Michael Adam2013-04-181-1/+5
* s3:locking:brlock: let validate_lock_entries keep entries for disconnected se...Gregor Beck2013-04-181-8/+23
* s3:locking:brlock: improve the comment for the brl self cleaning codeMichael Adam2013-04-181-3/+6
* s3:locking:brlock: use serverids_exist to validate_lock_entriesGregor Beck2013-04-181-3/+34
* brlock.c: Fix typo in comment.Karolin Seeger2013-02-181-1/+1
* s3:locking: add brl_mark_disconnected() and brl_reconnect_disconnected()Stefan Metzmacher2012-09-081-0/+125
* s3:locking: fix trailing space in brl_close_fnum()Michael Adam2012-09-051-1/+1
* s3:brlock: give traverse_fn a proper nameChristian Ambach2012-08-161-2/+2
* s3:brlock: s/int/uint64_t for fnumStefan Metzmacher2012-06-281-1/+1
* s3:brlock: add some const to print_lock_struct()Stefan Metzmacher2012-06-281-1/+1
* s3:util: rename procid_equal() to serverid_equal()Michael Adam2012-06-211-4/+4
* s3:locking: change brlock.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-4/+4
* s3:include: change lock_struct->fnum to uint64_tMichael Adam2012-06-061-2/+2
* s3:include: change connection_struct->cnum to uint32_tMichael Adam2012-06-061-1/+1
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-1/+2
* s3:locking: avoid using sconn_server_id()Stefan Metzmacher2011-12-161-1/+1
* s3:smbd: remove brl_register_msgs()Stefan Metzmacher2011-12-141-11/+5
* vfs: Make function pointer names consistent. They all end in _fnRichard Sharpe2011-12-121-4/+5
* s3:locking: convert brlock to only use dbwrap wrapper functionsMichael Adam2011-10-111-15/+28
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* Fix bug #8307 - brl_close_fnum does not call SMB_VFS_BRL_UNLOCK_WINDOWS on al...Jeremy Allison2011-07-161-122/+23
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-1/+1
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-05-281-6/+6
* More simple const fixes.Jeremy Allison2011-05-051-2/+2
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-locking: move locking prototypes out of proto.h.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3:locking: simplify the non cluster case of brl_get_locks_readonly()Stefan Metzmacher2011-03-181-21/+2
* s3:locking: brl_get_locks_internal() should not expose a write lock if the ca...Stefan Metzmacher2011-03-181-7/+24
* s3-server_id: only include server_id where needed.Günther Deschner2011-03-021-0/+1
* Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on allJeremy Allison2010-09-271-1/+1
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* s3: Remove procid_self() from brl_close_fnum()Volker Lendecke2010-07-051-1/+2
* This patch looks bigger than it is. It does 2 things. 1). Renames smbpid -> s...Jeremy Allison2010-05-071-26/+26
* Fix SMB2 lock tests up to cancel-by-close.Jeremy Allison2010-05-061-0/+4
* Move to MS-FSA algorithm when checking for invalid lock range.Jeremy Allison2010-05-051-7/+6
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-061-0/+1
* s3: Fix a long-standing problem with recycled PIDsVolker Lendecke2010-03-101-1/+1
* s3-locking: convert brlock to TYPESAFE_QSORT()Andrew Tridgell2010-02-141-3/+2
* Make Samba3 pass the RAW-LOCK test as Windows.Jeremy Allison2009-12-041-0/+5
* s3: Remove a pointless memsetVolker Lendecke2009-11-211-1/+0
* s3: Cache brlock.tdb entries for the fast read&write strict locking code pathVolker Lendecke2009-11-211-5/+57
* s3: Remove debug_ctx()Volker Lendecke2009-11-031-1/+1