summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common/brlock.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-19s4:ntvfs/common/brlock.c - remove unnecessary include "tdb_compat.h"Matthias Dieter Wallnöfer1-1/+0
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell1-1/+1
2011-05-08s4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflict with brlock_init in s3Andrew Bartlett1-9/+9
2011-05-03s4-messaging Rename messaging -> imessagingAndrew Bartlett1-3/+3
2011-02-28Use <tdb.h> to include tdb, so the system include file gets used when buildin...Jelmer Vernooij1-1/+1
2011-02-15s4: Don't grant level II oplock to a file with byte-range locks.Pavel Shilovsky1-0/+10
2008-12-23Use 32-bit smbpid in interface as required by SMB2, in line withJelmer Vernooij1-2/+2
2008-09-16Fix last few includes to use new tdb location.Jelmer Vernooij1-1/+1
2008-06-02smbpid needs to be 32 bit now to cope with SMB2Andrew Tridgell1-1/+1
2007-12-21r26355: Eliminate global_loadparm in more places.Jelmer Vernooij1-1/+2
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+0
2007-10-10r24284: change brlock_tdb.c to use the dbwrap API. This actually makes theAndrew Tridgell1-5/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20897: fix compiler warningsStefan Metzmacher1-1/+1
2007-10-10r20894: the new brlock.c is needed (seems a svn rename + new file didn't makeAndrew Tridgell1-0/+132
2007-10-10r20891: enable multiple brlock backends. The tdb backend is the default. TheAndrew Tridgell1-689/+0
2007-10-10r20653: If this is the wrong way to fix the build, I apologize. But these inc...Volker Lendecke1-0/+1
2007-10-10r20646: first preparations for cluster enablement. This changes "Andrew Tridgell1-7/+7
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher1-11/+11
2007-10-10r15614: the byte range locking error handling caches the last failed lockStefan Metzmacher1-43/+89
2007-10-10r15613: the snum doesn't identify the tcon, but the brl_context pointer doesStefan Metzmacher1-10/+9
2007-10-10r15612: look at the lock_type and not at the notify_ptr being NULL or notStefan Metzmacher1-2/+3
2007-10-10r14822: if we use the snum used by the lp_* functions instead of the wire TID,Stefan Metzmacher1-10/+10
2007-10-10r13701: removed some unnecessary castsAndrew Tridgell1-5/+5
2007-10-10r13658: More moving around of files:Jelmer Vernooij1-3/+4
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-1/+1
2007-10-10r7294: implemented the irpc messaging system. This is the core of theAndrew Tridgell1-0/+1
2007-10-10r5307: removed db_wrap.h from includes.hAndrew Tridgell1-0/+1
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
2007-10-10r5296: - only include the tdb headers where they are neededAndrew Tridgell1-0/+1
2007-10-10r5137: fix typesStefan Metzmacher1-1/+1
2007-10-10r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell1-3/+3
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-1/+1
2007-10-10r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()Andrew Tridgell1-7/+6
2007-10-10r3969: fix compiler warningsStefan Metzmacher1-5/+5
2007-10-10r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell1-7/+8
2007-10-10r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell1-5/+2
2007-10-10r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell1-0/+1
2007-10-10r3360: improved the deletion of tmp files. smbd now puts all tmp files in var...Andrew Tridgell1-3/+2
2007-10-10r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4.Andrew Tridgell1-1/+1
2007-10-10r3312: in the brlock code, we prevent lock stampedes by attempting to notAndrew Tridgell1-1/+3
2007-10-10r3271: use "struct messaging_context *" instead of "void *" in messaging APIAndrew Tridgell1-2/+2
2007-10-10r3126: in the brlock code I had used a void* for the brl context as I didn'tAndrew Tridgell1-14/+9
2007-10-10r3031: added support for lock cancelation, which effectively just triggers an...Andrew Tridgell1-5/+14
2007-10-10r3029: implemented byte range lock timeouts.Andrew Tridgell1-28/+244
2007-10-10r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell1-0/+418