summaryrefslogtreecommitdiffstats
path: root/source3/smbd/close.c
Commit message (Expand)AuthorAgeFilesLines
* Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison2010-04-091-1/+1
* Switch over to using get_currect_XXX() accessor functions.Jeremy Allison2010-03-151-7/+5
* Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s...Jeremy Allison2010-03-151-5/+7
* Remove more uses of "extern struct current_user current_user;".Jeremy Allison2010-03-121-7/+5
* Fix bug #7033 - SMBrmdir call always returns true, even on failure to delete ...Jeremy Allison2010-01-121-2/+6
* Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison2010-01-121-0/+3
* Refactor reply_rmdir to use handle based code. AllJeremy Allison2009-12-031-2/+258
* s3: "check_magic" only looks at the sizeVolker Lendecke2009-11-291-1/+1
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-291-1/+1
* Got the logic simplification worked out so we still passJeremy Allison2009-11-051-22/+37
* Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplifyJeremy Allison2009-11-051-7/+27
* Simplify the logic - remove extraneous argument and calls to set_close_write_...Jeremy Allison2009-11-051-27/+7
* Fix explicit set of write time on close.Jeremy Allison2009-11-051-1/+5
* Get closer to an accurate model of Windows timestamp changes.Jeremy Allison2009-11-051-2/+19
* Remove lots of duplicate code and move it into oneJeremy Allison2009-10-021-22/+7
* s3:smbd: store a dirptr on the files_struct for SMB2 Query DirectoryStefan Metzmacher2009-08-191-0/+4
* s3: Remove unnecessary callers of get_full_smb_filenameTim Prouty2009-07-211-4/+1
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-93/+70
* s3: Plumb smb_filename through SMB_VFS_NTIMESTim Prouty2009-07-061-14/+21
* s3: Plumb smb_filename through SMB_VFS_UNLINKTim Prouty2009-07-061-35/+67
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-4/+6
* Check for error in transfer_file return also.Jeremy Allison2009-06-121-1/+7
* Fix bug 6440Volker Lendecke2009-06-121-11/+19
* Simplify close_normal_file()Volker Lendecke2009-06-121-22/+21
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-1/+1
* Fix more POSIX path lstat calls. Fix bug where close can returnJeremy Allison2009-02-251-5/+17
* s3 oplocks: Remove oplocks before handling delete on close semanticsTim Prouty2009-02-091-4/+5
* s3 oplocks: Add capabilites flags field to the kernel_oplocks structTim Prouty2009-02-091-0/+4
* Extend NTIMES to allow setting create_timetodd stecher2009-01-231-4/+4
* s3: Add delete_all_streams to proto.hTim Prouty2009-01-091-1/+1
* Fix bug #6017, - magic script does not work. based on a patch from monyo@samb...Jeremy Allison2009-01-061-3/+13
* s3: Call fd_close from close_directoryTim Prouty2008-12-091-0/+7
* First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.Jeremy Allison2008-11-211-5/+3
* Pass struct smb_request to file_freeVolker Lendecke2008-10-131-11/+14
* Allow server manager to close open files selected by id.Jeremy Allison2008-05-271-0/+34
* Remove "user" from connection_structVolker Lendecke2008-05-101-1/+1
* Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison2008-05-021-16/+0
* smbd: implement the strange write time update logicStefan Metzmacher2008-04-071-5/+73
* locking: store the write time in the locking.tdbStefan Metzmacher2008-04-071-2/+4
* smbd: always close the base_fsp even if the real close returned an errorStefan Metzmacher2008-04-011-4/+0
* Add streams supportVolker Lendecke2008-01-191-4/+111
* Fix a build warning.Günther Deschner2008-01-111-0/+1
* Don't switch user contexts unless you have to. SavesJeremy Allison2008-01-101-14/+25
* use talloc_tos in a few more placesVolker Lendecke2008-01-101-2/+2
* Remove redundant connection_struct from check_magic() parameter list.Michael Adam2007-12-221-2/+3
* Remove redundant connection_struct from fd_close() parameter list.Michael Adam2007-12-221-1/+1
* smbd: close_stat() should be staticStefan Metzmacher2007-11-231-1/+1
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-3/+17
* r25118: More pstring elimination.Jeremy Allison2007-10-101-45/+58