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