index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
close.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor reply_rmdir to use handle based code. All
Jeremy Allison
2009-12-08
1
-2
/
+258
*
s3: "check_magic" only looks at the size
Volker Lendecke
2009-12-08
1
-1
/
+1
*
s3: Pass the "fake dir create times" parameter to sys_*stat
Volker Lendecke
2009-12-08
1
-1
/
+1
*
Got the logic simplification worked out so we still pass
Jeremy Allison
2009-11-26
1
-22
/
+37
*
Revert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb" - simplify
Jeremy Allison
2009-11-26
1
-7
/
+27
*
Simplify the logic - remove extraneous argument and calls to set_close_write_...
Jeremy Allison
2009-11-26
1
-27
/
+7
*
Fix explicit set of write time on close.
Jeremy Allison
2009-11-26
1
-1
/
+5
*
Get closer to an accurate model of Windows timestamp changes.
Jeremy Allison
2009-11-26
1
-2
/
+19
*
Remove lots of duplicate code and move it into one
Jeremy Allison
2009-11-26
1
-22
/
+7
*
s3:smbd: store a dirptr on the files_struct for SMB2 Query Directory
Stefan Metzmacher
2009-08-19
1
-0
/
+4
*
s3: Remove unnecessary callers of get_full_smb_filename
Tim Prouty
2009-07-21
1
-4
/
+1
*
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
2009-07-20
1
-93
/
+70
*
s3: Plumb smb_filename through SMB_VFS_NTIMES
Tim Prouty
2009-07-06
1
-14
/
+21
*
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
2009-07-06
1
-35
/
+67
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-4
/
+6
*
Check for error in transfer_file return also.
Jeremy Allison
2009-06-12
1
-1
/
+7
*
Fix bug 6440
Volker Lendecke
2009-06-12
1
-11
/
+19
*
Simplify close_normal_file()
Volker Lendecke
2009-06-12
1
-22
/
+21
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-1
/
+1
*
Fix more POSIX path lstat calls. Fix bug where close can return
Jeremy Allison
2009-02-25
1
-5
/
+17
*
s3 oplocks: Remove oplocks before handling delete on close semantics
Tim Prouty
2009-02-09
1
-4
/
+5
*
s3 oplocks: Add capabilites flags field to the kernel_oplocks struct
Tim Prouty
2009-02-09
1
-0
/
+4
*
Extend NTIMES to allow setting create_time
todd stecher
2009-01-23
1
-4
/
+4
*
s3: Add delete_all_streams to proto.h
Tim Prouty
2009-01-09
1
-1
/
+1
*
Fix bug #6017, - magic script does not work. based on a patch from monyo@samb...
Jeremy Allison
2009-01-06
1
-3
/
+13
*
s3: Call fd_close from close_directory
Tim Prouty
2008-12-09
1
-0
/
+7
*
First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.
Jeremy Allison
2008-11-21
1
-5
/
+3
*
Pass struct smb_request to file_free
Volker Lendecke
2008-10-13
1
-11
/
+14
*
Allow server manager to close open files selected by id.
Jeremy Allison
2008-05-27
1
-0
/
+34
*
Remove "user" from connection_struct
Volker Lendecke
2008-05-10
1
-1
/
+1
*
Remove the "stat_open()" function, flag, and all associated code. It was only
Jeremy Allison
2008-05-02
1
-16
/
+0
*
smbd: implement the strange write time update logic
Stefan Metzmacher
2008-04-07
1
-5
/
+73
*
locking: store the write time in the locking.tdb
Stefan Metzmacher
2008-04-07
1
-2
/
+4
*
smbd: always close the base_fsp even if the real close returned an error
Stefan Metzmacher
2008-04-01
1
-4
/
+0
*
Add streams support
Volker Lendecke
2008-01-19
1
-4
/
+111
*
Fix a build warning.
Günther Deschner
2008-01-11
1
-0
/
+1
*
Don't switch user contexts unless you have to. Saves
Jeremy Allison
2008-01-10
1
-14
/
+25
*
use talloc_tos in a few more places
Volker Lendecke
2008-01-10
1
-2
/
+2
*
Remove redundant connection_struct from check_magic() parameter list.
Michael Adam
2007-12-22
1
-2
/
+3
*
Remove redundant connection_struct from fd_close() parameter list.
Michael Adam
2007-12-22
1
-1
/
+1
*
smbd: close_stat() should be static
Stefan Metzmacher
2007-11-23
1
-1
/
+1
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-4
/
+4
*
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
Gerald (Jerry) Carter
2007-10-10
1
-3
/
+17
*
r25118: More pstring elimination.
Jeremy Allison
2007-10-10
1
-45
/
+58
*
r25117: The mega-patch Jerry was waiting for. Remove all pstrings from
Jeremy Allison
2007-10-10
1
-1
/
+2
*
r25055: Add file_id_string_tos
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r24464: Now Volker removed the readbmpx we don't need cached errors any more.
Jeremy Allison
2007-10-10
1
-1
/
+0
*
r24120: add a file_id_create() hook into the VFS layer
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r23906: Fix POSIX unlink bug found by Steve. If we
Jeremy Allison
2007-10-10
1
-2
/
+9
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
[next]