summaryrefslogtreecommitdiffstats
path: root/source/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #6196 - Unable to serve files with colons to Linux CIFS/VFS clientJeremy Allison2009-03-181-2/+7
* Fix mistake in DEBUG messageRichard Sharpe2009-01-191-1/+1
* s3: Allow renames of streams via NTRENAME and fix stream error codes on renameTim Prouty2009-01-151-10/+15
* Fix bug #6019 File corruption in Clustered SMB/NFS environment managed via CTDBJeremy Allison2009-01-131-2/+2
* Fix a delete on close divergence from windows [2/2]Tim Prouty2009-01-081-2/+0
* 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: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
* Ensure we always reply in reply_printopen().Jeremy Allison2008-11-211-2/+3
* 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
* Fix the make test problem Karolin reported. Now rename_open_files actually wo...Jeremy Allison2008-09-301-2/+2
* Write times code update.Jeremy Allison2008-09-051-2/+4
* Add st_birthtime and friends for accurate create times on systems that suppor...Jeremy Allison2008-08-281-3/+4
* EINVAL is also a valid error return, meaning "this filesystemAndrew Tridgell2008-08-261-2/+3
* Fix for bug #5617, reported and patched by Bartosz Antosik antosik@gmail.com.Jeremy Allison2008-08-131-0/+2
* I found lots of places where we assume error will be set when callingAndrew Tridgell2008-08-121-2/+2
* Fix bug creating files using DOS clients with mixedJeremy Allison2008-07-251-1/+1
* Fix the build of reply_setattrE().Günther Deschner2008-04-081-2/+2
* smbd: make it possible to disable get_file_infos() on searchesStefan Metzmacher2008-04-071-2/+11
* smbd: implement the strange write time update logicStefan Metzmacher2008-04-071-22/+39
* locking: store the write time in the locking.tdbStefan Metzmacher2008-04-071-1/+2
* Fix missing '&&'.Jeremy Allison2008-03-281-1/+1
* Only allow sendfile on non-stream fsp's. Should fix make test for streamsJeremy Allison2008-03-281-2/+2
* printclose has only 1 vwvVolker Lendecke2008-03-281-1/+1
* Allow us to pass RAW-RENAME by testing that the connection structJeremy Allison2008-03-111-1/+1
* Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19,Jeremy Allison2008-03-111-7/+8
* Don't use fname after create_file has been calledVolker Lendecke2008-02-221-11/+11
* Fix some typos.Karolin Seeger2008-02-081-1/+1
* Change the file time before we change the file mode.Alexander Bokovoy2008-02-061-6/+6
* Convert read_data() to NTSTATUSVolker Lendecke2008-02-021-4/+5
* Make get_srv_read_error static to process.cVolker Lendecke2008-02-021-2/+2
* Convert read_smb_length to return NTSTATUSVolker Lendecke2008-02-021-9/+3
* Re-enable async I/O for non-TSM systemsVolker Lendecke2008-01-301-9/+2
* Fix some "set but never used" warningsVolker Lendecke2008-01-201-3/+1
* Don't test split_ntfs_stream_nameVolker Lendecke2008-01-201-3/+0
* Add streams supportVolker Lendecke2008-01-191-8/+20
* Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy2008-01-161-6/+13
* Convert OpenDir to talloc, use talloc_tos()Volker Lendecke2008-01-121-16/+19
* Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam2008-01-111-2/+2
* use talloc_tos in a few more placesVolker Lendecke2008-01-101-3/+5
* Fix resource leak found by coverity (CID 521).Jeremy Allison2008-01-081-0/+4
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-071-4/+4
* Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-071-3/+3
* Now conn is part of smb_request, we don't need it asJeremy Allison2008-01-041-59/+88
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-26/+29
* Convert reply_mknew to create_fileVolker Lendecke2008-01-021-38/+16