Merge commit 'release-4-0-0alpha15' into master4-tmp
[ira/wip.git] / source4 / ntvfs / common / brlock.c
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-20 Rusty Russelltdb_compat.h: divert every tdb build and includes to...
2011-05-08 Andrew Bartletts4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflic...
2011-05-03 Andrew Bartletts4-messaging Rename messaging -> imessaging
2011-02-28 Jelmer VernooijUse <tdb.h> to include tdb, so the system include file...
2011-02-15 Pavel Shilovskys4: Don't grant level II oplock to a file with byte...
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer VernooijUse 32-bit smbpid in interface as required by SMB2...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-16 Jelmer VernooijMerge branch 'singlecompression' into single
2008-09-16 Jelmer VernooijMerge branch 'singlepopt' into single
2008-09-16 Jelmer VernooijMerge branch 'singlensswrap' into single
2008-09-16 Jelmer VernooijMerge branch 'singlesw' into single
2008-09-16 Jelmer VernooijMerge branch 'singlereplace' into single
2008-09-16 Jelmer VernooijMerge branch 'singletdb' into single
2008-09-16 Jelmer VernooijFix last few includes to use new tdb location.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-05 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-04 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-03 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-06-02 Andrew Tridgellsmbpid needs to be 32 bit now to cope with SMB2
2007-12-21 Jelmer Vernooijr26355: Eliminate global_loadparm in more places.
2007-12-21 Jelmer Vernooijr26003: Split up DB_WRAP, as first step in an attempt...
2007-10-10 Andrew Tridgellr24284: change brlock_tdb.c to use the dbwrap API....
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr20897: fix compiler warnings
2007-10-10 Andrew Tridgellr20894: the new brlock.c is needed (seems a svn rename...
2007-10-10 Andrew Tridgellr20891: enable multiple brlock backends. The tdb backen...
2007-10-10 Volker Lendecker20653: If this is the wrong way to fix the build,...
2007-10-10 Andrew Tridgellr20646: first preparations for cluster enablement....
2007-10-10 Stefan Metzmacherr15734: This is a major change to the NTVFS subsystem:
2007-10-10 Stefan Metzmacherr15614: the byte range locking error handling caches...
2007-10-10 Stefan Metzmacherr15613: the snum doesn't identify the tcon, but the...
2007-10-10 Stefan Metzmacherr15612: look at the lock_type and not at the notify_ptr...
2007-10-10 Stefan Metzmacherr14822: if we use the snum used by the lp_* functions...
2007-10-10 Andrew Tridgellr13701: removed some unnecessary casts
2007-10-10 Jelmer Vernooijr13658: More moving around of files:
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Andrew Tridgellr7294: implemented the irpc messaging system. This...
2007-10-10 Andrew Tridgellr5307: removed db_wrap.h from includes.h
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5296: - only include the tdb headers where they are...
2007-10-10 Stefan Metzmacherr5137: fix types
2007-10-10 Andrew Tridgellr5102: This is a major simplification of the logic...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4054: got rid of Realloc(), replacing it with the...
2007-10-10 Stefan Metzmacherr3969: fix compiler warnings
2007-10-10 Andrew Tridgellr3528: added support for the SMBntcancel() operation...
2007-10-10 Andrew Tridgellr3507: - added deferred replies on sharing violation...
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3360: improved the deletion of tmp files. smbd now...
2007-10-10 Andrew Tridgellr3357: removed the need to use TDB_CLEAR_IF_FIRST in...
2007-10-10 Andrew Tridgellr3312: in the brlock code, we prevent lock stampedes...
2007-10-10 Andrew Tridgellr3271: use "struct messaging_context *" instead of...
2007-10-10 Andrew Tridgellr3126: in the brlock code I had used a void* for the...
2007-10-10 Andrew Tridgellr3031: added support for lock cancelation, which effect...
2007-10-10 Andrew Tridgellr3029: implemented byte range lock timeouts.
2007-10-10 Andrew Tridgellr3012: added initial support for byte range locking...