[ros-diffs] [hbelusca] 71384: [ADVAPI32]: Implement all the Elf*** event log APIs as wrappers around the corresponding RPC calls, and the Win32 APIs just become calls to the Elf*** APIs.

2016-05-22 Thread hbelusca
Author: hbelusca Date: Mon May 23 02:03:49 2016 New Revision: 71384 URL: http://svn.reactos.org/svn/reactos?rev=71384=rev Log: [ADVAPI32]: Implement all the Elf*** event log APIs as wrappers around the corresponding RPC calls, and the Win32 APIs just become calls to the Elf*** APIs. Modified:

[ros-diffs] [hbelusca] 71383: [IDL]: Whitespace fixes only.

2016-05-22 Thread hbelusca
Author: hbelusca Date: Sun May 22 22:20:25 2016 New Revision: 71383 URL: http://svn.reactos.org/svn/reactos?rev=71383=rev Log: [IDL]: Whitespace fixes only. Modified: trunk/reactos/sdk/include/reactos/idl/eventlogrpc.acf trunk/reactos/sdk/include/reactos/idl/lsa.acf

[ros-diffs] [tfaber] 71382: [RTL] - Return the ACE pointer from RtlFirstFreeAce also if it is at the end of the ACL buffer. CORE-11304 #resolve

2016-05-22 Thread tfaber
Author: tfaber Date: Sun May 22 22:11:54 2016 New Revision: 71382 URL: http://svn.reactos.org/svn/reactos?rev=71382=rev Log: [RTL] - Return the ACE pointer from RtlFirstFreeAce also if it is at the end of the ACL buffer. CORE-11304 #resolve Added:

[ros-diffs] [mjansen] 71381: [APPHELP][APPHELP_APITEST] Add more db tests and implement SdbGetDatabaseVersion. CORE-10367

2016-05-22 Thread mjansen
Author: mjansen Date: Sun May 22 20:39:41 2016 New Revision: 71381 URL: http://svn.reactos.org/svn/reactos?rev=71381=rev Log: [APPHELP][APPHELP_APITEST] Add more db tests and implement SdbGetDatabaseVersion. CORE-10367 Modified: trunk/reactos/dll/appcompat/apphelp/apphelp.spec

[ros-diffs] [mjansen] 71380: [APPHELP][APPHELP_APITEST] Implement most of sdbread and sdbwrite, mainly the work of Mislav Blaževic, with some small additions from me. CORE-10367

2016-05-22 Thread mjansen
Author: mjansen Date: Sun May 22 20:27:02 2016 New Revision: 71380 URL: http://svn.reactos.org/svn/reactos?rev=71380=rev Log: [APPHELP][APPHELP_APITEST] Implement most of sdbread and sdbwrite, mainly the work of Mislav Blaževic, with some small additions from me. CORE-10367 Added:

[ros-diffs] [tfaber] 71379: [SETUPAPI] - Fix Buffer overflow in FixupServiceBinaryPath

2016-05-22 Thread tfaber
Author: tfaber Date: Sun May 22 19:09:49 2016 New Revision: 71379 URL: http://svn.reactos.org/svn/reactos?rev=71379=rev Log: [SETUPAPI] - Fix Buffer overflow in FixupServiceBinaryPath Modified: trunk/reactos/dll/win32/setupapi/install.c Modified: trunk/reactos/dll/win32/setupapi/install.c

[ros-diffs] [hbelusca] 71378: [EVENTVWR] - Fix the flags used in LoadLibraryEx calls for loading DLLs as resource files. - Use a nice flag (FORMAT_MESSAGE_MAX_WIDTH_MASK) in FormatMessage calls so tha

2016-05-22 Thread hbelusca
Author: hbelusca Date: Sun May 22 19:00:55 2016 New Revision: 71378 URL: http://svn.reactos.org/svn/reactos?rev=71378=rev Log: [EVENTVWR] - Fix the flags used in LoadLibraryEx calls for loading DLLs as resource files. - Use a nice flag (FORMAT_MESSAGE_MAX_WIDTH_MASK) in FormatMessage calls so

[ros-diffs] [hbelusca] 71377: [EVENTVWR] - Set window parent for different MessageBox calls. - Add a notice in ShowStatusMessageThread concerning a potential bug. - Rename strings "Save Protocol" into

2016-05-22 Thread hbelusca
Author: hbelusca Date: Sun May 22 17:17:33 2016 New Revision: 71377 URL: http://svn.reactos.org/svn/reactos?rev=71377=rev Log: [EVENTVWR] - Set window parent for different MessageBox calls. - Add a notice in ShowStatusMessageThread concerning a potential bug. - Rename strings "Save Protocol" into

[ros-diffs] [hbelusca] 71376: [EVENTVWR] - Fix a typo in the "loading, wait" dialog. - Use a RichEdit control for the detailed event description text, so that we can have for free clickable URLs. - Us

2016-05-22 Thread hbelusca
Author: hbelusca Date: Sun May 22 16:19:55 2016 New Revision: 71376 URL: http://svn.reactos.org/svn/reactos?rev=71376=rev Log: [EVENTVWR] - Fix a typo in the "loading, wait" dialog. - Use a RichEdit control for the detailed event description text, so that we can have for free clickable URLs. -

[ros-diffs] [pschweitzer] 71375: [PSDK] Define STATUS_FILE_LOCKED_WITH_ONLY_READERS and STATUS_FILE_LOCKED_WITH_WRITERS CORE-11295

2016-05-22 Thread pschweitzer
Author: pschweitzer Date: Sun May 22 13:22:52 2016 New Revision: 71375 URL: http://svn.reactos.org/svn/reactos?rev=71375=rev Log: [PSDK] Define STATUS_FILE_LOCKED_WITH_ONLY_READERS and STATUS_FILE_LOCKED_WITH_WRITERS CORE-11295 Modified: trunk/reactos/sdk/include/psdk/ntstatus.h Modified:

[ros-diffs] [ekohl] 71374: [EVENTVWR] Display event data properly.

2016-05-22 Thread ekohl
Author: ekohl Date: Sun May 22 12:15:30 2016 New Revision: 71374 URL: http://svn.reactos.org/svn/reactos?rev=71374=rev Log: [EVENTVWR] Display event data properly. Modified: trunk/reactos/base/applications/mscutils/eventvwr/CMakeLists.txt

[ros-diffs] [tfaber] 71373: [SCHANNEL] - Set received length to zero when the receive result is MBEDTLS_ERR_SSL_PEER_CLOSE_NOTIFY instead of pretending we got data CORE-11285 #resolve

2016-05-22 Thread tfaber
Author: tfaber Date: Sun May 22 10:56:22 2016 New Revision: 71373 URL: http://svn.reactos.org/svn/reactos?rev=71373=rev Log: [SCHANNEL] - Set received length to zero when the receive result is MBEDTLS_ERR_SSL_PEER_CLOSE_NOTIFY instead of pretending we got data CORE-11285 #resolve Modified:

[ros-diffs] [tfaber] 71372: [SCHANNEL] - Correctly check for ROS_SCHAN_IS_BLOCKING CORE-11285

2016-05-22 Thread tfaber
Author: tfaber Date: Sun May 22 10:53:23 2016 New Revision: 71372 URL: http://svn.reactos.org/svn/reactos?rev=71372=rev Log: [SCHANNEL] - Correctly check for ROS_SCHAN_IS_BLOCKING CORE-11285 Modified: trunk/reactos/dll/win32/schannel/schannel_mbedtls.c Modified:

[ros-diffs] [tfaber] 71371: [UNIATA] - When handling CD READ_CAPACITY requests in AtapiInterrupt__, fully rewind the DataBuffer instead of relying on the last read length. Fixes crash on first stage b

2016-05-22 Thread tfaber
Author: tfaber Date: Sun May 22 10:25:24 2016 New Revision: 71371 URL: http://svn.reactos.org/svn/reactos?rev=71371=rev Log: [UNIATA] - When handling CD READ_CAPACITY requests in AtapiInterrupt__, fully rewind the DataBuffer instead of relying on the last read length. Fixes crash on first stage

[ros-diffs] [pschweitzer] 71370: [VFATLIB] Update the amount of FAT entries taking into account that the first two are reserved and thus not usable. Patch by Wim Hueskes CORE-11283 #resolve #comment C

2016-05-22 Thread pschweitzer
Author: pschweitzer Date: Sun May 22 07:56:45 2016 New Revision: 71370 URL: http://svn.reactos.org/svn/reactos?rev=71370=rev Log: [VFATLIB] Update the amount of FAT entries taking into account that the first two are reserved and thus not usable. Patch by Wim Hueskes CORE-11283 #resolve

[ros-diffs] [pschweitzer] 71369: [SYSSETUP] Update acknowledgements regarding imported FSDs in ReactOS. Thanks Matt Wu and Mark Harmstone for your great work!

2016-05-22 Thread pschweitzer
Author: pschweitzer Date: Sun May 22 07:56:23 2016 New Revision: 71369 URL: http://svn.reactos.org/svn/reactos?rev=71369=rev Log: [SYSSETUP] Update acknowledgements regarding imported FSDs in ReactOS. Thanks Matt Wu and Mark Harmstone for your great work! Modified: