Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
b2a53815
Commit
b2a53815
authored
Oct 02, 2004
by
Niels Möller
Browse files
(do_debug): Censor packets of type
SSH_MSG_USERAUTH_INFO_RESPONSE. Rev: src/debug.c:1.41
parent
b0bca71e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/debug.c
View file @
b2a53815
...
...
@@ -54,7 +54,8 @@ do_debug(struct abstract_write *w,
else
{
uint8_t
type
=
lsh_string_data
(
packet
)[
0
];
if
(
type
==
SSH_MSG_USERAUTH_REQUEST
)
if
(
type
==
SSH_MSG_USERAUTH_REQUEST
||
type
==
SSH_MSG_USERAUTH_INFO_RESPONSE
)
debug
(
"DEBUG: %S %z *****
\n
"
,
closure
->
prefix
,
packet_types
[
type
]);
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment