index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
clientloop.c
Age
Commit message (
Expand
)
Author
2024-10-13
don't start the ObscureKeystrokeTiming mitigations if there has been
Damien Miller
2024-07-01
when sending ObscureKeystrokeTiming chaff packets, we can't
Damien Miller
2024-05-17
remove prototypes with no matching function; ok djm@
Jonathan Gray
2024-05-09
simplify exit message handling, which was more complicated than
Damien Miller
2024-04-30
correctly restore sigprocmask around ppoll()
Damien Miller
2024-04-30
add explict check for server hostkey type against HostkeyAlgorithms.
Damien Miller
2024-02-21
fix proxy multiplexing mode, broken when keystroke timing
Damien Miller
2023-11-24
Plug mem leak of msg when processing a quit message.
Darren Tucker
2023-11-15
when deciding whether to enable keystroke timing obfuscation,
Damien Miller
2023-10-12
mask SIGINT/TERM/QUIT/HUP before checking quit_pending and use ppoll()
Damien Miller
2023-10-11
add ChannelTimeout support to the client, mirroring the same option
Damien Miller
2023-09-10
typo in comment
Damien Miller
2023-09-10
randomise keystroke obfuscation intervals and average interval rate.
Damien Miller
2023-09-04
trigger keystroke timing obfucation only if the channels layer enqueud
Damien Miller
2023-09-04
avoid bogus "obfuscate_keystroke_timing: stopping ..." debug
Damien Miller
2023-08-28
explicit long long type in timing calculations (doesn't matter, since
Damien Miller
2023-08-28
Add keystroke timing obfuscation to the client.
Damien Miller
2023-04-03
Move null check up and simplify process_escapes. Based on Coverity CID
Darren Tucker
2023-03-31
remove redundant test
Damien Miller
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2023-03-03
Check for non-NULL before string comparison. From jjelen at redhat.com
Darren Tucker
2023-03-03
Use time_t for x11_refuse_time timeout. We need SSH_TIME_T_MAX for
Darren Tucker
2023-01-06
Add channel_force_close()
Damien Miller
2023-01-06
replace manual poll/ppoll timeout math with ptimeout API
Damien Miller
2022-11-29
Add void to client_repledge args to fix compiler warning. ok djm@
Darren Tucker
2022-11-28
tighten pledge(2) after session establishment
Damien Miller
2022-11-28
New EnableEscapeCommandline ssh_config(5) option
Damien Miller
2022-11-10
Handle dynamic remote port forwarding in escape commandline's -R processing.
Darren Tucker
2022-11-09
rename client_global_hostkeys_private_confirm() to
Damien Miller
2022-06-03
Make SetEnv directives first-match-wins in both sshd_config and
Damien Miller
2022-04-20
Try to continue running local I/O for channels in state OPEN during
Damien Miller
2022-01-22
add a ssh_packet_process_read() function that reads from a fd
Damien Miller
2022-01-21
add a helper for writing an error message to the stderr_buf and setting
Damien Miller
2022-01-11
suppress "Connection to xxx closed" messages at LogLevel >= error
Damien Miller
2022-01-06
stricter UpdateHostkey signature verification logic on the client-
Damien Miller
2022-01-06
convert ssh, sshd mainloops from select() to poll();
Damien Miller
2022-01-01
spelling
Jonathan Gray
2021-12-19
ssh client side of binding
Damien Miller
2021-11-18
less confusing debug message; bz#3365
Damien Miller
2021-08-29
wrap at 80 columns
Damien Miller
2021-07-23
Add a ForkAfterAuthentication ssh_config(5) counterpart to the
Damien Miller
2021-07-23
Add a StdinNull directive to ssh_config(5) that allows the config
Damien Miller
2021-07-16
Explicitly check for and start time-based rekeying in the client
Damien Miller
2021-07-13
add a SessionType directive to ssh_config, allowing the configuration
Damien Miller
2021-07-05
Fix a couple of whitespace things. Portable already has these so this
Darren Tucker
2021-05-26
fix SEGV in UpdateHostkeys debug() message, triggered when the update
Damien Miller
2021-05-19
restore blocking status on stdio fds before close
Damien Miller
2021-05-04
Don't pass NULL as a string in debugging as it does not work on some
Darren Tucker
2021-05-03
more debugging for UpdateHostKeys signature failures
Damien Miller
2021-04-30
a little debugging in the main mux process for status confirmation
Damien Miller
[next]