summaryrefslogtreecommitdiff
path: root/source3/smbd/close.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-03s3: Remove smbd_server_conn from msg_close_fileVolker Lendecke1-1/+8
2010-10-03s3: Attempt to fix a ton of warnings on the build farmVolker Lendecke1-0/+1
2010-09-28s3: Lift smbd_server_conn from file_find_difVolker Lendecke1-1/+1
2010-08-07s3: Remove smbd_messaging_context() from send_stat_cache_delete_message()Volker Lendecke1-1/+2
2010-07-27s3-smbd: Migrated to new spoolss functions for printing.Simo Sorce1-1/+3
2010-07-05s3: Remove smbd_messaging_context() from close_normal_file()Volker Lendecke1-1/+1
2010-07-05s3: Remove smbd_messaging_context() from notify_deferred_opens()Volker Lendecke1-4/+5
2010-06-04Fix a long-standing bug with async io that would only be triggered by SMB2.Jeremy Allison1-5/+5
2010-05-07Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex...Jeremy Allison1-1/+1
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
2010-04-09Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison1-1/+1
2010-03-15Switch over to using get_currect_XXX() accessor functions.Jeremy Allison1-7/+5
2010-03-15Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s...Jeremy Allison1-5/+7
2010-03-12Remove more uses of "extern struct current_user current_user;".Jeremy Allison1-7/+5
2010-01-12Fix bug #7033 - SMBrmdir call always returns true, even on failure to delete ...Jeremy Allison1-2/+6
2010-01-12Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison1-0/+3
2009-12-03Refactor reply_rmdir to use handle based code. AllJeremy Allison1-2/+258
2009-11-29s3: "check_magic" only looks at the sizeVolker Lendecke1-1/+1
2009-11-29s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke1-1/+1
2009-11-05Got the logic simplification worked out so we still passJeremy Allison1-22/+37
2009-11-05Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplifyJeremy Allison1-7/+27
2009-11-05Simplify the logic - remove extraneous argument and calls to set_close_write_...Jeremy Allison1-27/+7
2009-11-05Fix explicit set of write time on close.Jeremy Allison1-1/+5
2009-11-05Get closer to an accurate model of Windows timestamp changes.Jeremy Allison1-2/+19
2009-10-02Remove lots of duplicate code and move it into oneJeremy Allison1-22/+7
2009-08-19s3:smbd: store a dirptr on the files_struct for SMB2 Query DirectoryStefan Metzmacher1-0/+4
2009-07-21s3: Remove unnecessary callers of get_full_smb_filenameTim Prouty1-4/+1
2009-07-20s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty1-93/+70
2009-07-06s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty1-14/+21
2009-07-06s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty1-35/+67
2009-06-24s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty1-4/+6
2009-06-12Check for error in transfer_file return also.Jeremy Allison1-1/+7
2009-06-12Fix bug 6440Volker Lendecke1-11/+19
2009-06-12Simplify close_normal_file()Volker Lendecke1-22/+21
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-1/+1
2009-02-25Fix more POSIX path lstat calls. Fix bug where close can returnJeremy Allison1-5/+17
2009-02-09s3 oplocks: Remove oplocks before handling delete on close semanticsTim Prouty1-4/+5
2009-02-09s3 oplocks: Add capabilites flags field to the kernel_oplocks structTim Prouty1-0/+4
2009-01-23Extend NTIMES to allow setting create_timetodd stecher1-4/+4
2009-01-09s3: Add delete_all_streams to proto.hTim Prouty1-1/+1
2009-01-06Fix bug #6017, - magic script does not work. based on a patch from monyo@samb...Jeremy Allison1-3/+13
2008-12-09s3: Call fd_close from close_directoryTim Prouty1-0/+7
2008-11-21First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.Jeremy Allison1-5/+3
2008-10-13Pass struct smb_request to file_freeVolker Lendecke1-11/+14
2008-05-27Allow server manager to close open files selected by id.Jeremy Allison1-0/+34
2008-05-10Remove "user" from connection_structVolker Lendecke1-1/+1
2008-05-02Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison1-16/+0
2008-04-07smbd: implement the strange write time update logicStefan Metzmacher1-5/+73
2008-04-07locking: store the write time in the locking.tdbStefan Metzmacher1-2/+4
2008-04-01smbd: always close the base_fsp even if the real close returned an errorStefan Metzmacher1-4/+0