summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert reply_open_and_X to create_fileVolker Lendecke2008-01-021-42/+19
* Convert reply_open to create_fileVolker Lendecke2008-01-021-40/+19
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-12/+23
* Some C++ warningsVolker Lendecke2007-12-211-2/+2
* Constrain "min receivefile size" to max of BUFFER_SIZEJeremy Allison2007-11-071-2/+20
* Remove the horror that was the global smb_rw_error.Jeremy Allison2007-11-051-2/+3
* Change the client library to write directly out ofJeremy Allison2007-11-021-5/+10
* Argggh. smblen doesn't include the +4, so my smb_doff calculationsJeremy Allison2007-11-021-4/+4
* Ensure we can't accidently do a pipe write withJeremy Allison2007-11-011-0/+5
* Be careful and take care of the correct lengths in largeJeremy Allison2007-11-011-9/+7
* Ensure we detect a large writeX when using recvfile.Jeremy Allison2007-11-011-1/+2
* Fix some cases where file_set_dosmode was being passedJeremy Allison2007-10-311-1/+1
* Handle the disk full error case correctly.Jeremy Allison2007-10-301-1/+1
* Add new parameter, "min receivefile size" (by default setJeremy Allison2007-10-301-14/+81
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-52/+52
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-15/+13
* r25502: Fix bug 5006Volker Lendecke2007-10-101-1/+1
* r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison2007-10-101-17/+20
* r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison2007-10-101-181/+288
* r25111: Move to talloced pathnames on most code paths.Jeremy Allison2007-10-101-103/+146
* r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison2007-10-101-90/+123