Age | Commit message (Expand) | Author | Files | Lines |
2009-11-27 | s4-smb2: SMB2 uses NT_STATUS_CANCELLED for cancelled locks | Andrew Tridgell | 1 | -1/+5 |
2009-02-05 | s4:pvfs: use talloc_get_type() to cast from void * | Stefan Metzmacher | 1 | -2/+4 |
2009-02-02 | s4:ntvfs/posix: s/private/private_data | Stefan Metzmacher | 1 | -2/+2 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 |
2008-06-02 | smbpid is 32 bit, and update SMB2 locking per MS-SMB2 | Andrew Tridgell | 1 | -1/+1 |
2008-05-30 | don't emulate broken SMB2 locking behaviour from windows | Andrew Tridgell | 1 | -11/+3 |
2008-02-26 | pvfs: send oplock breaks to none to level2 holders on write/lock requests | Stefan Metzmacher | 1 | -0/+3 |
2008-02-26 | pvfs: handle oplock releases in its own function pvfs_oplock_release() | Stefan Metzmacher | 1 | -7/+4 |
2008-02-25 | pvfs_wait: use struct pvfs_wait * instead of void * | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r25554: Convert last instances of BOOL, True and False to the standard types. | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r24641: fixed several memory leaks in the brlock code | Andrew Tridgell | 1 | -0/+11 |
2007-10-10 | r23792: convert Samba4 to GPLv3 | Andrew Tridgell | 1 | -3/+2 |
2007-10-10 | r22864: in SMB2 mode we need to cancel an existing lock with a conflicting lock | Stefan Metzmacher | 1 | -2/+11 |
2007-10-10 | r22021: use the pid specified in the individual locks, not the request pid, in | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r20890: spelling fix | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15734: This is a major change to the NTVFS subsystem: | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r15614: the byte range locking error handling caches the last failed lock | Stefan Metzmacher | 1 | -18/+15 |
2007-10-10 | r15603: True isn't a valid parameter here, PVFS_WAIT_TIMEOUT is... | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r14256: - rename smb_file -> smb_handle | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r14173: change smb interface structures to always use | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r14157: - pass a struct ntvfs_request to the ntvfs layer | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r12694: Move some headers to the directory of the subsystem they belong to. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r8120: added in the newly found DOS locking error codes into the pvfs backend | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r7459: fixed pvfs for the RAW-MUX test | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r6579: improved the handling of lock timeouts and cancels in the pvfs locking | Andrew Tridgell | 1 | -16/+16 |
2007-10-10 | r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3798: added support for alternate data streams in xattrs into pvfs. | Andrew Tridgell | 1 | -9/+9 |
2007-10-10 | r3658: use handle->fd == -1 as the primary indicator of a directory. This | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3635: fixed the crash from the BASE-DISCONNECT test | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r3615: split out struct pvfs_file_handle from struct pvfs_file. This is in | Andrew Tridgell | 1 | -10/+11 |
2007-10-10 | r3595: - fixed a talloc_free ordering problem on cleanup with pending requests | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3544: fixed some #include lines to make them more consistent | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3540: added testing of SMBntcancel in the open/open/close mux | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r3507: - added deferred replies on sharing violation in pvfs open. The | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs... | Stefan Metzmacher | 1 | -7/+7 |
2007-10-10 | r3081: several updates to ntvfs and server side async request handling in | Andrew Tridgell | 1 | -35/+8 |
2007-10-10 | r3056: added a id -> pointer data structure (a type of radix tree). This is | Andrew Tridgell | 1 | -23/+41 |
2007-10-10 | r3035: if the ntvfs layers prior to us have said that we can't perform an | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r3034: - fixed a bug in message dispatch, when the dispatch function called ... | Andrew Tridgell | 1 | -13/+33 |
2007-10-10 | r3031: added support for lock cancelation, which effectively just triggers an... | Andrew Tridgell | 1 | -6/+53 |
2007-10-10 | r3029: implemented byte range lock timeouts. | Andrew Tridgell | 1 | -4/+182 |
2007-10-10 | r3012: added initial support for byte range locking in the posix vfs. This is | Andrew Tridgell | 1 | -0/+151 |