home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ftpdpkgu.zip / Readme < prev   
Text File  |  1996-06-29  |  7KB  |  242 lines

  1. Readme file for NeoLogic FTPD
  2.  
  3. This file lists most bug fixes and enhancements made
  4. to NeoLogic Ftpd since the initial release.
  5.  
  6. // --------------------------------------------------------
  7.  
  8. Version 1.0u of 29 June 1996
  9.  
  10. * Eliminated bug in passive mode connections.
  11.  
  12. * Reduced exe size.
  13.  
  14. // --------------------------------------------------------
  15.  
  16. Version 1.0t of 8 June 1996
  17.  
  18. * Rebuilt and tuned for TCP/IP 3.0 CSD's.
  19.  
  20. // --------------------------------------------------------
  21.  
  22. Version 1.0s of 22 May 1996
  23.  
  24. * Rebuilt with Visual Age C++ for compatibility with new dlls.
  25.  
  26. * Fixed file permissions on stores to deny both read and write.
  27.  
  28. // --------------------------------------------------------
  29.  
  30. Version 1.0q of 16 April 1996
  31.  
  32. * Rebuilt with new NeoLogic.dll.
  33.  
  34. // --------------------------------------------------------
  35.  
  36. Version 1.0p of 28 March 1996
  37.  
  38. * Fixed bug causing server hangs when temporary files could
  39. not be created.
  40.  
  41. // --------------------------------------------------------
  42.  
  43. Version 1.0o of 26 February 1996
  44.  
  45. * Rebuilt with new NeoLogic.dll.
  46.  
  47. // --------------------------------------------------------
  48.  
  49. Version 1.0n of 7 February 1996
  50.  
  51. * Fixed bug in connection window global list handler.
  52.  
  53. // --------------------------------------------------------
  54.  
  55. Version 1.0m of 17 January 1996
  56.  
  57. * Fixed bug reading/writing connection window record
  58. limits to ini file.
  59.  
  60. * Zero length file retrievals (from server to client) no
  61. longer hang the server.
  62.  
  63. * Syntax in 150 data connection messages cleaned up.
  64.  
  65. // --------------------------------------------------------
  66.  
  67. Version 1.0l of November 13, 1995   
  68.  
  69. * Rebuilt with new library "neologic.dll".
  70.  
  71. // --------------------------------------------------------
  72.  
  73. Version 1.0k of October 24, 1995
  74.  
  75. * Rebuilt with new library "ftpdlib.dll".
  76.  
  77. // --------------------------------------------------------
  78.  
  79. Version 1.0j of August 7, 1995
  80.  
  81. Bugs fixed from previous version:
  82.  
  83. * Worked around EA limitation where EAs cannot be
  84. set for the root directory of a FAT partition.
  85.  
  86. // --------------------------------------------------------
  87.  
  88. Version 1.0i of August 2, 1995
  89.  
  90. Bugs fixed from previous version:
  91.  
  92. * Closing Ftpd while minimized would result in icon sized
  93. window on next startup.
  94.  
  95. * Directory name not shown in reply to client for LIST
  96. command.
  97.  
  98. * Extra double quote mark removed from reply to client
  99. for binary transfer of file.
  100.  
  101. Enhancements and changes from previous version:
  102.  
  103. * Starting with Version 1.0i, the dll "hstrpath.dll" has
  104. been replaced with "hstrp001.dll". The old dll may be
  105. deleted.
  106.  
  107. // --------------------------------------------------------
  108.  
  109. Version 1.0h of July 17, 1995
  110.  
  111. Bugs fixed from previous version:
  112.  
  113. * Directory messages not displayed while in Unix mode.
  114.  
  115. // --------------------------------------------------------
  116.  
  117. Version 1.0g of July 12, 1995
  118.  
  119. Bugs fixed from previous versions:
  120.  
  121. * Root level directories would not show up in the edit user
  122. notebook on the directories page. Also, privileges assigned to
  123. users for root level directories would not be properly removed
  124. when the user was removed.
  125.  
  126. * Using "c:\" as an argument to CWD would fail.
  127.  
  128. * In the edit user notebook on the directories page, the
  129. rights by directory entry field was limited to 32 characters.
  130.  
  131. * Removed need to have a hostname defined.
  132.  
  133. * Invalid command line arguments would put ftpd into an
  134. infinite loop.
  135.  
  136. * The control panel now remembers its position.
  137.  
  138. // --------------------------------------------------------
  139.  
  140. Enhancements and Changes from previous versions:
  141.  
  142. * The server now returns the time the file was created if less
  143. than 12 months old.
  144.  
  145. * A port number may be specified on the command line by use
  146. of the -port n argument where n is the port number to use.
  147.  
  148. * A Unix compatibility mode has been added. This must be
  149. started from the command line with the -unix switch. The path
  150. and directory listing outputs mimic a generic Unix system and 
  151. the server returns Unix as the system type.
  152.  
  153. * Added a command line utility to add/remove/check directory
  154. privileges. The utility name is "Priv.exe". Running priv with
  155. an argument of "-?" will print out a command summary. The utility
  156. can also be used to recursively set privileges.
  157.  
  158. * Added a command line utility to add/remove users. The utility
  159. name is "FtpdPass.exe". Running ftpdpass with an argument of
  160. "-?" will print out a command summary.
  161.  
  162. // --------------------------------------------------------
  163. // --------------------------------------------------------
  164.  
  165. Utility Programs Section
  166.  
  167. // --------------------------------------------------------
  168.  
  169. Priv.exe Version 1.0c of 29 June 1996
  170.  
  171. * Reduced exe size.
  172.  
  173. // --------------------------------------------------------
  174.  
  175. Priv.exe Version 1.0b of 23 May 1996
  176.  
  177. * Rebuilt with Visual Age C++ and new dlls.
  178.  
  179. // --------------------------------------------------------
  180.  
  181. Priv.exe Version 1.0a of August 7, 1995
  182.  
  183. Bugs fixed from previous versions:
  184.  
  185. * Worked around EA limitation where EAs cannot be
  186. set for the root directory of a FAT partition.
  187.  
  188. Enhancements and changes from previous version:
  189.  
  190. * Starting with Version 1.0a, the dll "hstrpath.dll" has
  191. been replaced with "hstrp001.dll". The old dll may be
  192. deleted.
  193.  
  194. // --------------------------------------------------------
  195.  
  196. Priv.exe Version 1.0 of July 13, 1995
  197.  
  198. Bugs fixed from previous versions:
  199.  
  200. * Priv would not accept a directory on a different
  201. partition from which it was started.
  202.  
  203. // --------------------------------------------------------
  204. // --------------------------------------------------------
  205.  
  206. FtpdPass Version 1.0c of 29 June 1996
  207.  
  208. * Reduced exe size.
  209.  
  210. // --------------------------------------------------------
  211.  
  212. FtpdPass Version 1.0b of 23 May 1996
  213.  
  214. * Rebuilt with Visual Age C++ and new dlls.
  215.  
  216.  
  217. // --------------------------------------------------------
  218.  
  219. FtpdPass Version 1.0a of August 7, 1995
  220.  
  221. Bugs fixed from previous versions:
  222.  
  223. * Worked around EA limitation where EAs cannot be
  224. set for the root directory of a FAT partition.
  225.  
  226. Enhancements and changes from previous version:
  227.  
  228. * Starting with Version 1.0a, the dll "hstrpath.dll" has
  229. been replaced with "hstrp001.dll". The old dll may be
  230. deleted.
  231.  
  232. // --------------------------------------------------------
  233.  
  234. FtpdPass Version 1.0 of July 13, 1995
  235.  
  236. Bugs fixed from previous versions:
  237.  
  238. None.
  239.  
  240. // --------------------------------------------------------
  241.  
  242.