s4-smb2: SMB2 uses NT_STATUS_CANCELLED for cancelled locks
[ira/wip.git] / source4 / ntvfs / posix / pvfs_lock.c
2009-11-27 Andrew Tridgells4-smb2: SMB2 uses NT_STATUS_CANCELLED for cancelled...
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-05 Stefan Metzmachers4:pvfs: use talloc_get_type() to cast from void *
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Stefan Metzmachers4:ntvfs/posix: s/private/private_data
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-11 Jelmer VernooijFix include paths to new location of libutil.
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 is 32 bit, and update SMB2 locking per MS-SMB2
2008-05-30 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-29 Andrew BartlettMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-29 Andrew TridgellMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-05-29 Andrew Tridgelldon't emulate broken SMB2 locking behaviour from windows
2008-02-27 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-27 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-26 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-26 Stefan Metzmacherpvfs: send oplock breaks to none to level2 holders...
2008-02-26 Stefan Metzmacherpvfs: handle oplock releases in its own function pvfs_o...
2008-02-26 Andrew BartlettMerge branch 'v4-0-test' of git://git.samba.org/samba...
2008-02-25 Jelmer VernooijMerge branch 'v4-0-test' of ssh://git.samba.org/data...
2008-02-25 Stefan Metzmacherpvfs_wait: use struct pvfs_wait * instead of void *
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25554: Convert last instances of BOOL, True and False...
2007-10-10 Andrew Tridgellr24641: fixed several memory leaks in the brlock code
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr22864: in SMB2 mode we need to cancel an existing...
2007-10-10 Andrew Tridgellr22021: use the pid specified in the individual locks...
2007-10-10 Andrew Tridgellr20890: spelling fix
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
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 Metzmacherr15603: True isn't a valid parameter here, PVFS_WAIT_TI...
2007-10-10 Stefan Metzmacherr14256: - rename smb_file -> smb_handle
2007-10-10 Stefan Metzmacherr14173: change smb interface structures to always use
2007-10-10 Stefan Metzmacherr14157: - pass a struct ntvfs_request to the ntvfs...
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Andrew Tridgellr8120: added in the newly found DOS locking error codes...
2007-10-10 Andrew Tridgellr7459: fixed pvfs for the RAW-MUX test
2007-10-10 Andrew Tridgellr6579: improved the handling of lock timeouts and cance...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr3798: added support for alternate data streams in...
2007-10-10 Andrew Tridgellr3658: use handle->fd == -1 as the primary indicator...
2007-10-10 Andrew Tridgellr3635: fixed the crash from the BASE-DISCONNECT test
2007-10-10 Andrew Tridgellr3615: split out struct pvfs_file_handle from struct...
2007-10-10 Andrew Tridgellr3595: - fixed a talloc_free ordering problem on cleanu...
2007-10-10 Andrew Tridgellr3544: fixed some #include lines to make them more...
2007-10-10 Andrew Tridgellr3540: added testing of SMBntcancel in the open/open...
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 Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Stefan Metzmacherr3336: use a struct ntvfs_async_state to be able to...
2007-10-10 Andrew Tridgellr3081: several updates to ntvfs and server side async...
2007-10-10 Andrew Tridgellr3056: added a id -> pointer data structure (a type...
2007-10-10 Andrew Tridgellr3035: if the ntvfs layers prior to us have said that...
2007-10-10 Andrew Tridgellr3034: - fixed a bug in message dispatch, when 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...