Re: telnet broken with auto-negotiation of encrypt/decrypt change

2001-03-26 Thread Robert Watson
It's been a couple of days since you sent this e-mail -- did this change get MFC'd as yet, or are we still waiting for approval? Just want to make sure it gets in before the release. Robert N M Watson FreeBSD Core Team, TrustedBSD Project [EMAIL PROTECTED] NAI Labs, Safeport

Re: telnet broken with auto-negotiation of encrypt/decrypt change

2001-03-23 Thread Assar Westerlund
Robert Watson [EMAIL PROTECTED] writes: I'm baffled as to why SRA is enabled by default. I'm fine with it being compiled in, but it appears to be substantially interfering with normal TCP operation. Either the negotiation needs to be fixed, or this feature needs to be disabled for

Re: telnet broken with auto-negotiation of encrypt/decrypt change

2001-03-22 Thread assar
Dan Eischen [EMAIL PROTECTED] writes: This commit broke telnet (or perhaps exposed brokenness that was already present and never noticed): $ cvs -R log -Nr1.6 main.c RCS file: /opt/b/CVS/src/crypto/telnet/telnet/main.c,v [...] description:

Re: telnet broken with auto-negotiation of encrypt/decrypt change

2001-03-22 Thread Harti Brandt
On 22 Mar 2001 [EMAIL PROTECTED] wrote: Dan Eischen [EMAIL PROTECTED] writes: This commit broke telnet (or perhaps exposed brokenness that was already present and never noticed): $ cvs -R log -Nr1.6 main.c RCS file: /opt/b/CVS/src/crypto/telnet/telnet/main.c,v [...] description:

Re: telnet broken with auto-negotiation of encrypt/decrypt change

2001-03-22 Thread Jose M. Alcaide
Harti Brandt wrote: 162 [hbb] (beagle) netgraph_atm/tests/ccatm # telnet scotty Trying 193.175.135.70... Connected to scotty. Escape character is '^]'. Trying SRA secure login: User (hbb): ^C^C^C^C^]^]^]^\^\^\^\^\ Password: [ SRA login failed ] User (hbb): ^Z [1]+ Stopped

Re: telnet broken with auto-negotiation of encrypt/decrypt change

2001-03-22 Thread Daniel Eischen
On 22 Mar 2001 [EMAIL PROTECTED] wrote: Dan Eischen [EMAIL PROTECTED] writes: This commit broke telnet (or perhaps exposed brokenness that was already present and never noticed): $ cvs -R log -Nr1.6 main.c RCS file: /opt/b/CVS/src/crypto/telnet/telnet/main.c,v [...]

Re: telnet broken with auto-negotiation of encrypt/decrypt change

2001-03-22 Thread assar
Daniel Eischen [EMAIL PROTECTED] writes: As someone else has already posted, the following will reproduce the behaviour on my system: bash-2.02$ telnet localhost Trying ::1... Connected to localhost. Escape character is '^]'. Trying SRA secure login: User (deischen):

Re: telnet broken with auto-negotiation of encrypt/decrypt change

2001-03-22 Thread Daniel Eischen
On 22 Mar 2001 [EMAIL PROTECTED] wrote: Daniel Eischen [EMAIL PROTECTED] writes: As someone else has already posted, the following will reproduce the behaviour on my system: bash-2.02$ telnet localhost Trying ::1... Connected to localhost. Escape character is '^]'.

Re: telnet broken with auto-negotiation of encrypt/decrypt change

2001-03-22 Thread assar
Daniel Eischen [EMAIL PROTECTED] writes: I can test this later tonight, but if you say it works, I'm fine with that. I'd say go ahead and commit it unless/until SRA can be "fixed". Fixing SRA requires hacking telnet_fgets (which uses fgets and getpass) to handle the escapes and signal

Re: telnet broken with auto-negotiation of encrypt/decrypt change

2001-03-22 Thread Daniel Eischen
On 22 Mar 2001 [EMAIL PROTECTED] wrote: Daniel Eischen [EMAIL PROTECTED] writes: I can test this later tonight, but if you say it works, I'm fine with that. I'd say go ahead and commit it unless/until SRA can be "fixed". Fixing SRA requires hacking telnet_fgets (which uses fgets and

Re: telnet broken with auto-negotiation of encrypt/decrypt change

2001-03-22 Thread Robert Watson
I'm baffled as to why SRA is enabled by default. I'm fine with it being compiled in, but it appears to be substantially interfering with normal TCP operation. Either the negotiation needs to be fixed, or this feature needs to be disabled for 4.3-RELEASE (either at compile-time or run-time is