[Bug 1742] sshconnect should use port returned by getaddrinfo

2010-04-08 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 CC||d...@mindrot.org
 Blocks||1708

--- Comment #1 from Damien Miller  2010-04-09 11:12:23 EST ---
We need to be careful here, I think the port number that we obtain by
getservbyname() is used to decide whether to decorate the hostname with
a non default port in known_hosts.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2010-08-02 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

--- Comment #2 from Damien Miller   ---
We are freezing for the OpenSSH 5.6 release. Retargetting these bugs to
the next release.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2010-08-02 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 Blocks||1803

--- Comment #3 from Damien Miller   ---
Targetting OpenSSH 5.7

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2010-08-02 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 Blocks|1708|

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2010-12-17 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 Blocks|1803|1845

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2011-09-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 Blocks||1930

--- Comment #4 from Damien Miller  2011-09-06 10:34:18 EST ---
Retarget unresolved bugs/features to 6.0 release

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2011-09-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

--- Comment #5 from Damien Miller  2011-09-06 10:36:31 EST ---
Retarget unresolved bugs/features to 6.0 release

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2011-09-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 Blocks|1845|

--- Comment #6 from Damien Miller  2011-09-06 10:39:06 EST ---
Retarget unresolved bugs/features to 6.0 release

(try again - bugzilla's "change several" isn't)

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2011-09-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

--- Comment #7 from Jim Rees  2011-09-06 11:03:36 EST ---
I believe that if there is no SRV record, getaddrinfo will return the
same port as getservbyname. I can check on this. If that's the case,
the risk seems low.

The question is, if there is a SRV record, and it returns something
different from what getservbyname does, what port should be used for
known_hosts? If we can decide on the correct behavior, I can make sure
the patch does the right thing.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2012-02-23 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 Blocks|1930|

--- Comment #9 from Damien Miller  2012-02-24 10:38:06 EST ---
Retarget 6.0 => 6.1

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2012-02-23 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 Blocks||1986

--- Comment #8 from Damien Miller  2012-02-24 10:34:26 EST ---
Retarget from 6.0 to 6.1

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 Blocks|1986|

--- Comment #11 from Damien Miller  ---
Retarget bugs from 6.1 => 6.2

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2012-09-06 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 Blocks||2035

--- Comment #10 from Damien Miller  ---
Retarget uncompleted bugs from 6.1 => 6.2

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2013-03-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 Blocks|2035|

--- Comment #12 from Damien Miller  ---
retarget to openssh-6.3

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2013-03-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 Blocks||2076

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2013-05-10 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Gene Hightower  changed:

   What|Removed |Added

 CC||g...@digilicious.com

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

--- Comment #13 from Damien Miller  ---
Thinking about this a little more, this patch would break hosts where
"ssh" isn't in /etc/services. There are probably a few of these out
there, since people like to run OpenSSH on all sorts of old things.

How about we do the getservbyname lookup but only set port (to 22) if
it fails? This would preserve the current working behaviour but let SRV
records work too.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 Blocks|2076|

--- Comment #15 from Damien Miller  ---
Retarget 6.3 -> 6.4

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2013-07-24 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 Blocks||2130

--- Comment #14 from Damien Miller  ---
Retarget to openssh-6.4

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2014-02-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 Blocks|2130|

--- Comment #17 from Damien Miller  ---
Retarget incomplete bugs / feature requests to 6.6 release

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2014-02-05 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 Blocks||2188

--- Comment #16 from Damien Miller  ---
Retarget incomplete bugs / feature requests to 6.6 release

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 Blocks||2226

--- Comment #18 from Damien Miller  ---
Retarget to 6.7 release, since 6.6 was mostly bugfixing.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2014-04-11 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 Blocks|2188|

--- Comment #19 from Damien Miller  ---
Remove from 6.6 tracking bug

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2014-07-03 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Damien Miller  changed:

   What|Removed |Added

 Blocks|2226|

--- Comment #20 from Damien Miller  ---
untarget from 6.7; this needs a concrete design in light of hostname
canonicalisation changes

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2014-12-03 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Sorin Sbarnea  changed:

   What|Removed |Added

 CC||sorin.sbar...@gmail.com

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 1742] sshconnect should use port returned by getaddrinfo

2019-10-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=1742

Hoff  changed:

   What|Removed |Added

 CC||hoffman9417cal...@gmx.com

--- Comment #21 from Hoff  ---
I think a few lines more won't hurt nobody if it brings in any
additional value. ,http://ultimatewebtraffic.com

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs