[ros-diffs] [tthompson] 71680: [NTFS] Allow for an existing file to be opened with FILE_OVERWRITE, FILE_OVERWRITE_IF, or FILE_SUPERSEDE dispositions, and truncate that file. This allows for a file to

2016-06-26 Thread tthompson
Author: tthompson Date: Sun Jun 26 21:06:02 2016 New Revision: 71680 URL: http://svn.reactos.org/svn/reactos?rev=71680=rev Log: [NTFS] Allow for an existing file to be opened with FILE_OVERWRITE, FILE_OVERWRITE_IF, or FILE_SUPERSEDE dispositions, and truncate that file. This allows for a file

[ros-diffs] [ekohl] 71679: [SERVICES] Create an individual security descriptor for each service. We cannot use a common default security descriptor because RtlSetSecurityObject will free the old secur

2016-06-26 Thread ekohl
Author: ekohl Date: Sun Jun 26 20:09:37 2016 New Revision: 71679 URL: http://svn.reactos.org/svn/reactos?rev=71679=rev Log: [SERVICES] Create an individual security descriptor for each service. We cannot use a common default security descriptor because RtlSetSecurityObject will free the old

[ros-diffs] [hbelusca] 71678: [EVENTVWR] - No need to pop up an error box if we cannot find an event message resource DLL for the current event log. - Flatten out GetEventMessageFileDLL a bit. - Fix a

2016-06-26 Thread hbelusca
Author: hbelusca Date: Sun Jun 26 19:36:38 2016 New Revision: 71678 URL: http://svn.reactos.org/svn/reactos?rev=71678=rev Log: [EVENTVWR] - No need to pop up an error box if we cannot find an event message resource DLL for the current event log. - Flatten out GetEventMessageFileDLL a bit. - Fix

[ros-diffs] [tthompson] 71677: [NTFS] Remove unused parameter from SetAttributeDataLength.

2016-06-26 Thread tthompson
Author: tthompson Date: Sun Jun 26 17:03:31 2016 New Revision: 71677 URL: http://svn.reactos.org/svn/reactos?rev=71677=rev Log: [NTFS] Remove unused parameter from SetAttributeDataLength. Modified: branches/GSoC_2016/NTFS/drivers/filesystems/ntfs/mft.c

[ros-diffs] [ekohl] 71676: [SERVICES] Use self-relative security descriptors only: - Convert the default service security descriptor to the self-relative format. - Remove security descriptor format co

2016-06-26 Thread ekohl
Author: ekohl Date: Sun Jun 26 15:02:48 2016 New Revision: 71676 URL: http://svn.reactos.org/svn/reactos?rev=71676=rev Log: [SERVICES] Use self-relative security descriptors only: - Convert the default service security descriptor to the self-relative format. - Remove security descriptor format

[ros-diffs] [mjansen] 71675: [SCHANNEL] add missing function to the delayload header. Spotted by Peter Hater. CORE-11270 #resolve

2016-06-26 Thread mjansen
Author: mjansen Date: Sun Jun 26 12:52:46 2016 New Revision: 71675 URL: http://svn.reactos.org/svn/reactos?rev=71675=rev Log: [SCHANNEL] add missing function to the delayload header. Spotted by Peter Hater. CORE-11270 #resolve Modified:

[ros-diffs] [pschweitzer] 71674: [FASTFAT] Don't allow renaming a directory if there are opened files in it. The way we do it for now isn't fully optimal and could be really improved, but that's a fir

2016-06-26 Thread pschweitzer
Author: pschweitzer Date: Sun Jun 26 10:23:35 2016 New Revision: 71674 URL: http://svn.reactos.org/svn/reactos?rev=71674=rev Log: [FASTFAT] Don't allow renaming a directory if there are opened files in it. The way we do it for now isn't fully optimal and could be really improved, but that's a