Author: mc
Date: Mon Jun 26 03:54:39 2006
New Revision: 22618
URL: http://svn.reactos.org/svn/reactos?rev=22618&view=rev
Log:
Creating base directory for the Remote Desktop client - mstsc.exe, mstscax.dll, rdesktop port, etc.
Added:
trunk/reactos/base/applications/tsclient/
Author: mc
Date: Mon Jun 26 03:46:21 2006
New Revision: 22617
URL: http://svn.reactos.org/svn/reactos?rev=22617&view=rev
Log:
Tagging with release number
Added:
vendor/rdesktop/CVS-2006-06-21/
- copied from r22616, vendor/rdesktop/current/
Author: mc
Date: Mon Jun 26 03:43:12 2006
New Revision: 22616
URL: http://svn.reactos.org/svn/reactos?rev=22616&view=rev
Log:
Fixing import to comply with project standards
Added:
vendor/rdesktop/current/
- copied from r22615, vendor/rdesktop/rdesktop/
Removed:
vendor/rdesktop/rdesktop/
Author: gedmurphy
Date: Sun Jun 25 15:19:59 2006
New Revision: 22611
URL: http://svn.reactos.org/svn/reactos?rev=22611&view=rev
Log:
give rpcss a group name
stops exception being raised when debugging services.exe
Modified:
trunk/reactos/boot/bootdata/hivesys.inf
Modified: trunk/reactos/boot/bootdata/hivesys.inf
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivesys.inf?…
==============================================================================
--- trunk/reactos/boot/bootdata/hivesys.inf (original)
+++ trunk/reactos/boot/bootdata/hivesys.inf Sun Jun 25 15:19:59 2006
@@ -694,6 +694,7 @@
; RPC service
HKLM,"SYSTEM\CurrentControlSet\Services\Rpcss","Description",0x00000000,"Enables a computer to recognize and adapt to hardware changes with little or no user input"
HKLM,"SYSTEM\CurrentControlSet\Services\Rpcss","ErrorControl",0x00010001,0x00000001
+HKLM,"SYSTEM\CurrentControlSet\Services\Rpcss","Group",0x00000000," RPC Service"
HKLM,"SYSTEM\CurrentControlSet\Services\Rpcss","ImagePath",0x00020000,"%SystemRoot%\system32\rpcss.exe"
HKLM,"SYSTEM\CurrentControlSet\Services\Rpcss","Start",0x00010001,0x00000004
HKLM,"SYSTEM\CurrentControlSet\Services\Rpcss","Type",0x00010001,0x00000010