summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix/pvfs_read.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-05s4:ntvfs: s/!= PROTOCOL_SMB2/< PROTOCOL_SMB2_02/Stefan Metzmacher1-1/+1
2011-09-05s4:ntvfs: s/== PROTOCOL_SMB2/>= PROTOCOL_SMB2_02/Stefan Metzmacher1-1/+1
2010-03-05s4-pvfs: log more error conditions in NTVFS backendAndrew Tridgell1-0/+1
2009-08-04fixed support for readx greater than 64kAndrew Tridgell1-2/+2
2009-02-05s4:pvfs: use talloc_get_type() to cast from void *Stefan Metzmacher1-1/+2
2008-05-28fix error code for read on a directoryAndrew Tridgell1-1/+1
2008-05-27ensure that we honor SMB2 read min_count properlyAndrew Tridgell1-0/+8
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20624: added AIO read to pvfs backendAndrew Tridgell1-1/+11
2007-10-10r18835: expand IO limits on SMB2. Samba4 now tops out at 16.7MB IOs.Andrew Tridgell1-1/+1
2007-10-10r15734: This is a major change to the NTVFS subsystem:Stefan Metzmacher1-1/+1
2007-10-10r14933: fix the handling of notify filters to be much closer to the behaviourAndrew Tridgell1-5/+0
2007-10-10r14797: added checking of the filter in notify requestsAndrew Tridgell1-0/+5
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-1/+1
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher1-1/+1
2007-10-10r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell1-1/+1
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher1-1/+1
2007-10-10r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher1-2/+2
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-1/+0
2007-10-10r4011: get rid of rpc_secdes.h and replace it with a single sane set ofAndrew Tridgell1-2/+3
2007-10-10r3798: added support for alternate data streams in xattrs into pvfs.Andrew Tridgell1-4/+9
2007-10-10r3658: use handle->fd == -1 as the primary indicator of a directory. ThisAndrew Tridgell1-1/+1
2007-10-10r3618: - this adds the special case for DENY_DOS semantics, as shown by the B...Andrew Tridgell1-1/+1
2007-10-10r3615: split out struct pvfs_file_handle from struct pvfs_file. This is inAndrew Tridgell1-4/+4
2007-10-10r3544: fixed some #include lines to make them more consistentAndrew Tridgell1-1/+1
2007-10-10r3455: some more portability fixes. We nearly compile on solaris again now.Andrew Tridgell1-0/+1
2007-10-10r3387: fixed pvfs to pass the NTDENY tests. The tricky bit wasAndrew Tridgell1-2/+7
2007-10-10r3363: added basic support for SA_RIGHT_FILE_EXECUTE, needed for opening .dll...Andrew Tridgell1-1/+1
2007-10-10r3241: don't skip the read completely for a zero-length read, as it could giv...Andrew Tridgell1-8/+7
2007-10-10r3240: - update the rules for what error codes should be given on theAndrew Tridgell1-1/+8
2007-10-10r3161: pvfs now passes the RAW-SEEK testAndrew Tridgell1-0/+2
2007-10-10r3147: added basic share modes support for pvfs (or more precisely, ntcreatexAndrew Tridgell1-0/+4
2007-10-10r3081: several updates to ntvfs and server side async request handling inAndrew Tridgell1-2/+5
2007-10-10r3012: added initial support for byte range locking in the posix vfs. This isAndrew Tridgell1-0/+9
2007-10-10r2751: this is a new ntvfs design which tries to solve:Stefan Metzmacher1-3/+4
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell1-1/+2
2007-10-10r2561: completely redid the ntvfs module chaining code, You can now do someth...Andrew Tridgell1-1/+1
2007-10-10r2436: the second big lump of posix vfs code.Andrew Tridgell1-0/+57