home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume22 / auth / part01 / CHANGES < prev    next >
Text File  |  1990-04-29  |  4KB  |  97 lines

  1. 4/18/90: Packaged auth 2.1 to replace previous comp.sources.unix submission.
  2. 4/18/90: authd version 2.1.
  3. 4/18/90: authd looks much prettier.
  4. 4/18/90: attachport version 4.1.
  5. 4/18/90: authd supports ! lock files.
  6. 4/18/90: attachport forks as real uid.
  7. 4/18/90: attachport now checks periodically for lost children.
  8. 4/18/90: Corrected locking scheme for exceptional (i.e. impossible) cases.
  9. 4/18/90: authtcp version 2.1.
  10. 4/18/90: authtcp forks as real uid.
  11. 4/18/90: attachport handles signals better.
  12. 4/18/90: authtcp handles signals better. It's annoying that extensions
  13.      to the signal semantics could make secure programs insecure.
  14. 4/18/90: attachport is now just as careful.
  15. 4/18/90: authtcp is now ridiculously careful to switch to effective uid
  16.      before unlinking lock file and to real uid before exiting.
  17. 4/18/90: Aargh, fork() uses effective uid rather than real uid for
  18.      MAXUPRC checks. This ``feature'' can bring down attachport and
  19.      authtcp if MAXUPRC is small and the machine is big.
  20.  
  21. 4/2/90: attachport version 4.0.
  22. 4/2/90: authtcp version 2.0.
  23. 4/2/90: authd version 2.0.
  24. 4/2/90: authuser version 2.0.
  25. 4/2/90: Final packaging and distribution for comp.sources.unix.
  26.  
  27. 4/2/90: Everything passes lint perfectly, though not lint -hacx.
  28.  
  29. 4/2/90: attachport now understands SIGTERM from killaport.
  30. 4/2/90: All programs now use inet_ntoa() where appropriate.
  31. 4/2/90: All programs now use isascii() where appropriate.
  32. 4/2/90: attachport now understands everything.
  33. 4/2/90: Integrated attachport into auth distribution. attachport CHANGES:
  34.         3/21/90: Somehow attachport has gotten up to 3.6.
  35.         1/28/90: Added -0 option to wither away when input file disappears.
  36.         1/28/90: Added -1 option as a computer-friendly -v.
  37.         1/7/90: attachport 3.5.
  38.         Cleaned up mostly everything.
  39.         attachport version 3.0, 11/1/89.
  40.  
  41. 4/1/90: authuser now checks for USERID from the Authentication Server,
  42.     though it doesn't do anything informative upon a remote ERROR.
  43. 4/1/90: authd now uses unsigned where it should.
  44. 4/1/90: authuser now uses unsigned where it should.
  45. 4/1/90: authtcp now uses unsigned where it should.
  46. 4/1/90: authd now uses ctype.h appropriately.
  47.  
  48. 4/1/90: authd supports new locking protocol.
  49. 4/1/90: authtcp supports new locking protocol.
  50. 4/1/90: Set up new locking procedure to prevent authentication race
  51.     condition; attachport will have to support this too.
  52.  
  53. 3/31/90: authtcp version 1.8.
  54.  
  55. 3/31/90: authtcp now talks to the remote authd.
  56. 3/31/90: authuser version 1.5.
  57. 3/31/90: Redid authuser interface.
  58. 3/31/90: Added authuser library to authtcpd (now just auth) distribution.
  59.  
  60. 3/27/90: authtcp now supports getservbyname()---and an interesting
  61.      inconsistency showed up! Check sockaddr_in in netinet/in.h
  62.      versus servent.s_port in netdb.h. Ho hum.
  63. 3/27/90: Touched up authtcp a bit.
  64.  
  65. 1/31/90: authd version 1.52.
  66. 1/31/90: authtcp version 1.52.
  67.  
  68. 1/31/90: authtcp now supports TSTP.
  69. 1/31/90: Both programs now have AUTHDIR ifdefed so it can go into Makefile.
  70.  
  71. Getopt usage compatible with dumb getopt (no special numeric treatment).
  72.  
  73. 1/7/90: authd version 1.5.
  74. 1/7/90: authtcp version 1.5.
  75.  
  76. Both programs now use getopt.
  77.  
  78. authd passes lint.
  79.  
  80. authtcp: Whoops, really should turn off TSTP, as we don't handle stopping.
  81.  
  82. authtcp keeps socket open, to close a Trojan Horse-like security hole.
  83. authtcp doesn't turn off signals for its child.
  84.  
  85. authtcp version 1.1, 11/1/89.
  86.  
  87. authtcp has the verbose option it's been begging for.
  88. authtcp now understands gethostbyname().
  89.  
  90. authd version 1.001, 11/1/89.
  91. authtcp version 1.001, 11/1/89.
  92.  
  93. Changed 50 in both programs to be sizeof(AUTHDIR) + 30.
  94.  
  95. authd version 1.0, 10/26/89.
  96. authtcp version 1.0, 10/26/89.
  97.