bugzilla-daemon at bugzilla.mindrot.org
2007-Dec-21 04:40 UTC
[Bug 1417] New: Better error message when hostname resolution fails.
https://bugzilla.mindrot.org/show_bug.cgi?id=1417 Summary: Better error message when hostname resolution fails. Classification: Unclassified Product: Portable OpenSSH Version: 4.7p1 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 Component: Miscellaneous AssignedTo: bitbucket at mindrot.org ReportedBy: vgiffin at apple.com Created an attachment (id=1413) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1413) Better name resolution error. Attached is a patch for building OpenSSH 4.7p1 on Mac OS X. This patch improves the generic "System error" message when hostname resolution fails. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-Dec-27 15:14 UTC
[Bug 1417] Better error message when hostname resolution fails.
https://bugzilla.mindrot.org/show_bug.cgi?id=1417 --- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2007-12-28 02:14:28 --- Created an attachment (id=1423) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1423) Add helper function to handle EAI_SYSTEM There's several other places where EAI_SYSTEM is not handled. This patch adds a helper function for this and uses that for consistent handling. The patch has been committed and will be 4.8. The text of the message has not been changed, though. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-Dec-27 15:15 UTC
[Bug 1417] Better error message when hostname resolution fails.
https://bugzilla.mindrot.org/show_bug.cgi?id=1417 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker at zip.com.au Blocks| |1353 -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2007-Dec-31 10:52 UTC
[Bug 1417] Better error message when hostname resolution fails.
https://bugzilla.mindrot.org/show_bug.cgi?id=1417 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Darren Tucker <dtucker at zip.com.au> 2007-12-31 21:52:21 --- Patch #1423 has been committed and will be in 4.8. Thanks for the report. -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2008-Mar-31 04:23 UTC
[Bug 1417] Better error message when hostname resolution fails.
https://bugzilla.mindrot.org/show_bug.cgi?id=1417 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Damien Miller <djm at mindrot.org> 2008-03-31 15:23:15 --- Fix shipped in 4.9/4.9p1 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.
Apparently Analagous Threads
- [Bug 1420] New: BSM support on Mac OS X
- [Bug 1423] New: Service ACL support for ssh on Mac OS X.
- [Bug 1413] New: Add support for launching ssh-agent from Mac OS X's launchd .
- [Bug 1415] New: Mac OS X has some changes to the default PAM settings.
- [Bug 1416] New: Enable GSSAPI by default on Mac OS X