Bugzilla – Attachment 421 Details for
Bug 668
ssh truncates long banner message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
check options.loglevel and use fprintf
openssh-banner.patch (text/plain), 610 bytes, created by
Darren Tucker
on 2003-09-18 17:37:15 AEST
(
hide
)
Description:
check options.loglevel and use fprintf
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2003-09-18 17:37:15 AEST
Size:
610 bytes
patch
obsolete
>Index: sshconnect2.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/sshconnect2.c,v >retrieving revision 1.112 >diff -u -p -r1.112 sshconnect2.c >--- sshconnect2.c 26 Aug 2003 02:14:05 -0000 1.112 >+++ sshconnect2.c 18 Sep 2003 07:36:55 -0000 >@@ -361,7 +361,8 @@ input_userauth_banner(int type, u_int32_ > debug3("input_userauth_banner"); > msg = packet_get_string(NULL); > lang = packet_get_string(NULL); >- logit("%s", msg); >+ if (options.log_level > SYSLOG_LEVEL_QUIET) >+ fprintf(stderr, "%s", msg); > xfree(msg); > xfree(lang); > }
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 668
:
418
|
419
| 421 |
479