[jira] [Updated] (FTPSERVER-390) FTPServer disabling anonymous not compatible with Windows Explorer

2012-09-27 Thread Matthew Schulze (JIRA)

 [ 
https://issues.apache.org/jira/browse/FTPSERVER-390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthew Schulze updated FTPSERVER-390:
--

Attachment: Windows_Explorer_anonymous_login.patch

Patch to rearrange anonymous login sequencing

 FTPServer disabling anonymous not compatible with Windows Explorer
 --

 Key: FTPSERVER-390
 URL: https://issues.apache.org/jira/browse/FTPSERVER-390
 Project: FtpServer
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.5
Reporter: Matthew Schulze
Assignee: Niklas Gustavsson
 Fix For: 1.0.7, 1.1.0

 Attachments: Windows_Explorer_anonymous_login.patch


 When using Windows Explorer to attempt to connect to an FTP connection, it 
 first attempts an anonymous login and then prompts the user for credentials 
 after failure. Disabling anonymous login on the current version of Apache FTP 
 Server returns a 530 response and immediately closes the connection, 
 preventing the credentials dialog from appearing in Explorer and causing an 
 error dialog to be displayed. 
 If the USER command is successful and the anonymous user is rejected after 
 the PASS command is sent with a 421 response sent by the server, Windows 
 Explorer is able to handle the login process properly. To maintain maximum 
 compatibility, anonymous user checks should all be handled in the PASS 
 command.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Commented: (FTPSERVER-390) FTPServer disabling anonymous not compatible with Windows Explorer

2010-11-17 Thread Matthew Schulze (JIRA)

[ 
https://issues.apache.org/jira/browse/FTPSERVER-390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12933172#action_12933172
 ] 

Matthew Schulze commented on FTPSERVER-390:
---

I believe it was observed in XP, Vista, and Windows 7, so it's unlikely to be 
version-specific.

 FTPServer disabling anonymous not compatible with Windows Explorer
 --

 Key: FTPSERVER-390
 URL: https://issues.apache.org/jira/browse/FTPSERVER-390
 Project: FtpServer
  Issue Type: Bug
  Components: Core
Affects Versions: 1.0.5
Reporter: Matthew Schulze
Assignee: Niklas Gustavsson
 Fix For: 1.0.6


 When using Windows Explorer to attempt to connect to an FTP connection, it 
 first attempts an anonymous login and then prompts the user for credentials 
 after failure. Disabling anonymous login on the current version of Apache FTP 
 Server returns a 530 response and immediately closes the connection, 
 preventing the credentials dialog from appearing in Explorer and causing an 
 error dialog to be displayed. 
 If the USER command is successful and the anonymous user is rejected after 
 the PASS command is sent with a 421 response sent by the server, Windows 
 Explorer is able to handle the login process properly. To maintain maximum 
 compatibility, anonymous user checks should all be handled in the PASS 
 command.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: [VOTE] Release Mina SSHD 0.5.0

2010-11-03 Thread Matthew Schulze

[X] +1 Release SSHD 0.5.0

Matthew Schulze



[jira] Created: (SSHD-95) Allow a fixed number of concurrent connections for a single user

2010-11-01 Thread Matthew Schulze (JIRA)
Allow a fixed number of concurrent connections for a single user


 Key: SSHD-95
 URL: https://issues.apache.org/jira/browse/SSHD-95
 Project: MINA SSHD
  Issue Type: Improvement
Reporter: Matthew Schulze
Priority: Minor


Add a server setting to limit the number of concurrent sessions a given 
username is permitted to have to the SSH server. If no value is set, there is 
no limit on concurrent user sessions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SSHD-95) Allow a fixed number of concurrent connections for a single user

2010-11-01 Thread Matthew Schulze (JIRA)

 [ 
https://issues.apache.org/jira/browse/SSHD-95?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthew Schulze updated SSHD-95:


Attachment: Limit_concurrent_user_sessions.patch

Patch for SSH server to implement the feature.

 Allow a fixed number of concurrent connections for a single user
 

 Key: SSHD-95
 URL: https://issues.apache.org/jira/browse/SSHD-95
 Project: MINA SSHD
  Issue Type: Improvement
Reporter: Matthew Schulze
Priority: Minor
 Attachments: Limit_concurrent_user_sessions.patch


 Add a server setting to limit the number of concurrent sessions a given 
 username is permitted to have to the SSH server. If no value is set, there is 
 no limit on concurrent user sessions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: (SSHD-82) Virtual File System

2010-10-25 Thread Matthew Schulze

Is there any chance this could be added to the roadmap for the next release?

Matthew Schulze


On 10/12/2010 02:33 PM, Matthew Schulze wrote:
A patch has been attached to the SSHD-82 issue related to integrating 
a Virtual File System similar to that in the Apache FTP Server into 
the SSHD SFTP subsystem. The patch adds the VFS functionality, a 
native filesystem implementation of the functionality, and a few other 
minor improvements.


Matthew Schulze


(SSHD-82) Virtual File System

2010-10-12 Thread Matthew Schulze
A patch has been attached to the SSHD-82 issue related to integrating a 
Virtual File System similar to that in the Apache FTP Server into the 
SSHD SFTP subsystem. The patch adds the VFS functionality, a native 
filesystem implementation of the functionality, and a few other minor 
improvements.


Matthew Schulze


[jira] Updated: (SSHD-82) Integrate with MINA FtpServer file system view

2010-10-08 Thread Matthew Schulze (JIRA)

 [ 
https://issues.apache.org/jira/browse/SSHD-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthew Schulze updated SSHD-82:


Attachment: Virtual_File_System.patch

Attached is a patch that migrates a version of the NativeFileSystem from the 
FTP project into the SSH SFTP server and provides hooks for virtual file system 
usage. Additional patch features include:

* Custom SFTP server description string
* Optional per-user open file handle cap 

 Integrate with MINA FtpServer file system view
 --

 Key: SSHD-82
 URL: https://issues.apache.org/jira/browse/SSHD-82
 Project: MINA SSHD
  Issue Type: Improvement
Affects Versions: 0.3.0
Reporter: Richard Evans
 Attachments: Virtual_File_System.patch


 The FtpServer project inclues a file system view concept which allows 
 'virtual file systems' .  This is especially useful when Ftpserver is 
 embedded in another applicaiton since it allows a view of directories and 
 data which is specific to the hosting application.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.