Bugzilla – Attachment 311 Details for
Bug 225
Supression of login warning banner for noninteractive commands
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Suppress banner when -q specified (against OpenSBD)
openbsd-banner.patch (text/plain), 535 bytes, created by
Darren Tucker
on 2003-05-27 22:10:03 AEST
(
hide
)
Description:
Suppress banner when -q specified (against OpenSBD)
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2003-05-27 22:10:03 AEST
Size:
535 bytes
patch
obsolete
>Index: sshconnect2.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/sshconnect2.c,v >retrieving revision 1.119 >diff -u -r1.119 sshconnect2.c >--- sshconnect2.c 2003/05/15 00:28:28 1.119 >+++ sshconnect2.c 2003/05/27 12:05:42 >@@ -343,7 +343,8 @@ > debug3("input_userauth_banner"); > msg = packet_get_string(NULL); > lang = packet_get_string(NULL); >- fprintf(stderr, "%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 225
:
311
|
371