Bugzilla – Attachment 2434 Details for
Bug 2239
ssh-keygen cannot handle Linux with 64 char long hostname
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
openssh-6.6p1-Linux-MAXHOSTNAMELEN.patch (text/plain), 507 bytes, created by
Milos Vyletel
on 2014-05-07 04:08:01 AEST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Milos Vyletel
Created:
2014-05-07 04:08:01 AEST
Size:
507 bytes
patch
obsolete
>Index: openbsd-compat/port-linux.h >=================================================================== >RCS file: /cvs/openssh/openbsd-compat/port-linux.h,v >retrieving revision 1.5 >diff --unified -r1.5 port-linux.h >--- openbsd-compat/port-linux.h 25 Jan 2011 01:16:18 -0000 1.5 >+++ openbsd-compat/port-linux.h 6 May 2014 17:42:02 -0000 >@@ -32,4 +32,9 @@ > void oom_adjust_setup(void); > #endif > >+#ifdef MAXHOSTNAMELEN >+# undef MAXHOSTNAMELEN >+#endif >+#define MAXHOSTNAMELEN 65 >+ > #endif /* ! _PORT_LINUX_H */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2239
:
2434
|
2448