home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3298 / BLURB.authd < prev    next >
Encoding:
Text File  |  1991-05-07  |  2.1 KB  |  50 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---the program that X runs to tell
  4. sally who joe is. Once you've installed it, your users can't escape the
  5. authentication: if they telnet or rlogin or send mail or do whatever to
  6. another host, that host can find out the username.
  7.  
  8. This package also includes a library that acts as an RFC 931 client---
  9. the routines that sally uses to ask X's server who joe is. You don't
  10. need privileges to use the library, which should compile and run without
  11. trouble on any BSD-derived system. (authd is not so portable; although
  12. it works without changes under SunOS and Ultrix, it might not work on
  13. other systems. The package includes testauthd to make sure it works.)
  14.  
  15. The previous version of authd was reported to work on the following
  16. systems:
  17.  
  18.   Sun 2/170, SunOS 4.0
  19.   Sun 4/280, SunOS 4.0.3
  20.   Sun 3/80, SunOS 4.1
  21.   Sun 3/160, SunOS 4.1
  22.   Sun 3/180, SunOS 4.1
  23.   Sun 4/60, SunOS 4.1
  24.   Sun 4/330, SunOS 4.1
  25.   DECsystem-5820, Ultrix 4.0
  26.   DECsystem-5820, Ultrix 4.1
  27.   DECStation-5400, Ultrix 4.1
  28.   VAX 8650, Ultrix 4.1
  29.   MicroVAX III, BSD 4.3+NFS
  30.   HP9000 Series 300, HP-UX 7.0
  31.   HP9000 Series 400, HP-UX 7.0
  32.   HP9000 Series 800, HP-UX 7.0
  33.   Convex C210, Convex UNIX 8.0
  34.  
  35. I've placed this code into the public domain because I think that
  36. everyone should support at least this level of security. I'm sick of
  37. seeing people forge mail and spoof NNTP and attack systems anonymously
  38. through the network. Now they won't be able to, because every connection
  39. will be tagged with the username with at least as much security as the
  40. TCP host address in each packet. I hope that every site will do its part
  41. to contribute to network security (and to help CERT trace intruders).
  42.  
  43. It should take approximately 10 minutes to read the instructions and
  44. compile, install, and test authd on a new machine. It should take
  45. approximately 2 minutes on each new machine once you're familiar with
  46. the instructions. Send comments on these estimates to brnstnd@nyu.edu,
  47. cc the Office of Management and Budget, Paperwork Reduction Division.
  48.  
  49. ---Dan Bernstein, brnstnd@nyu.edu
  50.