[jira] [Updated] (NET-416) Increasing sub-negotiation message holder array size

2011-11-01 Thread Sebb (Updated) (JIRA)

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

Sebb updated NET-416:
-

Fix Version/s: 3.1

 Increasing sub-negotiation message holder array size
 

 Key: NET-416
 URL: https://issues.apache.org/jira/browse/NET-416
 Project: Commons Net
  Issue Type: Improvement
  Components: Telnet
Affects Versions: 3.0, 3.0.1
 Environment: Linux
Reporter: Abhijeet Gaikwad
  Labels: authentication, linux, ntlm, telnet
 Fix For: 3.1

 Attachments: NTLM_Auth_Support.patch

   Original Estimate: 1h
  Remaining Estimate: 1h

 I am trying to achieve NTLM Authentication by extending the Telnet option 
 handler. The challenge sent by the telnet server is greater than 256 bytes, 
 but currently the __suboption[] array in TelnetInputStream supports only a 
 256 bytes message. If I increase the size of the array to 512, I am able to 
 achieve NTLM Authentication.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (NET-416) Increasing sub-negotiation message holder array size

2011-06-13 Thread Abhijeet Gaikwad (JIRA)

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

Abhijeet Gaikwad updated NET-416:
-

Attachment: NTLM_Auth_Support.patch

__suboption[] array size increased to 512. As NTLM packet size sent by server 
is more than 256 bytes.
If increased, Telnet Client can be used to support NTLM Authnetication from 
Linux as well as Windows machine.

 Increasing sub-negotiation message holder array size
 

 Key: NET-416
 URL: https://issues.apache.org/jira/browse/NET-416
 Project: Commons Net
  Issue Type: Improvement
  Components: Telnet
Affects Versions: 3.0, 3.0.1
 Environment: Linux
Reporter: Abhijeet Gaikwad
  Labels: authentication, linux, ntlm, telnet
 Attachments: NTLM_Auth_Support.patch

   Original Estimate: 1h
  Remaining Estimate: 1h

 I am trying to achieve NTLM Authentication by extending the Telnet option 
 handler. The challenge sent by the telnet server is greater than 256 bytes, 
 but currently the __suboption[] array in TelnetInputStream supports only a 
 256 bytes message. If I increase the size of the array to 512, I am able to 
 achieve NTLM Authentication.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira