summaryrefslogtreecommitdiff
path: root/source3/smbd/close.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-19Add streams supportVolker Lendecke1-4/+111
2008-01-11Fix a build warning.Günther Deschner1-0/+1
2008-01-10Don't switch user contexts unless you have to. SavesJeremy Allison1-14/+25
2008-01-10use talloc_tos in a few more placesVolker Lendecke1-2/+2
2007-12-22Remove redundant connection_struct from check_magic() parameter list.Michael Adam1-2/+3
2007-12-22Remove redundant connection_struct from fd_close() parameter list.Michael Adam1-1/+1
2007-11-23smbd: close_stat() should be staticStefan Metzmacher1-1/+1
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-3/+17
2007-10-10r25118: More pstring elimination.Jeremy Allison1-45/+58
2007-10-10r25117: The mega-patch Jerry was waiting for. Remove all pstrings fromJeremy Allison1-1/+2
2007-10-10r25055: Add file_id_string_tosVolker Lendecke1-2/+2
2007-10-10r24464: Now Volker removed the readbmpx we don't need cached errors any more.Jeremy Allison1-1/+0
2007-10-10r24120: add a file_id_create() hook into the VFS layerStefan Metzmacher1-1/+1
2007-10-10r23906: Fix POSIX unlink bug found by Steve. If weJeremy Allison1-2/+9
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-7/+10
2007-10-10r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke1-2/+4
2007-10-10r22846: Chunk one to replace message_send_pid with messaging_send: Deep insideVolker Lendecke1-1/+1
2007-10-10r22784: fixed change notify for delete on closeAndrew Tridgell1-0/+4
2007-10-10r21714: Change the VFS interface to use struct timespecJeremy Allison1-2/+2
2007-10-10r21409: saved_status1 is not used anymore after aio write behind was removedVolker Lendecke1-5/+2
2007-10-10r21280: Fix an uninitialized variable warning. Jeremy, please check.Volker Lendecke1-3/+3