home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Networking / wu-ftpd-2.4.2b13-MIHS / FIXES / FIXES-2.4.2-BETA-11 < prev    next >
Encoding:
Text File  |  1996-04-15  |  911 b   |  19 lines

  1. FIXES in 2.4.2-BETA-11
  2.  
  3. The file size in BSDI 1.1 is a long not a quad_t. This means that the
  4. conversion arguement should not be qd for sprintf's involving this
  5. variable. This is now fixed. 
  6.  
  7. The configuration file for Solaris specified the MAXHOSTNAMELEN before
  8. it was possible to check to see if was defined and this caused there to be
  9. spurious (and benign) error messages to be generated. This has been corrected.
  10. Problem reported by Chin Fang <fangchin@azc.com>.
  11.  
  12. Fixes for the optional shadow password file support for Linux. Patches supplied
  13. by Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl>.
  14.  
  15. The manual pages for ftpaccess.5 and ftpd.8 have been modified. ftpd.8 now
  16. documentes the previously undocumented "-u umask" option. ftpaccess.5 now
  17. clarifies the fact that the root-dir specified in the upload configuration
  18. line MUST match the home directory in the operation system password database.
  19.