1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00
Volker Lendecke 156cd09899 RWX on a file does not imply DELETE access
Without this the changed checks in can_delete_file_in_directory give DELETE
access where there is none. So we can end up granting the ntcreate&x preparing
the unlink where we should not, which leads to a NT_STATUS_ACCESS_DENIED at
close time later, which in turn does *not* give the access denied error message
in the Windows GUI.

can_delete_file_in_directory will grant access now by looking at the directory
permissions.
(This used to be commit 51b5364c2afb3a18df4bec2bc1624760ccc01676)
2008-06-19 15:27:41 +02:00
..
2008-02-24 11:39:59 +01:00
2008-01-10 13:19:58 +01:00
2008-04-19 17:04:09 +02:00
2008-02-25 12:58:56 +01:00
2008-06-17 10:48:40 +02:00
2008-05-16 23:18:50 +02:00
2008-05-16 23:18:50 +02:00
2007-11-13 12:51:31 -08:00
2008-04-08 21:41:16 +02:00
2008-04-07 15:28:10 -07:00
2008-05-20 23:08:42 +02:00
2007-12-18 09:56:04 +01:00