Hi,
  We have a BitsyX2 and we would like to add a telnet server. We have recompile the source code for telnetd and create a dll. The sources comes from plateform builder.
  We have also used ADSCopy and modified the ADSLOAD.REG.
  This is the new registry Keys:
  [HKEY_LOCAL_MACHINE\Services\TELNETD] 	"Dll"="telnetd.dll" 	"Order"=dword:8 	"Keep"=dword:1     "Prefix"="TEL"     "Index"=dword:0     "Context"=dword:1     "DisplayName"="Telnet Server"     "Description"="Services incoming telnet requests"
  [HKEY_LOCAL_MACHINE\Services\TELNETD\Accept\TCP-23]     ; TCP port 23, default Telnet Port     "SockAddr"=hex:02,00,00,17,00,00,00,00,00,00,00,00,00,00,00,00
 
  [HKEY_LOCAL_MACHINE\Comm\TELNETD] 	"IsEnabled"=dword:1 	"UseAuthentication"=dword:0 	"UserList"="*"
 
  This is the ADSCopy.inf file:
  'telnetd.dll' '\Windows' '"\FlashFX Disk\LaunchService.exe" TELNETD' -x
  In the launch service executable we have replace from the ADSLaunchDriver the method launch driver to launch service.
  We have in return the code error 2 this means that it couldn't find a dll or a key but everything seems to be fine.
  Can you help us!
  Thanks
  Julien Hervouet |