summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-20Don't test split_ntfs_stream_nameVolker Lendecke1-3/+0
2008-01-19Add streams supportVolker Lendecke1-8/+20
2008-01-16Add support for offline files support, remote storage, and Async I/O force op...Alexander Bokovoy1-6/+13
2008-01-12Convert OpenDir to talloc, use talloc_tos()Volker Lendecke1-16/+19
2008-01-11Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE().Michael Adam1-2/+2
2008-01-10use talloc_tos in a few more placesVolker Lendecke1-3/+5
2008-01-08Fix resource leak found by coverity (CID 521).Jeremy Allison1-0/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam1-4/+4
2008-01-07Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam1-3/+3
2008-01-04Now conn is part of smb_request, we don't need it asJeremy Allison1-59/+88
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-26/+29
2008-01-02Convert reply_mknew to create_fileVolker Lendecke1-38/+16
2008-01-02Convert reply_open_and_X to create_fileVolker Lendecke1-42/+19
2008-01-02Convert reply_open to create_fileVolker Lendecke1-40/+19
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-12/+23
2007-12-21Some C++ warningsVolker Lendecke1-2/+2
2007-11-07Constrain "min receivefile size" to max of BUFFER_SIZEJeremy Allison1-2/+20
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison1-2/+3
2007-11-02Change the client library to write directly out ofJeremy Allison1-5/+10
2007-11-02Argggh. smblen doesn't include the +4, so my smb_doff calculationsJeremy Allison1-4/+4
2007-11-01Ensure we can't accidently do a pipe write withJeremy Allison1-0/+5
2007-11-01Be careful and take care of the correct lengths in largeJeremy Allison1-9/+7
2007-11-01Ensure we detect a large writeX when using recvfile.Jeremy Allison1-1/+2
2007-10-31Fix some cases where file_set_dosmode was being passedJeremy Allison1-1/+1
2007-10-30Handle the disk full error case correctly.Jeremy Allison1-1/+1
2007-10-30Add new parameter, "min receivefile size" (by default setJeremy Allison1-14/+81
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-52/+52
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-15/+13
2007-10-10r25502: Fix bug 5006Volker Lendecke1-1/+1
2007-10-10r25138: More pstring elimination. Add a TALLOC_CTX parameterJeremy Allison1-17/+20
2007-10-10r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison1-181/+288
2007-10-10r25111: Move to talloced pathnames on most code paths.Jeremy Allison1-103/+146
2007-10-10r25102: Rewrite msdfs code to use talloced filenames. Passes make testJeremy Allison1-90/+123
2007-10-10r25055: Add file_id_string_tosVolker Lendecke1-2/+2
2007-10-10r25009: Large patch discussed with Volker. Move unix_convert to a talloc-basedJeremy Allison1-177/+312
2007-10-10r24702: Remove the old API pointersVolker Lendecke1-9/+6
2007-10-10r24659: Some formatting changes helping to minimize the 3_2_0 diffVolker Lendecke1-8/+8
2007-10-10r24548: Fix the case-changing renamesVolker Lendecke1-14/+9
2007-10-10r24501: Added bcc test for reply_tcon & removed Vl's comment :-).Jeremy Allison1-6/+5
2007-10-10r24498: More extra code into a function, reply_openerror.Jeremy Allison1-38/+5
2007-10-10r24476: Fix the mappings in reply_opeXXX calls. Now to test renames.Jeremy Allison1-7/+24
2007-10-10r24461: Fix Bug 4852, thank to anto <sistemac@prosoft.ba> for reporting it.Volker Lendecke1-0/+14
2007-10-10r24457: Convert reply_tcon to the new APIVolker Lendecke1-29/+25
2007-10-10r24453: Remove the read and write bmpx callsVolker Lendecke1-256/+28