1. 333ad81 Moving out NLST test into separate test case. Adding tests for listing files in directories by Niklas Gustavsson · 15 years ago
  2. 8ad2bf7 Comment out the db user manager to make the configuration valid out of the box (FTPSERVER-301) by Niklas Gustavsson · 15 years ago
  3. e49ae70 Don't mess with the casing when logging the received command (FTPSERVER-305) by Niklas Gustavsson · 15 years ago
  4. e7b6f88 Return an error reply rather than close the session if we get a decoding problem (FTPSERVER-309) by Niklas Gustavsson · 15 years ago
  5. 517f22e Fixed incorrect comparison of the user level idle time and the listener idle time of the user level is set to be unlimited (FTPSERVER-308) by Niklas Gustavsson · 15 years ago
  6. 053531c FTPSERVER-307 Capturing IOException thrown by ProcessBuilder by David Latorre Gallego · 15 years ago
  7. 3279acd FTPSERVER-300 added Javadoc & a test fix. by David Latorre Gallego · 15 years ago
  8. 4bbf422 Improve byte array equals test by Niklas Gustavsson · 15 years ago
  9. afe126d FTPSERVER-306 EOL sequence is lost if the file wasn't correctly transformed to NVT format (this is, the sent new line sequence is different from \r\n) - Test case modified in order to prevent commons-ftp from transforming line separator sequences to CRLF. by David Latorre Gallego · 15 years ago
  10. 97eb401 FTPSERVER-306 EOL sequence is lost if the file wasn't correctly transformed to NVT format (this is, the sent new line sequence is different from \r\n) by David Latorre Gallego · 15 years ago
  11. 0594caa FTPSERVER-303 Underlying plain socket in SSL passive data connections was not being closed properly. by David Latorre Gallego · 15 years ago
  12. b91570b Remove file that was renamed by Niklas Gustavsson · 15 years ago
  13. e57e7d9 Move getPhysicalName() to the view where it belongs by Niklas Gustavsson · 15 years ago
  14. e44503f Much needed refactoring of getPhysicalName() Renamed test by Niklas Gustavsson · 15 years ago
  15. 803e936 Removing Rev and Date tags by Niklas Gustavsson · 15 years ago
  16. f29ab41 FTPSERVER-300 Retrieve the passive external address in a method ouside execute so it can be overridden independently. by David Latorre Gallego · 15 years ago
  17. 55cc6bc Fix bug where the an open data connection will not be closed on the filter chain exception (FTPSERVER-297) by Niklas Gustavsson · 15 years ago
  18. 4619475 Don't try deleting a file/directory that does not exist by Niklas Gustavsson · 15 years ago
  19. 5df1869 Adding timeout on data connection sockets (as well as some extra logging). Fixes FTPSERVER-293. by Niklas Gustavsson · 15 years ago
  20. 1f655ce Implemented the getPhysicalFile method that was added in implementing the Jira issue FTPSERVER-253. by Sai Pullabhotla · 15 years ago
  21. ef7ed74 Implemented the JIRA issue, FTPSERVER-253. by Sai Pullabhotla · 15 years ago
  22. 1445122 Added missing columns in the select-user example by Niklas Gustavsson · 15 years ago
  23. 6d9dce9 FTPSERVER-274 Use wildcard-generics in API where possible by David Latorre Gallego · 15 years ago
  24. 1bebed9 Closing streams on up-/downloads so that a failure to do so will keep statistics correct (FTPSERVER-269) by Niklas Gustavsson · 15 years ago
  25. 932d43c Fix for File.equals problem on OS X, we now use the canonical path instead which seems to work. Thanks Sai Pullabhotla for the patch! (FTPSERVER-279) by Niklas Gustavsson · 15 years ago
  26. 8ece550 Adding Spring factory beans provided by Niklas Therning (FTPSERVER-276) by Niklas Gustavsson · 15 years ago
  27. df9c722 Set socket timeout for FTP client by Niklas Gustavsson · 15 years ago
  28. bb32e52 Update README.txt by Niklas Gustavsson · 15 years ago
  29. ebd4700 Making sure our SSL tests work on IBM JDK by Niklas Gustavsson · 15 years ago
  30. 54a34f4 Fix a potential NPE by Niklas Gustavsson · 15 years ago
  31. f6c8f3e Fixing issue where NioListener.getPort() is not updated on resume when using a dynamic port (FTPSERVER-275) by Niklas Gustavsson · 15 years ago
  32. 6960f16 Using the JVM default keystore and truststore algorithm, rather than the hard coded Sun version (FTPSERVER-273) by Niklas Gustavsson · 15 years ago
  33. c767a05 Trunk now open for new development towards 1.1.0 by Niklas Gustavsson · 15 years ago
  34. 9e7ace5 FTPSERVER-270 closeQuitely(Connection) visibility changed to protected. by David Latorre Gallego · 15 years ago
  35. 6f97a37 Increasing version for new development in trunk by Niklas Gustavsson · 15 years ago
  36. f498eab Fixing parent of exemples POM to make sure it gets signed (FTPSERVER-265) by Niklas Gustavsson · 15 years ago
  37. 2b85056 Removing quotes around booleans to make statements work on some databases (like MySQL) by Niklas Gustavsson · 15 years ago
  38. 4ecf9da FTPSERVER-268 bundled sample XML file updated with new database configuration. by David Latorre Gallego · 15 years ago
  39. 9b75846 Make our distributions prefixed with "apache-" (FTPSERVER-266) by Niklas Gustavsson · 15 years ago
  40. e9d5535 Make sure we dispose the FileSystemView when the user session ends (FTPSERVER-262) by Niklas Gustavsson · 15 years ago
  41. a128fff We now close the stream provided by the file system within the scope for sending an error to the client. So, if the file system throws an exception on closing the stream, we will now send an error to the client (FTPSERVER-119) by Niklas Gustavsson · 15 years ago
  42. 2ad2817 Test certificate replace as it had expired by Niklas Gustavsson · 15 years ago
  43. e09949b Increasing version for new development in trunk by Niklas Gustavsson · 15 years ago
  44. 8ccc819 Fix for statistics being wrong for the number of connections (FTPSERVER-259) and removed directories (FTPSERVER-261). Also added test for all stats by Niklas Gustavsson · 15 years ago
  45. 55bc92b Enforce the user set max idle time within the boundary set by the listener idle timeout (FTPSERVER-258) by Niklas Gustavsson · 15 years ago
  46. 4701247 Backing out RC1 release to get the last bug fixes in by Niklas Gustavsson · 15 years ago
  47. 0fe58af Fix for SITE DESCUSER printing WriteRequest FQCN instead of true (FTPSERVER-257) by Niklas Gustavsson · 15 years ago
  48. 29b02ca Notes commited by mistake by Niklas Gustavsson · 15 years ago
  49. e518e79 Increasing version for new development in trunk by Niklas Gustavsson · 15 years ago
  50. 1f8753f Applying clean up patch from Jiri Kuhn (FTPSERVER-248) by Niklas Gustavsson · 15 years ago
  51. 70bb8c6 Make sure we use a free port by Niklas Gustavsson · 15 years ago
  52. bd42f74 Trying with 2 clients, see if that stable on Solaris by Niklas Gustavsson · 15 years ago
  53. 2ef7fb2 Adding a session ID, both to the API and to the MDC logging (FTPSERVER-252) by Niklas Gustavsson · 15 years ago
  54. de5286f Fixing typo in method name: setPassiveExernalAddress -> setPassiveExternalAddress (FTPSERVER-254) by Niklas Gustavsson · 15 years ago
  55. 92e4e4b Using 10 connections should be sufficient for the test by Niklas Gustavsson · 15 years ago
  56. 16225b3 FTPServer-249 DBUserManager doesn't close Connections leading to pool exhaustion. by David Latorre Gallego · 15 years ago
  57. f721e14 Cleaning up the code for how we create active data connections and setting active sockets to be available for reuse, this is to fix FTPSERVER-250. by Niklas Gustavsson · 15 years ago
  58. 9bee8eb Add support for implicit SSL for data connections, mostly based on the patch provided by Kevin Conaway (FTPSERVER-247) by Niklas Gustavsson · 15 years ago
  59. d8eaa96 Make sure to destroy the FtpletContainer when the server shuts down (FTPSERVER-248) by Niklas Gustavsson · 15 years ago
  60. 62d45c5 Improve logging of file renames by Niklas Gustavsson · 15 years ago
  61. 373e310 idle-timeout on data connections not parsed by XML config (FTPSERVER-246). by Niklas Gustavsson · 15 years ago
  62. 3e0e781 Fix bug where we would close the statement before the user was actually loaded from the database (FTPSERVER-242) by Niklas Gustavsson · 15 years ago
  63. 80b1f57 Clean up the code somewhat by Niklas Gustavsson · 15 years ago
  64. bf0377a Fix for FTPSERVER-241 where the JVM leaks file handles when using the SSLServerSocket (http://bugs.sun.com/view_bug.do?bug_id=6764972). While this bugs seems to be fixed in 1.6u12, we should fix it for users of other JVMs. Using the workaround described here http://www.nabble.com/-security-dev-00402-:-Re:-NullPointerException-at%09sun.security.ssl.OutputRecord.writeBuffer-td20492154.html. It's based on using a wrapper SSLSocket rather than creating an SSLServerSocket. Using this, the number of used file handles seems to be consistent and low when debugged using lsof -p <the PID> | grep sock | wc -l by Niklas Gustavsson · 15 years ago
  65. 77907b3 Allow PROT and PBSZ to be sent before authentication (FTPSERVER-238) by Niklas Gustavsson · 15 years ago
  66. aa81ff7 Default to the listener SSL configuration if none is provided for the data connection (FTPSERVER-239) by Niklas Gustavsson · 15 years ago
  67. 749f329 Upgrade to MINA 2.0.0-M4 (FTPSERVER-237) by Niklas Gustavsson · 15 years ago
  68. 41518f0 Publish docs to people.a.o so that we don't have to wait for replication during release by Niklas Gustavsson · 15 years ago
  69. 7c02aaa Increase version for new development by Niklas Gustavsson · 15 years ago
  70. 6f046d6 Adding example for managing users using the API by Niklas Gustavsson · 15 years ago
  71. ff79fa1 Add test case to ensure we treat TYPE consistent (FTPSERVER-234) by Niklas Gustavsson · 15 years ago
  72. 4ccb6fc Reply with an error when listing non-existing directory or file (FTPSERVER-228) by Niklas Gustavsson · 15 years ago
  73. c568283 Do not recursively create directories with the MKD command (FTPSERVER-233) by Niklas Gustavsson · 15 years ago
  74. 271a3aa FTPSERVER-227 RMD command should not delete the current working directory or the any parent of current working directory. Report, patch & Test case provided by Sai Pullabhotla. by David Latorre Gallego · 15 years ago
  75. ce9e7a5 Improve logging when client disconnects before server can send the last reply (FTPSERVER-236) by Niklas Gustavsson · 15 years ago
  76. a23c634 DELE should not delete directories (FTPSERVER-226). Thanks for the patch, Sai Pullabhotla! by Niklas Gustavsson · 15 years ago
  77. 93fe060 Use static SimpleDateFormat (FTPSERVER-229) by Niklas Gustavsson · 15 years ago
  78. 7b3efd8 Fixed tyop in comment by Niklas Gustavsson · 15 years ago
  79. dc213cd Fixed bug where multiple replies would be sent if the timestamp can not be changed. by Niklas Gustavsson · 15 years ago
  80. e2a8edc According to the draft RFC, the reply should be "ModifyTime", not "Modify". by Niklas Gustavsson · 15 years ago
  81. c1813fc FTPSERVER-231 MFMT Commad does not work on file/path names that have one or more white spaces by David Latorre Gallego · 15 years ago
  82. d1bd6d8 MFMT Command reply should include a message (FTPSERVER-230). Fixed incorrect reply code in message bundle by Niklas Gustavsson · 15 years ago
  83. a286959 Removing some files added by mistake by Niklas Gustavsson · 15 years ago
  84. a27f2e9 Implement the MFMT command (FTPSERVER-224) by Niklas Gustavsson · 15 years ago
  85. 716625f Implement the MFMT command (FTPSERVER-224) by Niklas Gustavsson · 15 years ago
  86. e6764e0 Make sure we store files sent in ASCII mode with the local line endings (FTPSERVER-184) by Niklas Gustavsson · 15 years ago
  87. c88f943 Improve Javadocs to explain that ordering of Ftplets requires passing an ordered Map by Niklas Gustavsson · 15 years ago
  88. 954d268 Allow QUIT before authenticated by Niklas Gustavsson · 16 years ago
  89. 5bd4ecb Removed unneccessary clearLastReply method (FtpIoSession not reused) by Niklas Gustavsson · 16 years ago
  90. 6eb0856 Applied modified patch for providing FtpReply on the Ftplet.afterCommand (FTPSERVER-222). Most of the code by Sai Pullabhotla. by Niklas Gustavsson · 16 years ago
  91. dfcb8f0 FTPSERVER-136 incorrent IP used in opening data channel. by David Latorre Gallego · 16 years ago
  92. 1dcdd8f Adding command line tool for adding users to a user manager (FTPSERVER-205) by Niklas Gustavsson · 16 years ago
  93. f1bc1d8 Complete the Javadocs for the public API (FTPSERVER-212) by Niklas Gustavsson · 16 years ago
  94. dae595c Allow for empty passwords (FTPSERVER-220) by Niklas Gustavsson · 16 years ago
  95. e693c18 Suggestion to enable user properties file to be updated without restarting server (FTPSERVER-218) by Niklas Gustavsson · 16 years ago
  96. ea64a5e Directory permissions should include execute permission (FTPSERVER-221) by Niklas Gustavsson · 16 years ago
  97. 5b67916 Clean up the dependencies by Niklas Gustavsson · 16 years ago
  98. 964cb1e Clean up the dependencies by Niklas Gustavsson · 16 years ago
  99. 4ff22e7 Clean up the dependencies by Niklas Gustavsson · 16 years ago
  100. 31bc775 Including OSGi examples in build by Niklas Gustavsson · 16 years ago