[ros-diffs] [tfaber] 59438: [PSDK] - Fix ShellItem/ShellFolderItem confusion and some misc GUIDs

2013-07-07 Thread tfaber
Author: tfaber Date: Sun Jul 7 07:19:35 2013 New Revision: 59438 URL: http://svn.reactos.org/svn/reactos?rev=59438view=rev Log: [PSDK] - Fix ShellItem/ShellFolderItem confusion and some misc GUIDs Modified: trunk/reactos/include/psdk/shldisp.idl trunk/reactos/include/psdk/shlguid.h

[ros-diffs] [tfaber] 59439: [PSDK] - Declare IID only once aka fix GCC build

2013-07-07 Thread tfaber
Author: tfaber Date: Sun Jul 7 07:28:43 2013 New Revision: 59439 URL: http://svn.reactos.org/svn/reactos?rev=59439view=rev Log: [PSDK] - Declare IID only once aka fix GCC build Modified: trunk/reactos/include/psdk/shlobj.h Modified: trunk/reactos/include/psdk/shlobj.h URL:

[ros-diffs] [tfaber] 59441: [NDK] - Add RtlStringFromGUID

2013-07-07 Thread tfaber
Author: tfaber Date: Sun Jul 7 07:56:46 2013 New Revision: 59441 URL: http://svn.reactos.org/svn/reactos?rev=59441view=rev Log: [NDK] - Add RtlStringFromGUID Modified: trunk/reactos/include/ndk/rtlfuncs.h Modified: trunk/reactos/include/ndk/rtlfuncs.h URL:

[ros-diffs] [tfaber] 59442: [COM_APITEST] - Add a test verifying the interfaces exposed by various COM classes, grouped by server dll ROSTESTS-98

2013-07-07 Thread tfaber
Author: tfaber Date: Sun Jul 7 09:10:31 2013 New Revision: 59442 URL: http://svn.reactos.org/svn/reactos?rev=59442view=rev Log: [COM_APITEST] - Add a test verifying the interfaces exposed by various COM classes, grouped by server dll ROSTESTS-98 Added: trunk/rostests/apitests/com/

[ros-diffs] [tfaber] 59443: [CMAKE] - Try again to fix version detection. If anyone sees compilers that are not .00 versions, please complain. This is required because a simply contains check can ma

2013-07-07 Thread tfaber
Author: tfaber Date: Sun Jul 7 09:42:57 2013 New Revision: 59443 URL: http://svn.reactos.org/svn/reactos?rev=59443view=rev Log: [CMAKE] - Try again to fix version detection. If anyone sees compilers that are not .00 versions, please complain. This is required because a simply contains check

[ros-diffs] [tfaber] 59444: [ATL] - Don't pretend success if we actually failed in CComModule::GetClassObject

2013-07-07 Thread tfaber
Author: tfaber Date: Sun Jul 7 10:20:49 2013 New Revision: 59444 URL: http://svn.reactos.org/svn/reactos?rev=59444view=rev Log: [ATL] - Don't pretend success if we actually failed in CComModule::GetClassObject Modified: trunk/reactos/lib/atl/atlbase.h Modified:

[ros-diffs] [ekohl] 59445: [SAMSRV] Start work on SamrChangePasswordUser. The new passwords can be stored but the required checks are still missing.

2013-07-07 Thread ekohl
Author: ekohl Date: Sun Jul 7 12:45:03 2013 New Revision: 59445 URL: http://svn.reactos.org/svn/reactos?rev=59445view=rev Log: [SAMSRV] Start work on SamrChangePasswordUser. The new passwords can be stored but the required checks are still missing. Modified:

[ros-diffs] [tfaber] 59446: [ATL] - Arch, don't forget to initialize your pointer

2013-07-07 Thread tfaber
Author: tfaber Date: Sun Jul 7 13:41:18 2013 New Revision: 59446 URL: http://svn.reactos.org/svn/reactos?rev=59446view=rev Log: [ATL] - Arch, don't forget to initialize your pointer Modified: trunk/reactos/lib/atl/atlbase.h Modified: trunk/reactos/lib/atl/atlbase.h URL:

[ros-diffs] [hbelusca] 59447: [CONDRV] Initial commit of the ReactOS Console Driver. For the moment, it's just able to load/unload, creating a controller device and being able to DPRINT1 lots of mes

2013-07-07 Thread hbelusca
Author: hbelusca Date: Sun Jul 7 15:15:10 2013 New Revision: 59447 URL: http://svn.reactos.org/svn/reactos?rev=59447view=rev Log: [CONDRV] Initial commit of the ReactOS Console Driver. For the moment, it's just able to load/unload, creating a controller device and being able to DPRINT1 lots of

[ros-diffs] [hbelusca] 59448: [CONDRV] - Hey Arch! You're displaying Major function codes, not IOCTL codes. Also, remove unnecessary casts (coming from some old code), and a use-after free. - Add some

2013-07-07 Thread hbelusca
Author: hbelusca Date: Sun Jul 7 15:57:48 2013 New Revision: 59448 URL: http://svn.reactos.org/svn/reactos?rev=59448view=rev Log: [CONDRV] - Hey Arch! You're displaying Major function codes, not IOCTL codes. Also, remove unnecessary casts (coming from some old code), and a use-after free. - Add

[ros-diffs] [ekohl] 59451: [NPFS] NpfsCreateNamedPipe: Check for invalid disposition values. Fixes 3 winetest failures.

2013-07-07 Thread ekohl
Author: ekohl Date: Sun Jul 7 22:18:50 2013 New Revision: 59451 URL: http://svn.reactos.org/svn/reactos?rev=59451view=rev Log: [NPFS] NpfsCreateNamedPipe: Check for invalid disposition values. Fixes 3 winetest failures. Modified: trunk/reactos/drivers/filesystems/npfs/create.c Modified: