home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2173 / README < prev    next >
Encoding:
Text File  |  1990-12-28  |  1.0 KB  |  26 lines

  1. With the following two programs you log can all requests for the SYSTAT,
  2. FINGER, FTP, TELNET, RLOGIN, RSH and EXEC network services. Connections
  3. are logged via the syslog(3) facility.
  4.  
  5. This may help you to detect if some cracker tries to get into your system
  6. via internet.
  7.  
  8. The programs are tiny front ends that report the remote host name and
  9. then invoke the real network daemon.  Thus, you will not need to change
  10. systems software or configuration files.  Just move the real daemons to
  11. another subdirectory and install the front ends in their original
  12. places. See the source for details.
  13.  
  14. These programs were tested with Ultrix >= 2.2, with SunOS >= 3.4 and
  15. some obscure System V Release 2 port.
  16.  
  17. There is a little-tested facility to refuse connections from hosts or
  18. domains listed in an external text file. The format of that file is:
  19. one host name or domain name per line; no blanks or empty lines. See
  20. the Makefile for details.
  21.  
  22.     Wietse Venema,
  23.     Mathematics and Computing Science,
  24.     Eindhoven University of Technology,
  25.     The Netherlands.
  26.