[ros-diffs] [ekohl] 76028: [DDK] Prepare the storport header file for the new storport driver.

2017-10-02 Thread ekohl
Author: ekohl Date: Mon Oct 2 12:56:27 2017 New Revision: 76028 URL: http://svn.reactos.org/svn/reactos?rev=76028=rev Log: [DDK] Prepare the storport header file for the new storport driver. Modified: trunk/reactos/sdk/include/ddk/storport.h Modified: trunk/reactos/sdk/include/ddk

[ros-diffs] [ekohl] 75981: [PCI] Fix a port base adddress decoding bug. Port base addresses were always decoded like memory base addresses. Because of this bug, a device could have two port address ra

2017-09-27 Thread ekohl
Author: ekohl Date: Wed Sep 27 22:59:48 2017 New Revision: 75981 URL: http://svn.reactos.org/svn/reactos?rev=75981=rev Log: [PCI] Fix a port base adddress decoding bug. Port base addresses were always decoded like memory base addresses. Because of this bug, a device could have two port address

[ros-diffs] [ekohl] 75976: [FASTFAT] Revert r75975 because of failures in the advpack files winetest.

2017-09-26 Thread ekohl
Author: ekohl Date: Tue Sep 26 13:49:09 2017 New Revision: 75976 URL: http://svn.reactos.org/svn/reactos?rev=75976=rev Log: [FASTFAT] Revert r75975 because of failures in the advpack files winetest. Modified: trunk/reactos/drivers/filesystems/fastfat/create.c Modified: trunk/reactos/drivers

[ros-diffs] [ekohl] 75975: [FASTFAT] Terminate the path name at the last slash when a file is opened using the IO_OPEN_TARGET_DIRECTORY option. This fixes some IoCreateFile kernel mode tests.

2017-09-26 Thread ekohl
Author: ekohl Date: Tue Sep 26 12:36:17 2017 New Revision: 75975 URL: http://svn.reactos.org/svn/reactos?rev=75975=rev Log: [FASTFAT] Terminate the path name at the last slash when a file is opened using the IO_OPEN_TARGET_DIRECTORY option. This fixes some IoCreateFile kernel mode tests

[ros-diffs] [ekohl] 75974: [NETAPI32] Implement NetLogonSetServiceBits().

2017-09-26 Thread ekohl
Author: ekohl Date: Tue Sep 26 09:18:20 2017 New Revision: 75974 URL: http://svn.reactos.org/svn/reactos?rev=75974=rev Log: [NETAPI32] Implement NetLogonSetServiceBits(). Modified: trunk/reactos/dll/win32/netapi32/netapi32.spec trunk/reactos/dll/win32/netapi32/netlogon.c Modified: trunk

[ros-diffs] [ekohl] 75972: [NETAPI32] Implement NetStatisticsGet() and move NetpNtStatusToApiStatus().

2017-09-26 Thread ekohl
Author: ekohl Date: Tue Sep 26 09:03:27 2017 New Revision: 75972 URL: http://svn.reactos.org/svn/reactos?rev=75972=rev Log: [NETAPI32] Implement NetStatisticsGet() and move NetpNtStatusToApiStatus(). Added: trunk/reactos/dll/win32/netapi32/misc.c (with props) Modified: trunk/reactos

[ros-diffs] [ekohl] 75971: [NETAPI32] Rename misc.c to utils.c because misc.c will be used for something else.

2017-09-26 Thread ekohl
Author: ekohl Date: Tue Sep 26 07:51:56 2017 New Revision: 75971 URL: http://svn.reactos.org/svn/reactos?rev=75971=rev Log: [NETAPI32] Rename misc.c to utils.c because misc.c will be used for something else. Added: trunk/reactos/dll/win32/netapi32/utils.c - copied, changed from r75964

[ros-diffs] [ekohl] 75970: [NETAPI] Add proper client implementations for NetQueryDisplayInformation() and NetGetDisplayInformationIndex().

2017-09-26 Thread ekohl
Author: ekohl Date: Tue Sep 26 07:32:49 2017 New Revision: 75970 URL: http://svn.reactos.org/svn/reactos?rev=75970=rev Log: [NETAPI] Add proper client implementations for NetQueryDisplayInformation() and NetGetDisplayInformationIndex(). Added: trunk/reactos/dll/win32/netapi32/display.c

[ros-diffs] [ekohl] 75936: [WLNOTIFY] - Add Notifications for the Scheduler Service.

2017-09-23 Thread ekohl
Author: ekohl Date: Sat Sep 23 22:29:36 2017 New Revision: 75936 URL: http://svn.reactos.org/svn/reactos?rev=75936=rev Log: [WLNOTIFY] - Add Notifications for the Scheduler Service. Added: trunk/reactos/dll/win32/wlnotify/schedsvc.c (with props) Modified: trunk/reactos/dll/win32

[ros-diffs] [ekohl] 75932: [LSASRV] Add some comments and improve trace messages.

2017-09-23 Thread ekohl
Author: ekohl Date: Sat Sep 23 18:58:39 2017 New Revision: 75932 URL: http://svn.reactos.org/svn/reactos?rev=75932=rev Log: [LSASRV] Add some comments and improve trace messages. Modified: trunk/reactos/dll/win32/lsasrv/authport.c trunk/reactos/dll/win32/lsasrv/database.c Modified

[ros-diffs] [ekohl] 75931: [DATETIME] Invert the sort order of the timezone list. List the timezones from GMT-12:00 to GMT+13:00.

2017-09-23 Thread ekohl
Author: ekohl Date: Sat Sep 23 18:54:58 2017 New Revision: 75931 URL: http://svn.reactos.org/svn/reactos?rev=75931=rev Log: [DATETIME] Invert the sort order of the timezone list. List the timezones from GMT-12:00 to GMT+13:00. Modified: trunk/reactos/dll/cpl/timedate/timezone.c Modified

[ros-diffs] [ekohl] 75930: [TRANSLATION] Polish translation update. Patch by Adam Słaboń. CORE-13802

2017-09-23 Thread ekohl
Author: ekohl Date: Sat Sep 23 17:32:13 2017 New Revision: 75930 URL: http://svn.reactos.org/svn/reactos?rev=75930=rev Log: [TRANSLATION] Polish translation update. Patch by Adam Słaboń. CORE-13802 Added: trunk/reactos/base/applications/charmap_new/lang/pl-PL.rc (with props) trunk

[ros-diffs] [ekohl] 75926: [DDK] Add all ide commands to make the storahci driver happy.

2017-09-22 Thread ekohl
Author: ekohl Date: Fri Sep 22 17:45:04 2017 New Revision: 75926 URL: http://svn.reactos.org/svn/reactos?rev=75926=rev Log: [DDK] Add all ide commands to make the storahci driver happy. Modified: trunk/reactos/sdk/include/ddk/ata.h Modified: trunk/reactos/sdk/include/ddk/ata.h URL: http

[ros-diffs] [ekohl] 75925: [SAMSRV] Implement SamIFree_SAMPR_DISPLAY_INFO_BUFFER.

2017-09-22 Thread ekohl
Author: ekohl Date: Fri Sep 22 12:29:53 2017 New Revision: 75925 URL: http://svn.reactos.org/svn/reactos?rev=75925=rev Log: [SAMSRV] Implement SamIFree_SAMPR_DISPLAY_INFO_BUFFER. Modified: trunk/reactos/dll/win32/samsrv/samsrv.c trunk/reactos/dll/win32/samsrv/samsrv.spec Modified: trunk

[ros-diffs] [ekohl] 75924: [SAMSRV] Implement SamIFree_SAMPR_ALIAS_INFO_BUFFER, SamIFree_SAMPR_DOMAIN_INFO_BUFFER and SamIFree_SAMPR_GROUP_INFO_BUFFER.

2017-09-22 Thread ekohl
Author: ekohl Date: Fri Sep 22 10:05:48 2017 New Revision: 75924 URL: http://svn.reactos.org/svn/reactos?rev=75924=rev Log: [SAMSRV] Implement SamIFree_SAMPR_ALIAS_INFO_BUFFER, SamIFree_SAMPR_DOMAIN_INFO_BUFFER and SamIFree_SAMPR_GROUP_INFO_BUFFER. Modified: trunk/reactos/dll/win32/samsrv

[ros-diffs] [ekohl] 75912: explorer: Improve Japanese resource Patch by Katayama Hirofumi MZ. CORE-13809

2017-09-20 Thread ekohl
Author: ekohl Date: Wed Sep 20 10:35:55 2017 New Revision: 75912 URL: http://svn.reactos.org/svn/reactos?rev=75912=rev Log: explorer: Improve Japanese resource Patch by Katayama Hirofumi MZ. CORE-13809 Modified: trunk/reactos/base/shell/explorer/lang/ja-JP.rc Modified: trunk/reactos/base

[ros-diffs] [ekohl] 75888: syssetup: Improve Japanese translation Patch by Katayama Hirofumi MZ. CORE-13785

2017-09-17 Thread ekohl
Author: ekohl Date: Sun Sep 17 22:55:33 2017 New Revision: 75888 URL: http://svn.reactos.org/svn/reactos?rev=75888=rev Log: syssetup: Improve Japanese translation Patch by Katayama Hirofumi MZ. CORE-13785 Modified: trunk/reactos/dll/win32/syssetup/lang/ja-JP.rc Modified: trunk/reactos/dll

[ros-diffs] [ekohl] 75877: desk.cpl: Improve Japanese translation Patch by Katayama Hirofumi MZ. CORE-13784

2017-09-17 Thread ekohl
Author: ekohl Date: Sun Sep 17 22:50:06 2017 New Revision: 75877 URL: http://svn.reactos.org/svn/reactos?rev=75877=rev Log: desk.cpl: Improve Japanese translation Patch by Katayama Hirofumi MZ. CORE-13784 Modified: trunk/reactos/dll/cpl/desk/lang/ja-JP.rc Modified: trunk/reactos/dll/cpl

[ros-diffs] [ekohl] 75876: devmgr: Japanese translation Patch by Katayama Hirofumi MZ. CORE-13783

2017-09-17 Thread ekohl
Author: ekohl Date: Sun Sep 17 22:41:08 2017 New Revision: 75876 URL: http://svn.reactos.org/svn/reactos?rev=75876=rev Log: devmgr: Japanese translation Patch by Katayama Hirofumi MZ. CORE-13783 Added: trunk/reactos/dll/win32/devmgr/lang/ja-JP.rc (with props) Modified: trunk/reactos

[ros-diffs] [ekohl] 75875: SysSetup: Russian translation of Theme dialog Patch by amber. CORE-13708

2017-09-17 Thread ekohl
Author: ekohl Date: Sun Sep 17 22:23:24 2017 New Revision: 75875 URL: http://svn.reactos.org/svn/reactos?rev=75875=rev Log: SysSetup: Russian translation of Theme dialog Patch by amber. CORE-13708 Modified: trunk/reactos/dll/win32/syssetup/lang/ru-RU.rc Modified: trunk/reactos/dll/win32

[ros-diffs] [ekohl] 75874: TRANSLATION: Update Polish translation Patch by Marcin Mikołajczak. CORE-13750

2017-09-17 Thread ekohl
Author: ekohl Date: Sun Sep 17 22:11:50 2017 New Revision: 75874 URL: http://svn.reactos.org/svn/reactos?rev=75874=rev Log: TRANSLATION: Update Polish translation Patch by Marcin Mikołajczak. CORE-13750 Modified: trunk/reactos/base/setup/reactos/lang/pl-PL.rc trunk/reactos/base/shell

[ros-diffs] [ekohl] 75627: [SHELL32] Folder Options: Japanese TreeView translation. Patch by Katajama Hirofumi MZ. CORE-13690

2017-08-20 Thread ekohl
Author: ekohl Date: Sun Aug 20 08:47:23 2017 New Revision: 75627 URL: http://svn.reactos.org/svn/reactos?rev=75627=rev Log: [SHELL32] Folder Options: Japanese TreeView translation. Patch by Katajama Hirofumi MZ. CORE-13690 Modified: trunk/reactos/dll/win32/shell32/lang/ja-JP.rc Modified

[ros-diffs] [ekohl] 75626: [SYSSETUP] Japanese translation of Theme dialog. Patch by Katajama Hirofumi MZ. CORE-13691

2017-08-20 Thread ekohl
Author: ekohl Date: Sun Aug 20 08:27:16 2017 New Revision: 75626 URL: http://svn.reactos.org/svn/reactos?rev=75626=rev Log: [SYSSETUP] Japanese translation of Theme dialog. Patch by Katajama Hirofumi MZ. CORE-13691 Modified: trunk/reactos/dll/win32/syssetup/lang/ja-JP.rc Modified: trunk

[ros-diffs] [ekohl] 75611: [STOBJECT] - Add support for the hotplug icon. - Set default menu items in the context menus. - Use a timer to properly distinguish between a single and a double click on an

2017-08-18 Thread ekohl
Author: ekohl Date: Fri Aug 18 14:49:11 2017 New Revision: 75611 URL: http://svn.reactos.org/svn/reactos?rev=75611=rev Log: [STOBJECT] - Add support for the hotplug icon. - Set default menu items in the context menus. - Use a timer to properly distinguish between a single and a double click

[ros-diffs] [ekohl] 75589: [ADVAPI32] RegQueryInfoKey: Initializing *lpcbSecurityDescriptor before calling NtQueryKey fixes the remaining api tests.

2017-08-17 Thread ekohl
Author: ekohl Date: Thu Aug 17 12:11:10 2017 New Revision: 75589 URL: http://svn.reactos.org/svn/reactos?rev=75589=rev Log: [ADVAPI32] RegQueryInfoKey: Initializing *lpcbSecurityDescriptor before calling NtQueryKey fixes the remaining api tests. Modified: trunk/reactos/dll/win32/advapi32

[ros-diffs] [ekohl] 75568: [SETUPAPI] Add stubs for the remaining range list functions.

2017-08-16 Thread ekohl
Author: ekohl Date: Wed Aug 16 14:18:42 2017 New Revision: 75568 URL: http://svn.reactos.org/svn/reactos?rev=75568=rev Log: [SETUPAPI] Add stubs for the remaining range list functions. Modified: trunk/reactos/dll/win32/setupapi/cfgmgr.c trunk/reactos/dll/win32/setupapi/setupapi.spec

[ros-diffs] [ekohl] 75565: [SETUPAPI] - Implement CMP_GetBlockedDriverInfo. - Make sure that CMP_GetServerSideDeviceInstallFlags and CMP_WaitServicesAvailable can be called on local and remote machine

2017-08-16 Thread ekohl
Author: ekohl Date: Wed Aug 16 11:45:21 2017 New Revision: 75565 URL: http://svn.reactos.org/svn/reactos?rev=75565=rev Log: [SETUPAPI] - Implement CMP_GetBlockedDriverInfo. - Make sure that CMP_GetServerSideDeviceInstallFlags and CMP_WaitServicesAvailable can be called on local and remote

[ros-diffs] [ekohl] 75562: [SETUPAPI] Implement CM_Create_Range_List and CM_Free_Range_List. Still WIP.

2017-08-16 Thread ekohl
Author: ekohl Date: Wed Aug 16 09:44:20 2017 New Revision: 75562 URL: http://svn.reactos.org/svn/reactos?rev=75562=rev Log: [SETUPAPI] Implement CM_Create_Range_List and CM_Free_Range_List. Still WIP. Modified: trunk/reactos/dll/win32/setupapi/cfgmgr.c trunk/reactos/dll/win32/setupapi

[ros-diffs] [ekohl] 75548: [EXPLORER] Improve the taskbar property sheet. - Improve the preview images (pixel perfect). - Improve the Japanese translation. Patch by Katayama Hirofumi MZ. CORE-13574

2017-08-14 Thread ekohl
Author: ekohl Date: Mon Aug 14 20:43:14 2017 New Revision: 75548 URL: http://svn.reactos.org/svn/reactos?rev=75548=rev Log: [EXPLORER] Improve the taskbar property sheet. - Improve the preview images (pixel perfect). - Improve the Japanese translation. Patch by Katayama Hirofumi MZ. CORE-13574

[ros-diffs] [ekohl] 75547: [VARIOUS] Mass update for Romanian resource files. Patch by Ștefan Fulea. CORE-13599

2017-08-14 Thread ekohl
Author: ekohl Date: Mon Aug 14 20:14:19 2017 New Revision: 75547 URL: http://svn.reactos.org/svn/reactos?rev=75547=rev Log: [VARIOUS] Mass update for Romanian resource files. Patch by Ștefan Fulea. CORE-13599 Modified: trunk/reactos/base/applications/calc/lang/ro-RO.rc trunk/reactos/base

[ros-diffs] [ekohl] 75362: [NETAPI32] DsAddressToSiteNamesExW: Remove dead code. This bug was found by Christian Bosch. Thanks a lot!

2017-07-16 Thread ekohl
Author: ekohl Date: Sun Jul 16 21:48:30 2017 New Revision: 75362 URL: http://svn.reactos.org/svn/reactos?rev=75362=rev Log: [NETAPI32] DsAddressToSiteNamesExW: Remove dead code. This bug was found by Christian Bosch. Thanks a lot! Modified: trunk/reactos/dll/win32/netapi32/netlogon.c

[ros-diffs] [ekohl] 75308: [NETAPI32] - Add DsAddressToSiteNamesExA stub. - Implement DsAddressToSiteNamesExW.

2017-07-08 Thread ekohl
Author: ekohl Date: Sat Jul 8 21:07:29 2017 New Revision: 75308 URL: http://svn.reactos.org/svn/reactos?rev=75308=rev Log: [NETAPI32] - Add DsAddressToSiteNamesExA stub. - Implement DsAddressToSiteNamesExW. Modified: trunk/reactos/dll/win32/netapi32/netapi32.spec trunk/reactos/dll/win32

[ros-diffs] [ekohl] 75306: [NETAPI32] - Add DsValidateSubnetNameA/W stubs. - Move DsRoleFreeMemory to a better location. [SDK/INCLUDE] Add DsValidateSubnetNameA/W prototypes to dsgetdc.h.

2017-07-08 Thread ekohl
Author: ekohl Date: Sat Jul 8 12:00:44 2017 New Revision: 75306 URL: http://svn.reactos.org/svn/reactos?rev=75306=rev Log: [NETAPI32] - Add DsValidateSubnetNameA/W stubs. - Move DsRoleFreeMemory to a better location. [SDK/INCLUDE] Add DsValidateSubnetNameA/W prototypes to dsgetdc.h. Modified

[ros-diffs] [ekohl] 75305: [NETAPI32] - Add DsDeregisterDnsHostRecordsA stub. - Implement DsDeregisterDnsHostRecordsW. [SDK/INCLUDE] Add DsDeregisterDnsHostRecordsA/W prototypes to dsgetdc.h.

2017-07-08 Thread ekohl
Author: ekohl Date: Sat Jul 8 09:11:22 2017 New Revision: 75305 URL: http://svn.reactos.org/svn/reactos?rev=75305=rev Log: [NETAPI32] - Add DsDeregisterDnsHostRecordsA stub. - Implement DsDeregisterDnsHostRecordsW. [SDK/INCLUDE] Add DsDeregisterDnsHostRecordsA/W prototypes to dsgetdc.h

[ros-diffs] [ekohl] 75300: [NETAPI32] - Add DsMergeForestTrustInformationW stub. - Implement DsGetForestTrustInformationW. [SDK/INCLUDE] Add DsGetSiteNameA/W, DsGetForestTrustInformationW and DsMergeF

2017-07-07 Thread ekohl
Author: ekohl Date: Fri Jul 7 17:59:14 2017 New Revision: 75300 URL: http://svn.reactos.org/svn/reactos?rev=75300=rev Log: [NETAPI32] - Add DsMergeForestTrustInformationW stub. - Implement DsGetForestTrustInformationW. [SDK/INCLUDE] Add DsGetSiteNameA/W, DsGetForestTrustInformationW

[ros-diffs] [ekohl] 75270: [NETAPI32] - Add DsGetDcSiteCoverageA stub. - Implement DsGetDcSiteCoverageW. [SDK/INCLUDE] Add DsGetDcSiteCoverageA/W prototypes to dsgetdc.h.

2017-07-02 Thread ekohl
Author: ekohl Date: Sun Jul 2 20:21:27 2017 New Revision: 75270 URL: http://svn.reactos.org/svn/reactos?rev=75270=rev Log: [NETAPI32] - Add DsGetDcSiteCoverageA stub. - Implement DsGetDcSiteCoverageW. [SDK/INCLUDE] Add DsGetDcSiteCoverageA/W prototypes to dsgetdc.h. Modified: trunk/reactos

[ros-diffs] [ekohl] 75268: [NETAPI32] - Add DsAddressToSiteNamesA stub. - Implement DsAddressToSiteNamesW. [SDK/INCLUDE] Add DsAddressToSiteNamesA/W and DsAddressToSiteNamesExA/W prototypes to dsgetdc

2017-07-02 Thread ekohl
Author: ekohl Date: Sun Jul 2 18:29:38 2017 New Revision: 75268 URL: http://svn.reactos.org/svn/reactos?rev=75268=rev Log: [NETAPI32] - Add DsAddressToSiteNamesA stub. - Implement DsAddressToSiteNamesW. [SDK/INCLUDE] Add DsAddressToSiteNamesA/W and DsAddressToSiteNamesExA/W prototypes

[ros-diffs] [ekohl] 75261: [NETAPI32] - Add DsEnumerateDomainTrustsA, DsEnumerateDomainTrustsW, DsRoleFreeMemory, DsGetDcNameA, DsGetDcNameW, DsGetSiteNameA and DsGetSiteNameW stubs to netlogon.c. - R

2017-07-01 Thread ekohl
Author: ekohl Date: Sat Jul 1 23:12:06 2017 New Revision: 75261 URL: http://svn.reactos.org/svn/reactos?rev=75261=rev Log: [NETAPI32] - Add DsEnumerateDomainTrustsA, DsEnumerateDomainTrustsW, DsRoleFreeMemory, DsGetDcNameA, DsGetDcNameW, DsGetSiteNameA and DsGetSiteNameW stubs to netlogon.c

[ros-diffs] [ekohl] 75214: [IDL] Prevent duplicate declaration of NTSTATUS.

2017-06-26 Thread ekohl
Author: ekohl Date: Mon Jun 26 22:58:26 2017 New Revision: 75214 URL: http://svn.reactos.org/svn/reactos?rev=75214=rev Log: [IDL] Prevent duplicate declaration of NTSTATUS. Modified: trunk/reactos/sdk/include/reactos/idl/netlogon.idl Modified: trunk/reactos/sdk/include/reactos/idl

[ros-diffs] [ekohl] 75213: [IDL] Prevent duplicate declaration of STRING and PSTRING.

2017-06-26 Thread ekohl
Author: ekohl Date: Mon Jun 26 22:52:40 2017 New Revision: 75213 URL: http://svn.reactos.org/svn/reactos?rev=75213=rev Log: [IDL] Prevent duplicate declaration of STRING and PSTRING. Modified: trunk/reactos/sdk/include/reactos/idl/netlogon.idl Modified: trunk/reactos/sdk/include/reactos/idl

[ros-diffs] [ekohl] 75212: [NETAPI32] - Add netlogon RPC binding code. - Implement NetGetAnyDCName. This function calls its counterpart in the netlogon service.

2017-06-26 Thread ekohl
Author: ekohl Date: Mon Jun 26 22:08:37 2017 New Revision: 75212 URL: http://svn.reactos.org/svn/reactos?rev=75212=rev Log: [NETAPI32] - Add netlogon RPC binding code. - Implement NetGetAnyDCName. This function calls its counterpart in the netlogon service. Modified: trunk/reactos/dll/win32

[ros-diffs] [ekohl] 75197: [IDL] Add the Netlogon service interface definition.

2017-06-25 Thread ekohl
Author: ekohl Date: Sun Jun 25 13:14:06 2017 New Revision: 75197 URL: http://svn.reactos.org/svn/reactos?rev=75197=rev Log: [IDL] Add the Netlogon service interface definition. Added: trunk/reactos/sdk/include/reactos/idl/netlogon.acf (with props) trunk/reactos/sdk/include/reactos/idl

[ros-diffs] [ekohl] 75196: [NETAPI32] Implement I_BrowserrDebugTrace and I_BrowserServerEnum. This functions calls their counterpart in the computer browser service.

2017-06-25 Thread ekohl
Author: ekohl Date: Sun Jun 25 12:14:35 2017 New Revision: 75196 URL: http://svn.reactos.org/svn/reactos?rev=75196=rev Log: [NETAPI32] Implement I_BrowserrDebugTrace and I_BrowserServerEnum. This functions calls their counterpart in the computer browser service. Modified: trunk/reactos/dll

[ros-diffs] [ekohl] 75187: [NETAPI32] Implement NetBrowserStatisticsGet().

2017-06-24 Thread ekohl
Author: ekohl Date: Sat Jun 24 21:47:27 2017 New Revision: 75187 URL: http://svn.reactos.org/svn/reactos?rev=75187=rev Log: [NETAPI32] Implement NetBrowserStatisticsGet(). Modified: trunk/reactos/dll/win32/netapi32/browser.c trunk/reactos/dll/win32/netapi32/netapi32.spec trunk

[ros-diffs] [ekohl] 75186: [NETAPI32] Move the functions NetGetDCName, NetGetAnyDCName and NetEnumerateTrustedDomains into a separate file for the Netlogon service interface code.

2017-06-24 Thread ekohl
Author: ekohl Date: Sat Jun 24 16:42:21 2017 New Revision: 75186 URL: http://svn.reactos.org/svn/reactos?rev=75186=rev Log: [NETAPI32] Move the functions NetGetDCName, NetGetAnyDCName and NetEnumerateTrustedDomains into a separate file for the Netlogon service interface code. Added: trunk

[ros-diffs] [ekohl] 75184: [NETAPI32] Implement I_BrowserQueryOtherDomains, I_BrowserQueryStatistics and I_BrowserResetNetlogonState. This functions calls their counterpart in the computer browser ser

2017-06-24 Thread ekohl
Author: ekohl Date: Sat Jun 24 14:59:14 2017 New Revision: 75184 URL: http://svn.reactos.org/svn/reactos?rev=75184=rev Log: [NETAPI32] Implement I_BrowserQueryOtherDomains, I_BrowserQueryStatistics and I_BrowserResetNetlogonState. This functions calls their counterpart in the computer browser

[ros-diffs] [ekohl] 75124: [NETAPI32] Implement I_BrowserQueryEmulatedDomains, I_BrowserResetStatistics and I_BrowserSetNetlogonState. This functions calls their counterpart in the computer browser se

2017-06-19 Thread ekohl
Author: ekohl Date: Mon Jun 19 14:06:04 2017 New Revision: 75124 URL: http://svn.reactos.org/svn/reactos?rev=75124=rev Log: [NETAPI32] Implement I_BrowserQueryEmulatedDomains, I_BrowserResetStatistics and I_BrowserSetNetlogonState. This functions calls their counterpart in the computer browser

[ros-diffs] [ekohl] 75123: [INCLUDE] Replace the lmbrowsr.h form wine by a more complete psdk version. Lmbrowsr.h was a part of Visual Studio 6 but Microsoft removed it from the PSDK later.

2017-06-19 Thread ekohl
Author: ekohl Date: Mon Jun 19 13:48:40 2017 New Revision: 75123 URL: http://svn.reactos.org/svn/reactos?rev=75123=rev Log: [INCLUDE] Replace the lmbrowsr.h form wine by a more complete psdk version. Lmbrowsr.h was a part of Visual Studio 6 but Microsoft removed it from the PSDK later. Added

[ros-diffs] [ekohl] 75112: [NETAPI32] NetEnumerateComputerNames: Convert the returned array of strings.

2017-06-18 Thread ekohl
Author: ekohl Date: Sun Jun 18 22:52:05 2017 New Revision: 75112 URL: http://svn.reactos.org/svn/reactos?rev=75112=rev Log: [NETAPI32] NetEnumerateComputerNames: Convert the returned array of strings. Modified: trunk/reactos/dll/win32/netapi32/wksta_new.c Modified: trunk/reactos/dll/win32

[ros-diffs] [ekohl] 75111: [NETAPI32] Implement NetConnectionEnum(). This function calls its counterpart in the server service.

2017-06-18 Thread ekohl
Author: ekohl Date: Sun Jun 18 22:43:24 2017 New Revision: 75111 URL: http://svn.reactos.org/svn/reactos?rev=75111=rev Log: [NETAPI32] Implement NetConnectionEnum(). This function calls its counterpart in the server service. Modified: trunk/reactos/dll/win32/netapi32/netapi32.spec

[ros-diffs] [ekohl] 75108: [NTOS:SE] Add the CmpAssignSecurityDescriptor() stub and improve some comments.

2017-06-18 Thread ekohl
Author: ekohl Date: Sun Jun 18 21:43:09 2017 New Revision: 75108 URL: http://svn.reactos.org/svn/reactos?rev=75108=rev Log: [NTOS:SE] Add the CmpAssignSecurityDescriptor() stub and improve some comments. Modified: trunk/reactos/ntoskrnl/config/cmse.c Modified: trunk/reactos/ntoskrnl/config

[ros-diffs] [ekohl] 75082: [DESK] - Add a message box to ask the user to confirm the screen resolution change. - The resolution change will be reverted if the user clicks 'No'. A separate dialog box w

2017-06-17 Thread ekohl
Author: ekohl Date: Sat Jun 17 23:21:16 2017 New Revision: 75082 URL: http://svn.reactos.org/svn/reactos?rev=75082=rev Log: [DESK] - Add a message box to ask the user to confirm the screen resolution change. - The resolution change will be reverted if the user clicks 'No'. A separate dialog box

[ros-diffs] [ekohl] 75053: [ADVAPI32] ScmRpcStatusToWinError: Convert STATUS_ACCESS_VIOLATION to ERROR_INVALID_HANDLE. UnlockServiceDatabase returns ERROR_INVALID_SERVICE_LOCK instead of ERROR_INVALID

2017-06-15 Thread ekohl
Author: ekohl Date: Thu Jun 15 23:19:34 2017 New Revision: 75053 URL: http://svn.reactos.org/svn/reactos?rev=75053=rev Log: [ADVAPI32] ScmRpcStatusToWinError: Convert STATUS_ACCESS_VIOLATION to ERROR_INVALID_HANDLE. UnlockServiceDatabase returns ERROR_INVALID_SERVICE_LOCK instead

[ros-diffs] [ekohl] 75052: [ADVAPI32] CreateServiceA/W: Call SetLastError() in case of success too.

2017-06-15 Thread ekohl
Author: ekohl Date: Thu Jun 15 21:40:12 2017 New Revision: 75052 URL: http://svn.reactos.org/svn/reactos?rev=75052=rev Log: [ADVAPI32] CreateServiceA/W: Call SetLastError() in case of success too. Modified: trunk/reactos/dll/win32/advapi32/service/scm.c Modified: trunk/reactos/dll/win32

[ros-diffs] [ekohl] 75042: [NETAPI32] Add obsolete NetRepl functions.

2017-06-14 Thread ekohl
Author: ekohl Date: Thu Jun 15 00:21:07 2017 New Revision: 75042 URL: http://svn.reactos.org/svn/reactos?rev=75042=rev Log: [NETAPI32] Add obsolete NetRepl functions. Modified: trunk/reactos/dll/win32/netapi32/netapi32.spec trunk/reactos/dll/win32/netapi32/obsolete.c Modified: trunk

[ros-diffs] [ekohl] 75038: [NETAPI32] - Add the computer browser service client interface. - Add binding code for the computer browser service client interface.

2017-06-14 Thread ekohl
Author: ekohl Date: Wed Jun 14 13:10:36 2017 New Revision: 75038 URL: http://svn.reactos.org/svn/reactos?rev=75038=rev Log: [NETAPI32] - Add the computer browser service client interface. - Add binding code for the computer browser service client interface. Modified: trunk/reactos/dll/win32

[ros-diffs] [ekohl] 75037: [NETAPI32] Implement NetEnumerateComputerNames. This function calls its counterpart in the workstation service.

2017-06-14 Thread ekohl
Author: ekohl Date: Wed Jun 14 13:06:41 2017 New Revision: 75037 URL: http://svn.reactos.org/svn/reactos?rev=75037=rev Log: [NETAPI32] Implement NetEnumerateComputerNames. This function calls its counterpart in the workstation service. Modified: trunk/reactos/dll/win32/netapi32/netapi32

[ros-diffs] [ekohl] 75034: [NETAPI32] Move the stubs NetServerEnum and NetServerEnumEx into a new file for the computer browser service interface code.

2017-06-14 Thread ekohl
Author: ekohl Date: Wed Jun 14 12:17:08 2017 New Revision: 75034 URL: http://svn.reactos.org/svn/reactos?rev=75034=rev Log: [NETAPI32] Move the stubs NetServerEnum and NetServerEnumEx into a new file for the computer browser service interface code. Added: trunk/reactos/dll/win32/netapi32

[ros-diffs] [ekohl] 75032: [NETAPI32] Implement NetAddAlternateComputerName, NetJoinDomain, NetRemoveAlternateComputerName, NetRenameMachineInDomain, NetSetPrimaryComputerName and NetUnjoinDomain. The

2017-06-14 Thread ekohl
Author: ekohl Date: Wed Jun 14 09:50:54 2017 New Revision: 75032 URL: http://svn.reactos.org/svn/reactos?rev=75032=rev Log: [NETAPI32] Implement NetAddAlternateComputerName, NetJoinDomain, NetRemoveAlternateComputerName, NetRenameMachineInDomain, NetSetPrimaryComputerName and NetUnjoinDomain

[ros-diffs] [ekohl] 75028: [NTOSKRNL] NtAccessCheck: Call SePrivilegePolicyCheck to get the list of required privileges and return it to the caller. This fixes the ERROR_INSUFFICIENT_BUFFER failures i

2017-06-13 Thread ekohl
Author: ekohl Date: Tue Jun 13 20:58:10 2017 New Revision: 75028 URL: http://svn.reactos.org/svn/reactos?rev=75028=rev Log: [NTOSKRNL] NtAccessCheck: Call SePrivilegePolicyCheck to get the list of required privileges and return it to the caller. This fixes the ERROR_INSUFFICIENT_BUFFER failures

[ros-diffs] [ekohl] 74981: [SCHEDSVC] Add a loop at the end of SchedServiceMain that will run until a stop event is signaled. This loop will be used to run the schduled jobs.

2017-06-10 Thread ekohl
Author: ekohl Date: Sat Jun 10 10:51:49 2017 New Revision: 74981 URL: http://svn.reactos.org/svn/reactos?rev=74981=rev Log: [SCHEDSVC] Add a loop at the end of SchedServiceMain that will run until a stop event is signaled. This loop will be used to run the schduled jobs. Modified: trunk

[ros-diffs] [ekohl] 74958: [NETAPI32] Add obsolete NetErrorLog and NetService functions.

2017-06-08 Thread ekohl
Author: ekohl Date: Thu Jun 8 09:34:31 2017 New Revision: 74958 URL: http://svn.reactos.org/svn/reactos?rev=74958=rev Log: [NETAPI32] Add obsolete NetErrorLog and NetService functions. Modified: trunk/reactos/dll/win32/netapi32/netapi32.spec trunk/reactos/dll/win32/netapi32/obsolete.c

[ros-diffs] [ekohl] 74957: [NETAPI32] Add obsolete NetAudit and NetConfig functions.

2017-06-08 Thread ekohl
Author: ekohl Date: Thu Jun 8 08:41:28 2017 New Revision: 74957 URL: http://svn.reactos.org/svn/reactos?rev=74957=rev Log: [NETAPI32] Add obsolete NetAudit and NetConfig functions. Modified: trunk/reactos/dll/win32/netapi32/netapi32.spec trunk/reactos/dll/win32/netapi32/obsolete.c

[ros-diffs] [ekohl] 74956: [PSDK] Fix NetAuditRead and NetAuditWrite prototypes (LPTSTR->LPCWSTR).

2017-06-08 Thread ekohl
Author: ekohl Date: Thu Jun 8 08:37:59 2017 New Revision: 74956 URL: http://svn.reactos.org/svn/reactos?rev=74956=rev Log: [PSDK] Fix NetAuditRead and NetAuditWrite prototypes (LPTSTR->LPCWSTR). Modified: trunk/reactos/sdk/include/psdk/lmaudit.h Modified: trunk/reactos/sdk/include/p

[ros-diffs] [ekohl] 74950: [NETAPI32] Add obsolete NetAlert and NetMessage functions.

2017-06-07 Thread ekohl
Author: ekohl Date: Thu Jun 8 00:30:49 2017 New Revision: 74950 URL: http://svn.reactos.org/svn/reactos?rev=74950=rev Log: [NETAPI32] Add obsolete NetAlert and NetMessage functions. Added: trunk/reactos/dll/win32/netapi32/obsolete.c (with props) Modified: trunk/reactos/dll/win32

[ros-diffs] [ekohl] 74949: [NETAPI32] Implement NetServerTransportAdd, NetServerTransportAddEx, NetServerTransportDel and NetServertransportEnum. These functions call their counterparts in the server

2017-06-07 Thread ekohl
Author: ekohl Date: Wed Jun 7 23:35:09 2017 New Revision: 74949 URL: http://svn.reactos.org/svn/reactos?rev=74949=rev Log: [NETAPI32] Implement NetServerTransportAdd, NetServerTransportAddEx, NetServerTransportDel and NetServertransportEnum. These functions call their counterparts

[ros-diffs] [ekohl] 74948: [NETAPI32] - Implement NetServerDiskEnum, NetServerGetInfo and NetServerSetInfo. These functions call their counterparts in the server service. - The new NetServerGetInfo fu

2017-06-07 Thread ekohl
Author: ekohl Date: Wed Jun 7 22:27:34 2017 New Revision: 74948 URL: http://svn.reactos.org/svn/reactos?rev=74948=rev Log: [NETAPI32] - Implement NetServerDiskEnum, NetServerGetInfo and NetServerSetInfo. These functions call their counterparts in the server service. - The new NetServerGetInfo

[ros-diffs] [ekohl] 74944: [SCHEDSVC] Avoid JOBs overrunning in LoadJobs(). - Define JOB_NAME_LENGTH and use it instead of hardcoded values. Based on a patch by Victor Martinez Calvo. CORE-13389

2017-06-07 Thread ekohl
Author: ekohl Date: Wed Jun 7 17:45:05 2017 New Revision: 74944 URL: http://svn.reactos.org/svn/reactos?rev=74944=rev Log: [SCHEDSVC] Avoid JOBs overrunning in LoadJobs(). - Define JOB_NAME_LENGTH and use it instead of hardcoded values. Based on a patch by Victor Martinez Calvo. CORE-13389

[ros-diffs] [ekohl] 74942: [INTL] - Fix a potential overflow and uninitialized variable in InitNegNumFmtCB(). - Get rid of the now useless string buffer szNewSample. Based on a patch by Victor Martine

2017-06-07 Thread ekohl
Author: ekohl Date: Wed Jun 7 15:55:16 2017 New Revision: 74942 URL: http://svn.reactos.org/svn/reactos?rev=74942=rev Log: [INTL] - Fix a potential overflow and uninitialized variable in InitNegNumFmtCB(). - Get rid of the now useless string buffer szNewSample. Based on a patch by Victor

[ros-diffs] [ekohl] 74941: [INTL] Fix freeing logic in GetSupportedCP(). Patch by Victor Martinez Calvo. CORE-13385

2017-06-07 Thread ekohl
Author: ekohl Date: Wed Jun 7 14:10:43 2017 New Revision: 74941 URL: http://svn.reactos.org/svn/reactos?rev=74941=rev Log: [INTL] Fix freeing logic in GetSupportedCP(). Patch by Victor Martinez Calvo. CORE-13385 Modified: trunk/reactos/dll/cpl/intl/advanced.c Modified: trunk/reactos/dll

[ros-diffs] [ekohl] 74940: [INTL] Fix GetDateSetting() overruns. Patch by Victor Martinez Calvo. CORE-13387

2017-06-07 Thread ekohl
Author: ekohl Date: Wed Jun 7 13:48:49 2017 New Revision: 74940 URL: http://svn.reactos.org/svn/reactos?rev=74940=rev Log: [INTL] Fix GetDateSetting() overruns. Patch by Victor Martinez Calvo. CORE-13387 Modified: trunk/reactos/dll/cpl/intl/date.c Modified: trunk/reactos/dll/cpl/intl

[ros-diffs] [ekohl] 74939: [INTL] Fix overruns in GetTimeSetting(). Patch by Victor Martinez Calvo. CORE-13386

2017-06-07 Thread ekohl
Author: ekohl Date: Wed Jun 7 13:43:33 2017 New Revision: 74939 URL: http://svn.reactos.org/svn/reactos?rev=74939=rev Log: [INTL] Fix overruns in GetTimeSetting(). Patch by Victor Martinez Calvo. CORE-13386 Modified: trunk/reactos/dll/cpl/intl/time.c Modified: trunk/reactos/dll/cpl/intl

[ros-diffs] [ekohl] 74938: [INTL] Prevent wcsncopy overflows in GetCurrencySettings(). Patch by Victor Martinez Calvo. CORE-13379

2017-06-07 Thread ekohl
Author: ekohl Date: Wed Jun 7 13:37:43 2017 New Revision: 74938 URL: http://svn.reactos.org/svn/reactos?rev=74938=rev Log: [INTL] Prevent wcsncopy overflows in GetCurrencySettings(). Patch by Victor Martinez Calvo. CORE-13379 Modified: trunk/reactos/dll/cpl/intl/currency.c Modified: trunk

[ros-diffs] [ekohl] 74913: [NETAPI32] - Implement NetFileClose, NetFileEnum and NetFileGetInfo. These functions call their counterparts in the server service. - Get rid of share.c as it is no longer n

2017-06-04 Thread ekohl
Author: ekohl Date: Sun Jun 4 15:46:29 2017 New Revision: 74913 URL: http://svn.reactos.org/svn/reactos?rev=74913=rev Log: [NETAPI32] - Implement NetFileClose, NetFileEnum and NetFileGetInfo. These functions call their counterparts in the server service. - Get rid of share.c as it is no longer

[ros-diffs] [ekohl] 74754: [NETAPI32] - Implement NetShareEnum, NetShareEnumSticky, NetShareGetInfo and NetShareSetInfo. These functions call their counterparts in the server service. - NetShareAdd: F

2017-06-02 Thread ekohl
Author: ekohl Date: Fri Jun 2 21:56:17 2017 New Revision: 74754 URL: http://svn.reactos.org/svn/reactos?rev=74754=rev Log: [NETAPI32] - Implement NetShareEnum, NetShareEnumSticky, NetShareGetInfo and NetShareSetInfo. These functions call their counterparts in the server service. - NetShareAdd

[ros-diffs] [ekohl] 74752: [NETAPI32] - Implement NetShareAdd, NetShareCheck, NetShareDel and NetShareDelSticky. These functions call their counterparts in the server service. - Add stubs for NetShare

2017-06-02 Thread ekohl
Author: ekohl Date: Fri Jun 2 20:02:49 2017 New Revision: 74752 URL: http://svn.reactos.org/svn/reactos?rev=74752=rev Log: [NETAPI32] - Implement NetShareAdd, NetShareCheck, NetShareDel and NetShareDelSticky. These functions call their counterparts in the server service. - Add stubs

[ros-diffs] [ekohl] 74654: [BOOTDATA] - Sort keyboard layouts and make them translatable. - Remove quotation marks from service display names and descriptions and fix a typo. CORE-11885

2017-05-25 Thread ekohl
Author: ekohl Date: Thu May 25 15:53:10 2017 New Revision: 74654 URL: http://svn.reactos.org/svn/reactos?rev=74654=rev Log: [BOOTDATA] - Sort keyboard layouts and make them translatable. - Remove quotation marks from service display names and descriptions and fix a typo. CORE-11885 Modified

[ros-diffs] [ekohl] 74582: [INTL] - Add custom draw function for the codepages listview. - User gray text color for codepages that cannot be uninstalled. CORE-13242

2017-05-18 Thread ekohl
Author: ekohl Date: Thu May 18 21:56:24 2017 New Revision: 74582 URL: http://svn.reactos.org/svn/reactos?rev=74582=rev Log: [INTL] - Add custom draw function for the codepages listview. - User gray text color for codepages that cannot be uninstalled. CORE-13242 Modified: trunk/reactos/dll

[ros-diffs] [ekohl] 74555: [INTL] Advanced page: Show code pages again. - Use SetupFindFirstLine and SetupFindNextLine to enumerate all code pages. - Use heap memory functions instead of global memory

2017-05-15 Thread ekohl
Author: ekohl Date: Mon May 15 20:02:48 2017 New Revision: 74555 URL: http://svn.reactos.org/svn/reactos?rev=74555=rev Log: [INTL] Advanced page: Show code pages again. - Use SetupFindFirstLine and SetupFindNextLine to enumerate all code pages. - Use heap memory functions instead of global memory

[ros-diffs] [ekohl] 74488: [INTL] - Get rid of the individual getter funtions. Use GetSelectedComboBoxIndex for all CBS_DROPDOWNLIST comboboxes and GetSelectedComboBoxText for all CBS_DROPDOWN combobo

2017-05-06 Thread ekohl
Author: ekohl Date: Sat May 6 14:41:50 2017 New Revision: 74488 URL: http://svn.reactos.org/svn/reactos?rev=74488=rev Log: [INTL] - Get rid of the individual getter funtions. Use GetSelectedComboBoxIndex for all CBS_DROPDOWNLIST comboboxes and GetSelectedComboBoxText for all CBS_DROPDOWN

[ros-diffs] [ekohl] 74487: [INTL] Changed locale options doesn't reload correctly before next reboot. - Added SetNumberSetting, SetCurrencySetting, SetDateSetting and SetTimeSetting functions to get a

2017-05-06 Thread ekohl
Author: ekohl Date: Sat May 6 13:43:03 2017 New Revision: 74487 URL: http://svn.reactos.org/svn/reactos?rev=74487=rev Log: [INTL] Changed locale options doesn't reload correctly before next reboot. - Added SetNumberSetting, SetCurrencySetting, SetDateSetting and SetTimeSetting functions to get

[ros-diffs] [ekohl] 74442: [INTL] Added initialization of IDC_CURRENCYGRPNUM. Patch by Katayama Hirofumi MZ. CORE-10170

2017-05-01 Thread ekohl
Author: ekohl Date: Mon May 1 17:05:31 2017 New Revision: 74442 URL: http://svn.reactos.org/svn/reactos?rev=74442=rev Log: [INTL] Added initialization of IDC_CURRENCYGRPNUM. Patch by Katayama Hirofumi MZ. CORE-10170 Modified: trunk/reactos/dll/cpl/intl/currency.c Modified: trunk/reactos

[ros-diffs] [ekohl] 74439: [TRANSLATION] Japanese NLS info. Patch by Katayama Hirofumi MZ. CORE-13164

2017-05-01 Thread ekohl
Author: ekohl Date: Mon May 1 13:09:31 2017 New Revision: 74439 URL: http://svn.reactos.org/svn/reactos?rev=74439=rev Log: [TRANSLATION] Japanese NLS info. Patch by Katayama Hirofumi MZ. CORE-13164 Added: trunk/reactos/dll/win32/kernel32/winnls/lang/ja-JP.rc (with props) Modified

[ros-diffs] [ekohl] 74434: [INTL] - Get rid of alloca, malloc and free. - Always check the return values of HeapAlloc. - Rename fUserLocaleChanged to bUserLocaleChanged and fGeoIdChanged to bGeoIdChan

2017-04-30 Thread ekohl
Author: ekohl Date: Sun Apr 30 15:39:41 2017 New Revision: 74434 URL: http://svn.reactos.org/svn/reactos?rev=74434=rev Log: [INTL] - Get rid of alloca, malloc and free. - Always check the return values of HeapAlloc. - Rename fUserLocaleChanged to bUserLocaleChanged and fGeoIdChanged

[ros-diffs] [ekohl] 74431: [BOOTDATA] Make service display names and descriptions translatable. CORE-11855

2017-04-29 Thread ekohl
Author: ekohl Date: Sat Apr 29 17:17:10 2017 New Revision: 74431 URL: http://svn.reactos.org/svn/reactos?rev=74431=rev Log: [BOOTDATA] Make service display names and descriptions translatable. CORE-11855 Modified: trunk/reactos/boot/bootdata/hivesys.inf Modified: trunk/reactos/boot/bootdata

[ros-diffs] [ekohl] 74415: [BOOTDATA] Make the timezone names translatable. CORE-11855

2017-04-26 Thread ekohl
Author: ekohl Date: Wed Apr 26 21:21:02 2017 New Revision: 74415 URL: http://svn.reactos.org/svn/reactos?rev=74415=rev Log: [BOOTDATA] Make the timezone names translatable. CORE-11855 Modified: trunk/reactos/boot/bootdata/hivesft.inf [This mail would be too long, it was shortened to contain

[ros-diffs] [ekohl] 74396: [SYSETUP] Update the shown date and time on the Date and Time page until the user changes the date or time. CORE-11896

2017-04-23 Thread ekohl
Author: ekohl Date: Sun Apr 23 21:56:36 2017 New Revision: 74396 URL: http://svn.reactos.org/svn/reactos?rev=74396=rev Log: [SYSETUP] Update the shown date and time on the Date and Time page until the user changes the date or time. CORE-11896 Modified: trunk/reactos/dll/win32/syssetup

[ros-diffs] [ekohl] 74394: [SERVMAN] - Make a copy of the service list where service and display name strings are separately allocated. We need this to update the service names rather than reload the

2017-04-23 Thread ekohl
Author: ekohl Date: Sun Apr 23 17:39:26 2017 New Revision: 74394 URL: http://svn.reactos.org/svn/reactos?rev=74394=rev Log: [SERVMAN] - Make a copy of the service list where service and display name strings are separately allocated. We need this to update the service names rather than reload

[ros-diffs] [ekohl] 74381: [TRANSLATION] Romanian resources maintenance Patch by Ștefan Fulea. CORE-13099

2017-04-19 Thread ekohl
Author: ekohl Date: Wed Apr 19 22:10:00 2017 New Revision: 74381 URL: http://svn.reactos.org/svn/reactos?rev=74381=rev Log: [TRANSLATION] Romanian resources maintenance Patch by Ștefan Fulea. CORE-13099 Added: trunk/reactos/base/applications/cmdutils/at/lang/ro-RO.rc (with props) trunk

[ros-diffs] [ekohl] 74371: [VARIOUS] Updating Turkish Translation Patch by Erdem Ersoy. CORE-12362

2017-04-18 Thread ekohl
Author: ekohl Date: Tue Apr 18 17:47:08 2017 New Revision: 74371 URL: http://svn.reactos.org/svn/reactos?rev=74371=rev Log: [VARIOUS] Updating Turkish Translation Patch by Erdem Ersoy. CORE-12362 Added: trunk/reactos/base/applications/cmdutils/at/lang/tr-TR.rc (with props) trunk

[ros-diffs] [ekohl] 74364: [AT] Applied hotfix for russian translation. Patch by Sergey Stopkin. CORE-12961

2017-04-17 Thread ekohl
Author: ekohl Date: Mon Apr 17 22:28:42 2017 New Revision: 74364 URL: http://svn.reactos.org/svn/reactos?rev=74364=rev Log: [AT] Applied hotfix for russian translation. Patch by Sergey Stopkin. CORE-12961 Modified: trunk/reactos/base/applications/cmdutils/at/lang/ru-RU.rc Modified: trunk

[ros-diffs] [ekohl] 74363: [NEWDEV] When the driver installation fails, set the CONFIGFLAG_FAILEDINSTALL flag only if the user checked the 'Do not show this dialog anymore' checkbox. CORE-13095

2017-04-17 Thread ekohl
Author: ekohl Date: Mon Apr 17 22:20:44 2017 New Revision: 74363 URL: http://svn.reactos.org/svn/reactos?rev=74363=rev Log: [NEWDEV] When the driver installation fails, set the CONFIGFLAG_FAILEDINSTALL flag only if the user checked the 'Do not show this dialog anymore' checkbox. CORE-13095

[ros-diffs] [ekohl] 74362: [NETID] Load, display and store the computer description. Patch by Grzegorz Araminowicz. - Moved most of the code into separate functions and got rid of its deeply nested st

2017-04-17 Thread ekohl
Author: ekohl Date: Mon Apr 17 21:05:02 2017 New Revision: 74362 URL: http://svn.reactos.org/svn/reactos?rev=74362=rev Log: [NETID] Load, display and store the computer description. Patch by Grzegorz Araminowicz. - Moved most of the code into separate functions and got rid of its deeply nested

[ros-diffs] [ekohl] 74349: [SERVMAN] Track changes to the general and and recovery pages. CORE-12743

2017-04-17 Thread ekohl
Author: ekohl Date: Mon Apr 17 12:48:51 2017 New Revision: 74349 URL: http://svn.reactos.org/svn/reactos?rev=74349=rev Log: [SERVMAN] Track changes to the general and and recovery pages. CORE-12743 Modified: trunk/reactos/base/applications/mscutils/servman/propsheet_general.c trunk

[ros-diffs] [ekohl] 74348: Avoid attempts to reinstall a driver on reboot when a previous attempt has already failed. [NEWDEV] Set the CONFIGFLAG_FAILEDINSTALL flag in the new hardware wizards welcome

2017-04-17 Thread ekohl
Author: ekohl Date: Mon Apr 17 11:34:08 2017 New Revision: 74348 URL: http://svn.reactos.org/svn/reactos?rev=74348=rev Log: Avoid attempts to reinstall a driver on reboot when a previous attempt has already failed. [NEWDEV] Set the CONFIGFLAG_FAILEDINSTALL flag in the new hardware wizards

[ros-diffs] [ekohl] 74344: [WINMINE] Fix vertical aligment of the digits in mines.bmp. Patch by Andre Semaki. CORE-12777

2017-04-16 Thread ekohl
Author: ekohl Date: Sun Apr 16 22:42:38 2017 New Revision: 74344 URL: http://svn.reactos.org/svn/reactos?rev=74344=rev Log: [WINMINE] Fix vertical aligment of the digits in mines.bmp. Patch by Andre Semaki. CORE-12777 Modified: trunk/reactos/base/applications/games/winmine/rc/mines.bmp

[ros-diffs] [ekohl] 74343: [SHELL] Update russian translation. Patch by amber. CORE-12525

2017-04-16 Thread ekohl
Author: ekohl Date: Sun Apr 16 22:00:46 2017 New Revision: 74343 URL: http://svn.reactos.org/svn/reactos?rev=74343=rev Log: [SHELL] Update russian translation. Patch by amber. CORE-12525 Modified: trunk/reactos/dll/win32/shell32/lang/ru-RU.rc Modified: trunk/reactos/dll/win32/shell32/lang

[ros-diffs] [ekohl] 74342: [MEDIA/RAPPS] Update russian translation. Patch by amber. CORE-12525

2017-04-16 Thread ekohl
Author: ekohl Date: Sun Apr 16 21:57:41 2017 New Revision: 74342 URL: http://svn.reactos.org/svn/reactos?rev=74342=rev Log: [MEDIA/RAPPS] Update russian translation. Patch by amber. CORE-12525 Modified: trunk/reactos/media/rapps/gecko.txt trunk/reactos/media/rapps/mesagallium.txt

[ros-diffs] [ekohl] 74341: [OPENGLCFG] Add russain translation. Patch by amber. CORE-12525

2017-04-16 Thread ekohl
Author: ekohl Date: Sun Apr 16 21:53:37 2017 New Revision: 74341 URL: http://svn.reactos.org/svn/reactos?rev=74341=rev Log: [OPENGLCFG] Add russain translation. Patch by amber. CORE-12525 Added: trunk/reactos/dll/cpl/openglcfg/lang/ru-RU.rc (with props) Modified: trunk/reactos/dll/cpl

[ros-diffs] [ekohl] 74340: [NET] Update russian translation. Patch by amber. CORE-12525

2017-04-16 Thread ekohl
Author: ekohl Date: Sun Apr 16 21:48:43 2017 New Revision: 74340 URL: http://svn.reactos.org/svn/reactos?rev=74340=rev Log: [NET] Update russian translation. Patch by amber. CORE-12525 Modified: trunk/reactos/base/applications/network/net/lang/ru-RU.rc Modified: trunk/reactos/base

  1   2   3   4   5   6   7   8   9   10   >