home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / POPCLIEN.000 / POPCLIEN / pop / CHANGES next >
Encoding:
Text File  |  1994-04-01  |  1.6 KB  |  43 lines

  1.  
  2. popclient
  3. Copyright (c) 1993,1994  Carl Harris, Jr.  <ceharris@vt.edu>
  4.  
  5. Version    Description
  6. ------- -----------
  7. 1.0-     o  Original POP2 development version, term support, minor patches.
  8. 1.6    
  9.  
  10. 1.7    o  Added MAIL environment variable support, System V Makefile changes.
  11.  
  12. 2.1    o  First version to support POP3.
  13.     o  First wide release to public at large.
  14.     o  Began maintaining this file of changes.
  15.  
  16. 2.1a    o  Fixed bug in verbose output in POP3 mode.
  17.     o  Changed bzero() on the options structure to account for programmer 
  18.            boneheadedness.
  19.     o  Changed errorneous call in SockPrintf from SockPuts to SockWrite.
  20.     o  Moved error report on socket errors in main().
  21.     o  Removed -g -O0 from CFLAGS in Makefile.
  22.  
  23. 2.1b    o  Changed erroneous fputs() to fprintf() in POP3_OK.
  24.  
  25. 2.20    o  Changed argv[] pointers to point to innocuous junk so that a
  26.        password specified using -p will not be compromised by the
  27.        'ps' command.
  28.     o  Radically changed system mailbox handling to use /bin/mail (or
  29.        equivalent MDA) to deliver user's mail to the mail spool.  This
  30.        not only obviates the need for MAIL environment variable support,
  31.        but also relieves the client of folder locking concerns.  Thanks
  32.        go to Tor Lillqvist <tml@tik.vtt.fi> for this suggestion.
  33.     o  Set up to allow installer to specify the default protocol and the
  34.        new MDA (/bin/mail) support configuration in config.h.
  35.     o  Typecast call to getpass() to get rid of gcc warning.
  36.     o  Check for INADDR_NONE definition in socket.h
  37.  
  38. 2.21    o  Changed inline function argument definitions in socket.c to easy
  39.        SunOS compile.
  40.     o  Fixed mail delivery to system mail folder to use _login_ ID not
  41.        POP mail user ID.
  42.  
  43.