Difference between revisions of "Missing ReactOS Functionality"

From ReactOS Wiki
Jump to: navigation, search
(Networking)
Line 3: Line 3:
 
= General =
 
= General =
  
 +
* Diskpart
 
* Hibernation support
 
* Hibernation support
 
* LSASS
 
* LSASS
Line 24: Line 25:
  
 
* Side by Side Assemblies http://msdn.microsoft.com/en-us/library/aa376307(VS.85).aspx
 
* Side by Side Assemblies http://msdn.microsoft.com/en-us/library/aa376307(VS.85).aspx
* Image Mastering API (needed for many cd writting applications)
+
* Image Mastering API (needed for many cd writing applications)
 
* Data Protection API (only stub needed) (required for IE 7+)
 
* Data Protection API (only stub needed) (required for IE 7+)
 
* Internet Protocol Version 6 http://technet.microsoft.com/en-us/network/bb530961.aspx
 
* Internet Protocol Version 6 http://technet.microsoft.com/en-us/network/bb530961.aspx
Line 42: Line 43:
 
* USB class drivers
 
* USB class drivers
 
* HID class drivers
 
* HID class drivers
* UDF (ISO/IEC 13346) driver
+
* UDF (ISO/IEC 13346) driver (DVD)
 
* Partition Manager
 
* Partition Manager
 
* Volume Manager
 
* Volume Manager

Revision as of 17:22, 29 July 2009

This page is supposed to contain a list of APIs, Functionality, COM Interfaces, drivers, application, extentions or other that Windows has but ReactOS doesn't. There are other similar pages in this wiki that might help, http://www.reactos.org/wiki/index.php/Version_Status, http://www.reactos.org/wiki/index.php/CFI (get paid to implement something!), http://www.reactos.org/wiki/index.php/Roadmap . This page is intended as a list of general tasks that need to be done in ReactOS. If a certain component already exists, consider filing a bug report.

General

  • Diskpart
  • Hibernation support
  • LSASS
    • Multi user support
      • Fast User Switching
  • LDAP/ActiveDirectory
  • TCP/IP Traffic Shaping/Scheduling
  • ClearType
  • Task Scheduler
  • Printing

Win32 features

Introduced in XP

Introduced in Vista

Drivers

  • USB class drivers
  • HID class drivers
  • UDF (ISO/IEC 13346) driver (DVD)
  • Partition Manager
  • Volume Manager
  • PCMCIA
  • TDI
  • WMIlib
  • Windows Driver Framework
  • Usermode Driver Framework

Display

Networking

  • Terminal Server
  • DHCP Server
  • SMB Filesystem Client
  • NFS Server/Client