Difference between revisions of "ReactOS Terminal Services"

From ReactOS Wiki
Jump to: navigation, search
(People who like to help)
(Tasks need to be done)
Line 32: Line 32:
 
== Tasks need to be done ==
 
== Tasks need to be done ==
 
* Multi User Environment
 
* Multi User Environment
** Winlogon
+
** Winlogon+GINA
** SAS
+
** SAS: make win32k notify Winlogon
** smss
+
** smss: move Kmode loading to csrss
** Csrss
+
** csrss: make it support multiple Win sessions
 
** logon/logoff procedures
 
** logon/logoff procedures
 
* Multi HID and key and mouse cursor
 
* Multi HID and key and mouse cursor

Revision as of 22:59, 4 April 2005

ReactOS Win32 personality a fully featured multi user operating system with possibilities to log in several users at the same time with an insulated environment for every login. Every login should be able to access the terminal services from any interface with many different protocolls enabling different possibilities depending on protocol, interface and connecton speed.

Features

  • Multi user environment.
  • Possibility to log on remotely or locally via any interface.
  • Possibility to log in several times from the same terminal.
  • Possibility to use two or more sets of keyboard, mouse and screen (Human Interface Device/HID) and associate a login to a certain set of HIDs.
  • Possibility to use RDP, Citrix, XWindows-client, Telnet or VNC as protocol/client.
  • Possibility to give every login an insulated environment much like vmware.
"Undo-Disks" -> ROS doesn't write do the real harddisk (in German this is called "Datenairbag")
  • Possibility to let a session access an emulation environment like QEmu, MAMEor VICE to run other Operating System then the Terminal Server or software not compiled for the CPU
  • Easy managemnet with possibility to take over, see and redirect a session directly from login screen.

Links

Tasks need to be done

  • Multi User Environment
    • Winlogon+GINA
    • SAS: make win32k notify Winlogon
    • smss: move Kmode loading to csrss
    • csrss: make it support multiple Win sessions
    • logon/logoff procedures
  • Multi HID and key and mouse cursor
    • Mouse drivers
    • Keyboard drivers
    • USB driver support
  • Multi Display Adapters and Display support
  • Creating support for different protocolls and inserting the different project into ROS
    • UltraVNC
    • Telnet server daemon
    • xrdp project - simple RDP server
    • X-Server for ReactOS

People who like to help

Emanuele Aliberti Developer of the multiuser CSRSS Profile

Jaix Bly visionary