1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-29 04:23:51 +03:00
Files
samba-mirror/source/smbd
Volker Lendecke 6022873cc1 Add streams support
This is the core of the streams support. The main change is that in
files_struct there is now a base_fsp pointer that holds the main file open
while a stream is open. This is necessary to get the rather strange delete
semantics right: You can't delete the main file while a stream is open without
FILE_SHARE_DELETE, and while a stream is open a successful unlink of the main
file leads to DELETE_PENDING for all further access on the main file or any
stream.
2008-01-19 23:25:36 +01:00
..
2008-01-12 23:57:11 +01:00
2008-01-10 13:19:58 +01:00
2008-01-19 23:25:36 +01:00
2007-12-10 12:22:01 +01:00
2007-12-02 12:54:11 +01:00
2008-01-19 23:25:36 +01:00
2007-12-19 22:19:55 -08:00
2007-12-28 17:02:07 +01:00
2008-01-19 23:25:36 +01:00
2007-11-07 22:28:26 +01:00
2008-01-10 13:19:58 +01:00
2008-01-12 21:09:43 +01:00
2007-11-13 12:51:31 -08:00
2008-01-19 23:25:36 +01:00
2008-01-08 16:08:39 -08:00
2007-12-18 09:56:04 +01:00
2008-01-19 22:58:17 +01:00
2007-11-13 12:51:31 -08:00