summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 7310 - DOS attribute inconsistency with MS OfficeJeremy Allison2010-05-061-0/+17
* smbd: Fix opening the quota magic fileStefan Metzmacher2010-01-181-5/+10
* Fix bug 6769 - symlink unlink does nothing. Jeremy.Jeremy Allison2009-10-201-11/+38
* Fix bug #6551 - win98 clients cannot connect after server upgrade to samba-3....Jeremy Allison2009-08-131-0/+2
* s3:smbd: cancel all locks that are made before the first failureStefan Metzmacher2009-08-131-6/+6
* s3 sendfile: Fix two bugs in sendfileTim Prouty2009-05-261-3/+4
* Remove one use of mangle_is_8_3(), not needed.Jeremy Allison2009-05-261-4/+2
* s3: Fix strict locking with chained readsTim Prouty2009-05-261-22/+24
* Fix warning about unused label with no sendfile.Jeremy Allison2009-05-261-1/+2
* Fix bug 6302: Give the VFS a chance to read from 0-byte filesVolker Lendecke2009-05-261-8/+9
* s3: ifdef sendfile code that's only used in other ifdef'ed sendfile codeBjörn Jacke2009-04-151-0/+2
* Ensure we never enter VFS_CREATE without having initializedJeremy Allison2009-04-151-0/+6
* Fix bug #6196 - Unable to serve files with colons to Linux CIFS/VFS clientJeremy Allison2009-04-151-2/+7
* s3: Add strict lock/unlock calls to the vfs layer to replace is_lockedDave Richards2009-04-151-63/+116
* Make us pass the RAW-RENAME torture test I just added.Jeremy Allison2009-02-261-0/+10
* Fix some NetBSD warnings.Jeremy Allison2009-02-251-1/+1
* s3: If sendfile returns 0 bytes read, fall back to the normal read pathTim Prouty2009-02-211-0/+24
* S3: Make changes to perfcount API set for when a single request leads to mult...todd stecher2009-02-191-2/+15
* s3: Fix uninitialized variable warning (and bug).Zack Kirsch2009-02-131-1/+1
* Add VFS ops for Windows BRL: Lock, Unlock and Cancel:Zack Kirsch2009-02-131-4/+14
* s3: Added SMB_VFS_INIT_SEARCH_OP to initialize data at the beginning of SMB s...Steven Danneman2009-02-091-0/+3
* Pass stat buffer down through all levels of VFS_READDIR wrappersSteven Danneman2009-02-091-10/+11
* s3 oplocks: Make the level2 oplock contention API more granularTim Prouty2009-02-091-11/+0
* S3: New module interface for SMB message statistics gatheringtodd stecher2009-02-091-3/+7
* Fix bug #Bug 6090 renaming or deleting a "not matching/resolving" symlink is ...Jeremy Allison2009-02-041-6/+28
* make send_file_readbraw staticVolker Lendecke2009-01-311-6/+6
* Remove the global variable "chain_size"Volker Lendecke2009-01-311-3/+4
* s3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operationTim Prouty2009-01-291-2/+2
* Extend NTIMES to allow setting create_timetodd stecher2009-01-231-20/+26
* Correctly calculate the offset for read&xVolker Lendecke2009-01-161-6/+11
* Only call sendfile_short_read() if we need it.Jeremy Allison2009-01-131-2/+6
* Fix bug noticed by Volker - if sendfile returns zero thenJeremy Allison2009-01-131-2/+66
* Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDBJeremy Allison2009-01-131-2/+2
* s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher2009-01-081-7/+1
* s3: Allow renames of streams via NTRENAME and fix stream error codes on renameTim Prouty2009-01-041-10/+15
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-311-2/+2
* recvfile can't be used for printing so farVolker Lendecke2008-12-311-0/+4
* Fix an ancient uninitialized variable readVolker Lendecke2008-12-311-1/+2
* Fix bug #5986 - Editing a stream is broken (rename problems).Jeremy Allison2008-12-191-1/+3
* s3: [3/3]: Fix a delete on close divergence from windows and the associated t...Tim Prouty2008-12-091-2/+0
* s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argumentTim Prouty2008-12-031-9/+9
* s3: Modify direct callers of open_file_ntcreate and open_directory to call SM...Tim Prouty2008-12-031-47/+104
* s3: Modify direct callers of create_file_unix_path to call SMB_VFS_CREATE_FILETim Prouty2008-12-031-2/+4
* s3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILETim Prouty2008-12-031-0/+3
* s3: Add SMB_VFS_CREATE_FILE to the vfs layerTim Prouty2008-12-031-48/+51
* s3:smbd: give the correct error when trying to replace a streamStefan Metzmacher2008-12-011-0/+6
* s3:smbd: correctly verify stream names to pass RAW-STREAMSStefan Metzmacher2008-12-011-1/+35
* s3:smbd: '|' isn't allowed in windows filenamesStefan Metzmacher2008-12-011-1/+1
* First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.Jeremy Allison2008-11-211-1/+8
* Fix bug 5889. "delete veto files = no" seems to break.Jeremy Allison2008-11-111-4/+11