summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-02Rename "inbuf" to "base_ptr" in srvstr_get_path_*Volker Lendecke1-5/+5
2008-11-02Remove some direct inbuf references by adding smbreq_bufremVolker Lendecke1-2/+2
2008-11-02Simplify params of srvstr_pull_buf_talloc()Volker Lendecke1-9/+7
2008-11-02Add srvstr_get_path_req[_wcard]Volker Lendecke1-107/+53
2008-11-01Remove a bunch of direct inbuf references by adding "buf" to smb_requestVolker Lendecke1-51/+42
2008-11-01In reply_copy, don't write to inbuf when splitting directory and maskVolker Lendecke1-19/+14
2008-11-01In reply_search(), don't write to inbuf when splitting directory and maskVolker Lendecke1-16/+10
2008-11-01Apply some const to get_lock_*()Volker Lendecke1-3/+6
2008-11-01Add a "buflen" struct member to smb_requestVolker Lendecke1-15/+7
2008-10-19Fix nonempty blank linesVolker Lendecke1-91/+91
2008-10-19Inline the once-used macro "init_dfsroot"Volker Lendecke1-1/+6
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij1-46/+46
2008-10-13Use "struct files_struct" for pipes instead of smb_np_structVolker Lendecke1-7/+0
2008-10-13Pass struct smb_request to file_freeVolker Lendecke1-15/+15
2008-10-13Pass struct smb_request to file_newVolker Lendecke1-1/+1
2008-10-13Pass struct smb_request to file_fspVolker Lendecke1-21/+21
2008-10-08Remove unused CHECK_FSP macroVolker Lendecke1-3/+2
2008-10-03Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison1-3/+0
2008-09-30Fix the make test problem Karolin reported. Now rename_open_files actually wo...Jeremy Allison1-2/+2
2008-09-05Write times code update.Jeremy Allison1-2/+4
2008-09-01Slightly simplify logic: remove an else branchVolker Lendecke1-14/+11
2008-08-27Add st_birthtime and friends for accurate create times on systems that suppor...Jeremy Allison1-3/+4
2008-08-26EINVAL is also a valid error return, meaning "this filesystemAndrew Tridgell1-2/+3
2008-08-14Fix for bug #5617, reported and patched by Bartosz Antosik antosik@gmail.com.Jeremy Allison1-0/+2
2008-08-12I found lots of places where we assume error will be set when callingAndrew Tridgell1-2/+2
2008-07-27Fix a debug messageVolker Lendecke1-1/+1
2008-07-27Remove a pointless CONST_DISCARDVolker Lendecke1-1/+1
2008-07-25Fix bug creating files using DOS clients with mixedJeremy Allison1-1/+1
2008-06-26Remove current_user reference from printfsp.cVolker Lendecke1-1/+1
2008-06-19Remove current_user references from trans2.cVolker Lendecke1-0/+31
2008-06-19Remove reference to current_user from reply.cVolker Lendecke1-4/+3
2008-06-19Remove the "current_user" arg from fsp_belongs_connVolker Lendecke1-2/+2
2008-06-19Remove the "current_user" arg from check_fspVolker Lendecke1-19/+19
2008-04-08Fix the build of reply_setattrE().Günther Deschner1-2/+2
2008-04-07smbd: make it possible to disable get_file_infos() on searchesStefan Metzmacher1-2/+11
2008-04-07smbd: implement the strange write time update logicStefan Metzmacher1-22/+39
2008-04-07locking: store the write time in the locking.tdbStefan Metzmacher1-1/+2
2008-03-28Fix missing '&&'.Jeremy Allison1-1/+1
2008-03-28Only allow sendfile on non-stream fsp's. Should fix make test for streamsJeremy Allison1-2/+2
2008-03-28printclose has only 1 vwvVolker Lendecke1-1/+1
2008-03-11Allow us to pass RAW-RENAME by testing that the connection structJeremy Allison1-1/+1
2008-03-11Try and fix bug #5315, as well as S4 torture tests RAW-OPLOCK BATCH19,Jeremy Allison1-7/+8
2008-02-22Don't use fname after create_file has been calledVolker Lendecke1-11/+11
2008-02-08Fix some typos.Karolin Seeger1-1/+1
2008-02-06Change the file time before we change the file mode.Alexander Bokovoy1-6/+6
2008-02-02Convert read_data() to NTSTATUSVolker Lendecke1-4/+5
2008-02-02Make get_srv_read_error static to process.cVolker Lendecke1-2/+2
2008-02-02Convert read_smb_length to return NTSTATUSVolker Lendecke1-9/+3
2008-01-30Re-enable async I/O for non-TSM systemsVolker Lendecke1-9/+2
2008-01-20Fix some "set but never used" warningsVolker Lendecke1-3/+1