svn commit: r947557 - /mina/ftpserver/branches/1.0.x/core/src/examples/java/org/apache/ftpserver/examples/ManagingUsers.java

2010-05-24 Thread dlat
Author: dlat Date: Mon May 24 07:54:20 2010 New Revision: 947557 URL: http://svn.apache.org/viewvc?rev=947557view=rev Log: Updating the ManagingUsers example showing how to use UserFactory in order to avoid the explicit use of BaseUser class in users' code. Modified: mina/ftpserver

svn commit: r947558 - /mina/ftpserver/trunk/core/src/examples/java/org/apache/ftpserver/examples/ManagingUsers.java

2010-05-24 Thread dlat
Author: dlat Date: Mon May 24 07:59:08 2010 New Revision: 947558 URL: http://svn.apache.org/viewvc?rev=947558view=rev Log: Updating the ManagingUsers example showing how to use UserFactory in order to avoid the explicit use of BaseUser class in users' code. Modified: mina/ftpserver/trunk

svn commit: r942689 - in /mina/ftpserver/branches/1.0.x/core/src: main/java/org/apache/ftpserver/impl/FtpIoSession.java test/java/org/apache/ftpserver/clienttests/LoginTest.java

2010-05-10 Thread dlat
Author: dlat Date: Mon May 10 08:58:54 2010 New Revision: 942689 URL: http://svn.apache.org/viewvc?rev=942689view=rev Log: FTPSERVER-369 maxLogin is reached immediately. REIN command is not decreasing the login count. Modified: mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache

svn commit: r780291 - /mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/clienttests/SymbolicLinkTest.java

2009-05-30 Thread dlat
Author: dlat Date: Sat May 30 16:21:05 2009 New Revision: 780291 URL: http://svn.apache.org/viewvc?rev=780291view=rev Log: FTPSERVER-307 Capturing IOException thrown by ProcessBuilder Modified: mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/clienttests/SymbolicLinkTest.java

svn commit: r779146 - /mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/impl/IODataConnection.java

2009-05-27 Thread dlat
Author: dlat Date: Wed May 27 12:35:46 2009 New Revision: 779146 URL: http://svn.apache.org/viewvc?rev=779146view=rev Log: 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) Modified: mina

svn commit: r779153 - /mina/ftpserver/trunk/core/src/test/java/org/apache/ftpserver/clienttests/StoreTest.java

2009-05-27 Thread dlat
Author: dlat Date: Wed May 27 13:03:36 2009 New Revision: 779153 URL: http://svn.apache.org/viewvc?rev=779153view=rev Log: 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

svn commit: r778320 - /mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/impl/IODataConnectionFactory.java

2009-05-25 Thread dlat
Author: dlat Date: Mon May 25 07:23:21 2009 New Revision: 778320 URL: http://svn.apache.org/viewvc?rev=778320view=rev Log: FTPSERVER-303 Underlying plain socket in SSL passive data connections was not being closed properly. Modified: mina/ftpserver/trunk/core/src/main/java/org/apache

svn commit: r778323 - /mina/ftpserver/branches/1.0.0/core/src/main/java/org/apache/ftpserver/impl/IODataConnectionFactory.java

2009-05-25 Thread dlat
Author: dlat Date: Mon May 25 07:31:29 2009 New Revision: 778323 URL: http://svn.apache.org/viewvc?rev=778323view=rev Log: FTPSERVER-303 Underlying plain socket in SSL passive data connections was not being closed properly. Modified: mina/ftpserver/branches/1.0.0/core/src/main/java/org

svn commit: r778328 - /mina/ftpserver/branches/1.0.1/core/src/main/java/org/apache/ftpserver/impl/IODataConnectionFactory.java

2009-05-25 Thread dlat
Author: dlat Date: Mon May 25 07:35:03 2009 New Revision: 778328 URL: http://svn.apache.org/viewvc?rev=778328view=rev Log: FTPSERVER-303 Underlying plain socket in SSL passive data connections was not being closed properly. Modified: mina/ftpserver/branches/1.0.1/core/src/main/java/org

svn commit: r778355 - /mina/ftpserver/branches/1.0.x/core/src/main/java/org/apache/ftpserver/impl/IODataConnectionFactory.java

2009-05-25 Thread dlat
Author: dlat Date: Mon May 25 08:50:32 2009 New Revision: 778355 URL: http://svn.apache.org/viewvc?rev=778355view=rev Log: FTPSERVER-303 Underlying plain socket in SSL passive data connections was not being closed properly. Modified: mina/ftpserver/branches/1.0.x/core/src/main/java/org

svn commit: r774801 - /mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/command/impl/PASV.java

2009-05-14 Thread dlat
Author: dlat Date: Thu May 14 14:56:11 2009 New Revision: 774801 URL: http://svn.apache.org/viewvc?rev=774801view=rev Log: FTPSERVER-300 Retrieve the passive external address in a method ouside execute so it can be overridden independently. Modified: mina/ftpserver/trunk/core/src/main

svn commit: r751827 - in /mina/ftpserver/trunk: core/src/main/java/org/apache/ftpserver/command/impl/listing/ core/src/main/java/org/apache/ftpserver/usermanager/impl/ core/src/test/java/org/apache/ft

2009-03-09 Thread dlat
Author: dlat Date: Mon Mar 9 20:51:45 2009 New Revision: 751827 URL: http://svn.apache.org/viewvc?rev=751827view=rev Log: FTPSERVER-274 Use wildcard-generics in API where possible Modified: mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/command/impl/listing

svn commit: r737687 - /mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/usermanager/impl/DbUserManager.java

2009-01-26 Thread dlat
Author: dlat Date: Mon Jan 26 13:14:10 2009 New Revision: 737687 URL: http://svn.apache.org/viewvc?rev=737687view=rev Log: FTPSERVER-270 closeQuitely(Connection) visibility changed to protected. Modified: mina/ftpserver/trunk/core/src/main/java/org/apache/ftpserver/usermanager/impl

svn commit: r736002 - /mina/ftpserver/trunk/distribution/res/conf/ftpd-full.xml

2009-01-20 Thread dlat
Author: dlat Date: Tue Jan 20 04:33:21 2009 New Revision: 736002 URL: http://svn.apache.org/viewvc?rev=736002view=rev Log: FTPSERVER-268 bundled sample XML file updated with new database configuration. Modified: mina/ftpserver/trunk/distribution/res/conf/ftpd-full.xml Modified: mina

svn commit: r725059 - in /mina/ftpserver/trunk/core/src: main/java/org/apache/ftpserver/command/impl/ main/java/org/apache/ftpserver/filesystem/nativefs/impl/ main/resources/org/apache/ftpserver/messa

2008-12-10 Thread dlat
Author: dlat Date: Wed Dec 10 03:51:35 2008 New Revision: 725059 URL: http://svn.apache.org/viewvc?rev=725059view=rev Log: 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

svn commit: r723482 - in /mina/ftpserver/trunk: core/src/main/java/org/apache/ftpserver/command/impl/ core/src/main/java/org/apache/ftpserver/filesystem/nativefs/impl/ core/src/main/java/org/apache/ft

2008-12-04 Thread dlat
Author: dlat Date: Thu Dec 4 15:05:54 2008 New Revision: 723482 URL: http://svn.apache.org/viewvc?rev=723482view=rev Log: FTPSERVER-231 MFMT Commad does not work on file/path names that have one or more white spaces FTPSERVER-232 MFMT command always returns a 2XX reply even if the date could