summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/common/brlock.c
Commit message (Expand)AuthorAgeFilesLines
* r7294: implemented the irpc messaging system. This is the core of theAndrew Tridgell2007-10-101-0/+1
* r5307: removed db_wrap.h from includes.hAndrew Tridgell2007-10-101-0/+1
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-0/+1
* r5296: - only include the tdb headers where they are neededAndrew Tridgell2007-10-101-0/+1
* r5137: fix typesStefan Metzmacher2007-10-101-1/+1
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-3/+3
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()Andrew Tridgell2007-10-101-7/+6
* r3969: fix compiler warningsStefan Metzmacher2007-10-101-5/+5
* r3528: added support for the SMBntcancel() operation, which cancels anyAndrew Tridgell2007-10-101-7/+8
* r3507: - added deferred replies on sharing violation in pvfs open. TheAndrew Tridgell2007-10-101-5/+2
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-101-0/+1
* r3360: improved the deletion of tmp files. smbd now puts all tmp files in var...Andrew Tridgell2007-10-101-3/+2
* r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4.Andrew Tridgell2007-10-101-1/+1
* r3312: in the brlock code, we prevent lock stampedes by attempting to notAndrew Tridgell2007-10-101-1/+3
* r3271: use "struct messaging_context *" instead of "void *" in messaging APIAndrew Tridgell2007-10-101-2/+2
* r3126: in the brlock code I had used a void* for the brl context as I didn'tAndrew Tridgell2007-10-101-14/+9
* r3031: added support for lock cancelation, which effectively just triggers an...Andrew Tridgell2007-10-101-5/+14
* r3029: implemented byte range lock timeouts.Andrew Tridgell2007-10-101-28/+244
* r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell2007-10-101-0/+418