[ros-diffs] [mjansen] 71956: [EXPLORER] Fix the Explore all users/open all users menu items. Patch by Jared Smudde. CORE-11146 #resolve #comment Thanks!

2016-07-16 Thread mjansen
Author: mjansen Date: Sat Jul 16 17:49:27 2016 New Revision: 71956 URL: http://svn.reactos.org/svn/reactos?rev=71956=rev Log: [EXPLORER] Fix the Explore all users/open all users menu items. Patch by Jared Smudde. CORE-11146 #resolve #comment Thanks! Modified:

[ros-diffs] [ekohl] 71955: Ooops! These were not meant to be committed!

2016-07-16 Thread ekohl
Author: ekohl Date: Sat Jul 16 17:41:44 2016 New Revision: 71955 URL: http://svn.reactos.org/svn/reactos?rev=71955=rev Log: Ooops! These were not meant to be committed! Modified: trunk/reactos/base/system/services/database.c Modified: trunk/reactos/base/system/services/database.c URL:

[ros-diffs] [ekohl] 71954: [SERVICES] Check for NULL pointers before derreferecing them in ScmIsSameServiceAccount(). Patch by Victor Martinez Calvo. CORE-11599 #resolve #comment Thanks a lot!

2016-07-16 Thread ekohl
Author: ekohl Date: Sat Jul 16 17:39:37 2016 New Revision: 71954 URL: http://svn.reactos.org/svn/reactos?rev=71954=rev Log: [SERVICES] Check for NULL pointers before derreferecing them in ScmIsSameServiceAccount(). Patch by Victor Martinez Calvo. CORE-11599 #resolve #comment Thanks a lot!

[ros-diffs] [ekohl] 71953: [ADVAPI32] Remove unneeded NULL checks at CreateServiceA/W and ChangeServiceConfigW/A(). Patch by Victor Martinez Calvo. CORE-11610 #resolve #comment Thanks a lot!

2016-07-16 Thread ekohl
Author: ekohl Date: Sat Jul 16 16:18:17 2016 New Revision: 71953 URL: http://svn.reactos.org/svn/reactos?rev=71953=rev Log: [ADVAPI32] Remove unneeded NULL checks at CreateServiceA/W and ChangeServiceConfigW/A(). Patch by Victor Martinez Calvo. CORE-11610 #resolve #comment Thanks a lot!

[ros-diffs] [ekohl] 71952: [LSASRV] Fix cleanup in LsarRetrievePrivateData(). Modified patch by Victor Martinez Calvo. CORE-11611 #resolve #comment Thanks a lot!

2016-07-16 Thread ekohl
Author: ekohl Date: Sat Jul 16 14:57:33 2016 New Revision: 71952 URL: http://svn.reactos.org/svn/reactos?rev=71952=rev Log: [LSASRV] Fix cleanup in LsarRetrievePrivateData(). Modified patch by Victor Martinez Calvo. CORE-11611 #resolve #comment Thanks a lot! Modified:

[ros-diffs] [tfaber] 71951: [WS2_32] - Fix a few ws2_32:getaddrinfo test failures. Based on a patch by Peter Hater. CORE-11368

2016-07-16 Thread tfaber
Author: tfaber Date: Sat Jul 16 07:49:30 2016 New Revision: 71951 URL: http://svn.reactos.org/svn/reactos?rev=71951=rev Log: [WS2_32] - Fix a few ws2_32:getaddrinfo test failures. Based on a patch by Peter Hater. CORE-11368 Modified: trunk/reactos/dll/win32/ws2_32/misc/ns.c Modified:

[ros-diffs] [tfaber] 71950: [KERNEL32] - Fix GetComputerNameEx behavior with regard to NULL/non-NULL buffers and size calculation CORE-11368

2016-07-16 Thread tfaber
Author: tfaber Date: Sat Jul 16 07:08:21 2016 New Revision: 71950 URL: http://svn.reactos.org/svn/reactos?rev=71950=rev Log: [KERNEL32] - Fix GetComputerNameEx behavior with regard to NULL/non-NULL buffers and size calculation CORE-11368 Added: