index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
close.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23183: Check in a change made by Tridge:
Volker Lendecke
2007-10-10
1
-7
/
+10
*
r22868: Replace some message_send_pid calls with messaging_send_pid calls. More
Volker Lendecke
2007-10-10
1
-2
/
+4
*
r22846: Chunk one to replace message_send_pid with messaging_send: Deep inside
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22784: fixed change notify for delete on close
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r21714: Change the VFS interface to use struct timespec
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r21409: saved_status1 is not used anymore after aio write behind was removed
Volker Lendecke
2007-10-10
1
-5
/
+2
*
r21280: Fix an uninitialized variable warning. Jeremy, please check.
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r21279: Get rid of 'aio write behind', this is broken.
Volker Lendecke
2007-10-10
1
-12
/
+1
*
r21274: As we now have POSIX opens which can unlink
Jeremy Allison
2007-10-10
1
-0
/
+9
*
r21191: Add in the POSIX open/mkdir/unlink calls.
Jeremy Allison
2007-10-10
1
-55
/
+56
*
r20931: This changes the notify infrastructure from a polling-based to an eve...
Volker Lendecke
2007-10-10
1
-5
/
+0
*
r20916: Add in the delete on close final fix - but only enabled
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r20883: W00t! I now understand how "delete on close" really
Jeremy Allison
2007-10-10
1
-2
/
+37
*
r20542: Make close_remove_share_mode retun NTSTATUS. Not that anybody cares y...
Volker Lendecke
2007-10-10
1
-4
/
+16
*
r20525: Closing a dir with del-on-close set requires the same as files: Don't...
Volker Lendecke
2007-10-10
1
-0
/
+12
*
r20524: Simplify logic of close_remove_share_mode().
Volker Lendecke
2007-10-10
1
-51
/
+67
*
r20442: Slight rewrite of the change notify infrastructure. This now survives...
Volker Lendecke
2007-10-10
1
-1
/
+2
[next]