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

  1. @(#) BLURB 1.4 91/10/02 23:02:02
  2.  
  3. This package provides a couple of tiny programs that log requests for
  4. internet services (examples: TFTP, EXEC, FTP, RSH, TELNET, RLOGIN,
  5. FINGER, SYSTAT). Optional features are: access control based on pattern
  6. matching, and protection against rsh and rlogin attacks from hosts that
  7. pretend to have someone elses host name.
  8.  
  9. The programs are nothing but small network daemon front ends. By
  10. default, they just log the remote host name and then invoke the real
  11. network daemon daemon, without requiring any changes to existing
  12. software or configuration files.
  13.  
  14. Connections are reported through the syslog(3) facility. Each record
  15. contains a time stamp, the remote host name and the name of the service
  16. requested. The information can be useful to detect unwanted activities,
  17. especially when logfile information from several hosts is merged.
  18.  
  19. Enhancements over the previous release are: support for datagram (UDP
  20. and RPC) services, and execution of shell commands when a (remote host,
  21. requested service) pair matches a pattern in the access control tables.
  22.  
  23.     Wietse Venema (wietse@wzv.win.tue.nl),
  24.     Eindhoven University of Technology,
  25.     The Netherlands.
  26.