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-13 < prev    next >
Encoding:
Text File  |  1997-03-02  |  4.7 KB  |  73 lines

  1. FIXES in 2.4.2-BETA-13
  2.  
  3. -----------------------------------------------------------------------------
  4. Tickets 23 from  <jbf@schubert.telepac.pt> and 96 from 
  5. <torben.leifsen@astro.uio.no> reported a problem with compliing wu-ftpd on
  6. OSF. This is due to an failure in the software to include the correct
  7. include file. This is fixed in this release.
  8. -----------------------------------------------------------------------------
  9. Ticket 157 from  Albert Lunde <Albert-Lunde@nwu.edu> pointed out an
  10. inconsistency in the forward definition of realpath when a STDC compiler is
  11. used. This is now fixed.
  12. -----------------------------------------------------------------------------
  13. Ticket 161 from ianw@sco.com, ticket 168 from lamont@security.hp.com and
  14. ticket 220 from sr@inri.com all pointed out a problem in the code I 
  15. put into popen.c to attempt to address an overflow problem. Too much late
  16. night coding for me:-). Anyway, a version of their suggested fix is in
  17. this release.
  18. -----------------------------------------------------------------------------
  19. Ticket 162 and 222 from  michael@ra.TSS.PeachNet.EDU and ianw@sco.COM,
  20. respectively, pointed out that there was an extra %s in one of the 
  21. reply strings. This is now fixed
  22. -----------------------------------------------------------------------------
  23. Ticket 168 from lamont@security.hp.com suggested that sysconf be used to
  24. get the number of fds. This has been added to popen.c and a change has been
  25. made to config.hpx to use that. I have also tried to add this to other 
  26. configurations that are documented (or are known) to support sysconf.
  27. -----------------------------------------------------------------------------
  28. Ticket 180 from David Pesticcio <davidp@cableol.net> pointed out some problems
  29. with the INSTALL file. There was a missing step and other problems. These have
  30. been fixed for this release.
  31. -----------------------------------------------------------------------------
  32. Ticket 182 from <ache@nagual.ru> supplied some fixes to skey support. The 
  33. patches supplied were used as a basis for those fixed included in this release.
  34. -----------------------------------------------------------------------------
  35. Ticket 183 from <ache@nagual.ru> supplied a patch to removed \r\n from any
  36. string put in setproctitle. This changes are includes in this release.
  37. -----------------------------------------------------------------------------
  38. Ticket 184 from <ache@nagual.ru> supplied a patch to enforce FreeBSD (when
  39. this software is built on FreeBSD) concerning the logging of numeric addresses
  40. when DNS name is larger than UT_HOSTSIZE field.
  41. -----------------------------------------------------------------------------
  42. Ticket 185 from <ache@nagual.ru> suggested that we should removed all 
  43. references to LOG_TOOMANY, since it is no longer being actually implemented.
  44. We agree.
  45. -----------------------------------------------------------------------------
  46. Ticket 186 from <ache@nagual.ru> said that FreeBSD already had the fnmatch
  47. function in its C library and didn't need the version in the support library.
  48. The support library will now be built without this.
  49. -----------------------------------------------------------------------------
  50. Ticket 191 from Ian Willis <ianw@sco.COM> suggests that the failsafe number of
  51. fds in popen.c should be bigger than sizeof(long). He suggested 20, but I am 
  52. setting it to 31. We'll see if that helps folks have fewer signal 10 or 11 
  53. errors that are unexplained.
  54. -----------------------------------------------------------------------------
  55. Ticket 193 from <ache@nagual.ru> pointed out that ftpcount.c does not
  56. include stdlib.h, which will cause malloc to allocate too little space to
  57. hold st_size on FreeBSD. This is now fixed.
  58. -----------------------------------------------------------------------------
  59. Ticket 197 from Ian Willis <ianw@sco.COM> provides some additional patches
  60. for SCO OpenServer 5. These are included in this release.
  61. -----------------------------------------------------------------------------
  62. Ticket 216 from Alain Magloire <alain.magloire@rcsm.ee.mcgill.ca> provides
  63. some bounds checking ftpd when building the directory command to send to
  64. the operating system. His changes may not be portable to all platforms, since
  65. the use snprintf, but we'll give it a try.
  66. -----------------------------------------------------------------------------
  67. Ticket 220 from sr@inri.com showd some coding problems in access.c when 
  68. determining host access information. This fix is included in this release.
  69. -----------------------------------------------------------------------------
  70. In researching other problems, I noticed that setproctitle was not being
  71. called correctly in a couple of placed in ftpd.c. There were not enough
  72. arguments. This is now fixed.
  73. -----------------------------------------------------------------------------