home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / WIN_NT / QRLOGI / README.TXT < prev   
Text File  |  1993-12-11  |  4KB  |  117 lines

  1. WHAT IS QRLOGIND VERSION 1.0?
  2.  
  3. The qrlogind program implements a TCP/IP rlogin daemon.  It is
  4. approximately as functional as the "remote" program that comes in
  5. the Microsoft Windows NT Resource Kit.
  6.  
  7. Limitations:
  8.  
  9. 1) It always asks for a password.
  10.  
  11. 2) It is not a Microsoft Windows NT service, which means it has to
  12.     be running from a command prompt window of a logged in
  13.     user.  (This also means that anyone logging in from over
  14.     the net comes in as the use that is logged in at the
  15.     console.)
  16.     
  17. 3) There is no way to send End of File (^Z) to a program.
  18.  
  19. 4) There is no way to kill a program with ^C remotely.
  20.  
  21. WARNING: qrlogind has the same security problem as all other versions of 
  22. rlogind and telnetd... i.e. when you send a password, it goes as
  23. "clear" (unencrypted) text over your network.  Further, qrlogind
  24. requires you to specify the incoming password on the command line...
  25. thus both your network and your workstation must be secure or the
  26. password can be easily compromised.  It is the user's responsibility
  27. to determine whether or not this poses a problem in his/her situation.
  28.  
  29. Features:
  30. 1) Supports most command prompt based programs that work in a line-by-line
  31.     (as opposed to full-screen) fashion.  Most compilers, the
  32.     "net" command, HIPPIX (TM), and public domain ports of
  33.     Unix-based programs will likely all work via the remote
  34.     connections.
  35.  
  36. 2) Erase and kill processing with Backspace/Delete and <ESC>.
  37.  
  38. 3) Allows multiple simultaneous logins.
  39.  
  40. 4) It's possibly the only game in town at the moment.  Certainly
  41.     it's the only free one I'm aware of.
  42.  
  43.  
  44.  
  45. USING QRLOGIND
  46.  
  47. It's easy, just launch the qrlogind program with a password as an
  48. argument. Users can then use an "rlogin" program from other hosts
  49. and will be prompted for the password.  If they give the proper
  50. password, a "CMD" command prompt is presented.
  51.  
  52. To stop qrlogind, it is recommended that you ^C it.  This has the
  53. (probably desirable) side effect of cleaning up any stray programs
  54. you left running "in the background" from an rlogin session.
  55.  
  56.  
  57.  
  58. HISTORY OF QRLOGIND
  59.  
  60. The qrlogind program was written as a 'quick hack' that provided
  61. me with enough functionality to work remotely.  As I found it
  62. useful, I felt others (there have been many requests on USENET)
  63. might find it useful too.  Since we have recently been looking for
  64. new ways to promote HIPPIX, I am releasing it as "BannerWare".
  65.  
  66. I am "Chief Technologist" and part-owner of Hippo Software, Inc.,
  67. which makes HIPPIX, a Microsoft Windows NT product that provides
  68. programming and user environments similar to those found under
  69. Unix. HIPPIX is inexpensive... currently only $79 per environment
  70. or $109 for both.
  71.  
  72. For more information contact Hippo Software at:
  73.     Telephone: 1-800-OH-HIPPO
  74.     Internet: hippix-info@hippo.com
  75.     CIS: 72360,2675
  76.     
  77. Hippo Software expects to be delivering commercial TCP/IP tools
  78. such as rlogind and telnetd sometime in first quarter of 1994.
  79. These tools will be well integrated with the current HIPPIX products.
  80.  
  81. In an attempt not to be too obnoxious, qrlogind only prints its
  82. "banner" (advertising HIPPIX) on the command prompt screen where
  83. qrlogind is started. (I.E. remote users are NOT forced to read it
  84. when they rlogin).  This is my first attempt at "BannerWare",
  85. feedback about the concept is more than welcome... send it to
  86. brian@hippo.com.
  87.  
  88.  
  89.  
  90. COPYRIGHT AND REDISTRIBUTION INFORMATION
  91.  
  92. Copyright (C) 1993 Brian Sturgill, All Rights Reserved.
  93.  
  94. Permission is hereby granted to distribute this package provided
  95. that all files are included unchanged in the distribution.
  96.  
  97. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY  EXPRESS OR IMPLIED
  98. WARRANTIES, INCLUDING, WITHOUT  LIMITATION, THE IMPLIED WARRANTIES OF
  99. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  100.  
  101.  
  102.  
  103. SUPPORT
  104.  
  105. None!  Qrlogind comes from me, Brian Sturgill, not Hippo Software,
  106. Inc... and I doubt I've got time for much support.  However if you
  107. do find a bug please drop a note to brian@hippo.com and its likely
  108. (especially early on when I'm still using it) that the bug will
  109. get fixed.  Requests for new features will be politely rejected...
  110. however, they might get passed-on into the Hippo product.
  111.  
  112. Brian Sturgill
  113. December 11, 1993
  114.  
  115. HIPPIX is a trademark of Hippo Software, Inc.
  116. Other trademarks herein belong to their respective holders.
  117.