summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
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
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