home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2725 / BLURB < prev    next >
Encoding:
Text File  |  1991-02-10  |  1.8 KB  |  40 lines

  1. If host X supports RFC 931, and if joe@X and sally@Y are connected
  2. through TCP, then sally can find out the name of joe. This package
  3. includes authd, an RFC 931 server. Once you've installed it, your users
  4. can't escape the authentication: if they telnet or rlogin or send mail
  5. or do whatever to another host, that host can find out the username.
  6.  
  7. This package also includes a library that acts as an RFC 931 client. You
  8. don't need privileges to use the library, which should compile and run
  9. without trouble on any BSD-derived system. (authd is not so portable;
  10. although it works without changes under SunOS and Ultrix, it might not
  11. work on other systems. The package includes a couple of test programs.)
  12.  
  13. authd and authuser have been reported to work on the following systems.
  14.  
  15.   Sun 2/170, SunOS 4.0
  16.   Sun 4/280, SunOS 4.0.3
  17.   Sun 3/160, SunOS 4.1
  18.   Sun 3/180, SunOS 4.1
  19.   DECsystem-5820, Ultrix 4.0
  20.   DECStation-5400, Ultrix 4.1
  21.   VAX 8650, Ultrix 4.1
  22.   VAX (?), BSD 4.3
  23.   Convex C210, Convex UNIX 8.0
  24.  
  25. I've placed this code into the public domain because I think that
  26. everyone should support at least this level of security. I'm sick of
  27. seeing people forge mail and spoof NNTP and attack systems anonymously
  28. through the network. Now they won't be able to, because every connection
  29. will be tagged with the username with at least as much security as the
  30. TCP host address in each packet. I hope that every site will do its part
  31. to contribute to network security (and to help CERT trace intruders).
  32.  
  33. It should take approximately 10 minutes to read the instructions and
  34. compile, install, and test authd on a new machine. It should take
  35. approximately 2 minutes on each new machine once you're familiar with
  36. the instructions. Send comments on these estimates to brnstnd@nyu.edu,
  37. cc the Office of Management and Budget, Paperwork Reduction Division.
  38.  
  39. ---Dan Bernstein, brnstnd@nyu.edu
  40.