summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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