summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* change CHECK_READ to use smb_request instead of inbufVolker Lendecke2008-11-081-3/+3
* Add construct_reply_common_req wrapperVolker Lendecke2008-11-041-2/+2
* Remove some inbuf references by adding "cmd" to smb_requestVolker Lendecke2008-11-021-8/+6
* Remove the inbuf reference from map_checkpath_error()Volker Lendecke2008-11-021-4/+4
* Remove a bunch of direct inbuf references by adding "vwv" to smb_requestVolker Lendecke2008-11-021-109/+106
* Rename "inbuf" to "base_ptr" in srvstr_get_path_*Volker Lendecke2008-11-021-5/+5
* Remove some direct inbuf references by adding smbreq_bufremVolker Lendecke2008-11-021-2/+2
* Simplify params of srvstr_pull_buf_talloc()Volker Lendecke2008-11-021-9/+7
* Add srvstr_get_path_req[_wcard]Volker Lendecke2008-11-021-107/+53
* Remove a bunch of direct inbuf references by adding "buf" to smb_requestVolker Lendecke2008-11-011-51/+42
* In reply_copy, don't write to inbuf when splitting directory and maskVolker Lendecke2008-11-011-19/+14
* In reply_search(), don't write to inbuf when splitting directory and maskVolker Lendecke2008-11-011-16/+10
* Apply some const to get_lock_*()Volker Lendecke2008-11-011-3/+6
* Add a "buflen" struct member to smb_requestVolker Lendecke2008-11-011-15/+7
* Fix nonempty blank linesVolker Lendecke2008-10-191-91/+91
* Inline the once-used macro "init_dfsroot"Volker Lendecke2008-10-191-1/+6
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-46/+46
* Use "struct files_struct" for pipes instead of smb_np_structVolker Lendecke2008-10-131-7/+0
* Pass struct smb_request to file_freeVolker Lendecke2008-10-131-15/+15
* Pass struct smb_request to file_newVolker Lendecke2008-10-131-1/+1
* Pass struct smb_request to file_fspVolker Lendecke2008-10-131-21/+21
* Remove unused CHECK_FSP macroVolker Lendecke2008-10-081-3/+2
* Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison2008-10-031-3/+0
* 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
* Slightly simplify logic: remove an else branchVolker Lendecke2008-09-011-14/+11
* Add st_birthtime and friends for accurate create times on systems that suppor...Jeremy Allison2008-08-271-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-141-0/+2