summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* I found lots of places where we assume error will be set when callingAndrew Tridgell2008-08-121-2/+2
* Fix a debug messageVolker Lendecke2008-07-271-1/+1
* Remove a pointless CONST_DISCARDVolker Lendecke2008-07-271-1/+1
* Fix bug creating files using DOS clients with mixedJeremy Allison2008-07-251-1/+1
* Remove current_user reference from printfsp.cVolker Lendecke2008-06-261-1/+1
* Remove current_user references from trans2.cVolker Lendecke2008-06-191-0/+31
* Remove reference to current_user from reply.cVolker Lendecke2008-06-191-4/+3
* Remove the "current_user" arg from fsp_belongs_connVolker Lendecke2008-06-191-2/+2
* Remove the "current_user" arg from check_fspVolker Lendecke2008-06-191-19/+19
* 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