Corinna Vinschen
ed7ec849f6
* fhandler_disk_file.cc (fhandler_disk_file::link): Use FILE_ANY_ACCESS.
...
(fhandler_base::utimes_fs): Fix white space.
(fhandler_disk_file::lock): Remove 9x blurb from comment.
(fhandler_disk_file::mkdir): Use NtCreateFile/NtClose instead of
CreateDirectoryA.
(fhandler_disk_file::rmdir): Accommodate changes to unlink_nt.
Simplify post-delete SMB-related tests. Use NtQueryAttributesFile
instead of GetFileAttributes.
* ntdll.h (STATUS_DIRECTORY_NOT_EMPTY): Define.
(NtQueryAttributesFile): Declare.
* syscalls.cc (unlink_nt): Return NTSTATUS. Drop setattrs parameter.
Never use FILE_DELETE_ON_CLOSE, always use
NtSetInformationFile(FileDispositionInformation) instead.
Check for R/O attributes and open file with FILE_WRITE_ATTRIBUTES
access if any of them are set. Remove R/O attributes before
marking for delete if necessary. Revert them afterwards if necessary.
(unlink): Accommodate changes to unlink_nt.
2007-07-29 12:27:22 +00:00
..
2007-07-10 00:12:54 +00:00
2006-04-12 15:53:22 +00:00
2007-06-12 15:24:46 +00:00
2005-12-23 22:50:20 +00:00
2006-05-24 16:59:03 +00:00
2006-03-01 20:20:22 +00:00
2007-06-27 12:46:35 +00:00
2007-07-27 16:24:07 +00:00
2007-07-29 12:27:22 +00:00
2005-05-02 03:50:11 +00:00
2005-05-02 03:50:11 +00:00
2005-05-02 03:50:11 +00:00
2005-01-11 12:48:34 +00:00
2006-01-16 19:52:21 +00:00
2007-01-03 11:14:53 +00:00
2006-12-11 18:55:29 +00:00
2005-05-02 03:50:11 +00:00
2006-05-24 16:59:03 +00:00
2006-05-24 03:39:29 +00:00
2005-09-29 14:28:22 +00:00
2005-03-23 17:11:24 +00:00
2005-03-19 21:45:15 +00:00
2005-08-20 06:19:55 +00:00
2007-07-18 11:15:51 +00:00
2007-07-19 08:33:22 +00:00
2006-11-27 12:59:59 +00:00
2005-05-30 00:54:01 +00:00
2007-02-08 11:35:52 +00:00
2005-07-05 03:16:46 +00:00
2005-07-05 03:16:46 +00:00
2005-07-05 03:16:46 +00:00
2006-06-03 21:44:01 +00:00
2005-10-17 23:27:00 +00:00
2007-02-23 15:15:50 +00:00
2007-07-29 05:22:05 +00:00
2007-01-15 12:19:01 +00:00
2007-07-06 20:05:44 +00:00
2007-04-18 13:11:35 +00:00
2007-07-19 07:24:17 +00:00
2007-07-10 01:21:03 +00:00
2006-05-25 05:40:51 +00:00
2007-02-22 16:04:19 +00:00
2007-02-23 14:20:28 +00:00
2007-01-17 19:26:58 +00:00
2007-02-23 14:20:28 +00:00
2007-07-26 17:30:54 +00:00
2007-07-10 01:21:03 +00:00
2006-06-02 00:09:50 +00:00
2005-04-14 17:34:03 +00:00
2007-04-18 13:11:35 +00:00
2007-07-07 17:00:33 +00:00
2007-07-07 17:00:33 +00:00
2007-03-01 15:13:47 +00:00
2006-08-02 15:11:48 +00:00
2006-09-07 20:42:53 +00:00
2007-07-29 05:22:05 +00:00
2006-02-15 22:11:13 +00:00
2007-03-30 13:36:06 +00:00
2005-01-12 22:40:46 +00:00
2005-11-14 04:28:45 +00:00
2007-02-23 12:01:52 +00:00
2007-07-29 12:27:22 +00:00
2006-06-03 21:44:01 +00:00
2007-07-29 05:22:05 +00:00
2007-05-22 07:16:19 +00:00
2007-03-06 14:48:25 +00:00
2006-12-06 16:33:03 +00:00
2007-07-26 17:30:54 +00:00
2007-07-26 17:30:54 +00:00
2007-06-29 15:13:01 +00:00
2007-06-29 15:13:01 +00:00
2005-09-28 19:22:25 +00:00
2007-03-06 14:48:25 +00:00
2007-07-20 14:29:43 +00:00
2007-02-23 10:51:59 +00:00
2007-06-21 15:57:54 +00:00
2006-07-26 15:59:39 +00:00
2006-06-03 20:32:07 +00:00
2007-02-23 15:15:50 +00:00
2007-07-09 17:02:37 +00:00
2005-09-14 14:27:56 +00:00
2005-09-14 14:27:56 +00:00
2007-07-29 05:22:05 +00:00
2007-07-29 05:22:05 +00:00
2007-07-07 16:43:03 +00:00
2006-06-02 00:09:50 +00:00
2006-03-01 20:20:22 +00:00
2006-05-16 03:14:24 +00:00
2007-03-06 16:29:40 +00:00
2007-07-16 20:01:15 +00:00
2006-10-31 18:41:16 +00:00
2005-12-07 22:28:49 +00:00
2006-07-06 17:16:37 +00:00
2005-05-02 03:50:11 +00:00
2005-06-04 02:11:50 +00:00
2006-05-28 21:39:37 +00:00
2007-07-14 15:58:32 +00:00
2006-06-04 20:32:58 +00:00
2005-11-18 17:48:23 +00:00
2007-06-12 15:24:46 +00:00
2007-07-20 14:29:43 +00:00
2007-02-08 11:35:52 +00:00
2005-12-10 17:09:58 +00:00
2007-02-23 10:51:59 +00:00
2006-04-17 15:09:13 +00:00
2006-08-10 14:15:00 +00:00
2007-07-19 08:33:22 +00:00
2005-07-03 02:40:30 +00:00
2006-07-26 15:59:39 +00:00
2007-07-07 16:43:03 +00:00
2007-02-22 10:54:47 +00:00
2005-05-02 03:50:11 +00:00
2007-07-29 12:27:22 +00:00
2007-02-20 00:16:18 +00:00
2007-02-23 15:15:50 +00:00
2007-07-26 17:30:54 +00:00
2007-07-26 17:30:54 +00:00
2007-07-19 08:36:32 +00:00
2007-07-07 17:00:33 +00:00
2007-07-10 01:21:03 +00:00
2006-07-31 14:27:56 +00:00
2007-07-07 16:43:03 +00:00
2007-06-29 15:13:01 +00:00
2007-02-20 15:48:04 +00:00
2005-04-05 06:04:57 +00:00
2007-07-08 15:04:34 +00:00
2007-02-22 10:54:47 +00:00
2006-01-03 17:44:26 +00:00
2005-07-03 02:40:30 +00:00
2005-03-01 11:51:29 +00:00
2007-02-22 10:54:47 +00:00
2007-07-20 14:29:43 +00:00
2007-07-20 14:29:43 +00:00
2007-07-20 14:29:43 +00:00
2007-07-20 14:29:43 +00:00
2007-07-20 14:29:43 +00:00
2007-07-07 17:29:20 +00:00
2005-07-03 02:40:30 +00:00
2007-07-26 17:30:54 +00:00
2007-06-27 17:08:19 +00:00
2005-07-03 02:40:30 +00:00
2007-06-12 20:49:48 +00:00
2007-07-14 15:58:32 +00:00
2006-07-14 00:50:55 +00:00
2006-10-27 10:41:51 +00:00
2006-07-05 16:06:50 +00:00
2007-07-19 08:36:32 +00:00
2006-01-02 02:57:54 +00:00
2007-07-10 00:12:54 +00:00
2005-07-06 20:05:03 +00:00
2007-02-20 14:31:26 +00:00
2007-07-29 12:27:22 +00:00
2007-06-11 17:38:27 +00:00
2007-02-26 12:39:25 +00:00
2006-12-06 19:44:07 +00:00
2007-03-29 16:37:36 +00:00
2007-02-22 12:34:55 +00:00
2006-02-20 02:06:37 +00:00
2007-07-06 20:09:23 +00:00
2006-07-25 19:23:23 +00:00
2006-07-25 19:23:23 +00:00
2006-07-26 15:59:39 +00:00
2007-07-19 08:36:32 +00:00
2007-02-23 10:51:59 +00:00
2005-06-09 05:11:51 +00:00
2005-06-07 19:31:42 +00:00
2007-07-19 09:06:54 +00:00
2007-07-19 09:06:54 +00:00
2005-10-17 23:27:00 +00:00
2006-04-13 01:37:00 +00:00
2007-02-23 12:01:52 +00:00
2006-07-17 19:30:30 +00:00
2007-07-26 17:30:54 +00:00