home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume16 / log_tcp / part01 / BLURB next >
Encoding:
Text File  |  1991-01-10  |  1.0 KB  |  26 lines

  1. @(#) BLURB 1.1 91/01/06 22:30:19
  2.  
  3. This package provides a couple of tiny programs that log all requests
  4. to connection-oriented tcp/ip services (examples: FINGER, SYSTAT, FTP,
  5. TELNET, RLOGIN, RSH, EXEC), with optional access control on the basis
  6. of host (or domain) names and service names.
  7.  
  8. The programs are nothing but small front ends. By default, they just
  9. log the remote host name and then invoke the real daemon. The programs
  10. should not require any changes to existing software or configuration
  11. files.
  12.  
  13. Connections are reported through the syslog(3) facility. Each record
  14. contains a time stamp, the remote host name and the name of the service
  15. requested. Such information can be useful to detect break-in attempts
  16. or other undesirable activities, especially when logfile information
  17. from several hosts is merged.
  18.  
  19. The optional access-control facility may be useful when, for whatever
  20. reason, it is not possible to handle access control at a more suitable
  21. level (such as an internet router).
  22.  
  23.     Wietse Venema,
  24.     Eindhoven University of Technology,
  25.     The Netherlands.
  26.