index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clientloop.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: don't start the ObscureKeystrokeTiming mitigations if
djm@openbsd.org
2024-10-14
1
-3
/
+4
*
upstream: when sending ObscureKeystrokeTiming chaff packets, we
djm@openbsd.org
2024-07-01
1
-3
/
+4
*
upstream: remove prototypes with no matching function; ok djm@
jsg@openbsd.org
2024-05-22
1
-2
/
+1
*
upstream: simplify exit message handling, which was more complicated
djm@openbsd.org
2024-05-10
1
-33
/
+16
*
upstream: correctly restore sigprocmask around ppoll() reported
djm@openbsd.org
2024-04-30
1
-2
/
+2
*
upstream: add explict check for server hostkey type against
djm@openbsd.org
2024-04-30
1
-21
/
+2
*
upstream: fix proxy multiplexing mode, broken when keystroke timing
djm@openbsd.org
2024-02-21
1
-2
/
+2
*
upstream: Plug mem leak of msg when processing a quit message.
dtucker@openbsd.org
2023-11-24
1
-1
/
+2
*
upstream: when deciding whether to enable keystroke timing
djm@openbsd.org
2023-11-15
1
-2
/
+2
*
upstream: mask SIGINT/TERM/QUIT/HUP before checking quit_pending
djm@openbsd.org
2023-10-12
1
-7
/
+18
*
upstream: add ChannelTimeout support to the client, mirroring the
djm@openbsd.org
2023-10-12
1
-4
/
+4
*
upstream: typo in comment
djm@openbsd.org
2023-09-11
1
-2
/
+2
*
upstream: randomise keystroke obfuscation intervals and average
djm@openbsd.org
2023-09-10
1
-6
/
+46
*
upstream: trigger keystroke timing obfucation only if the channels
djm@openbsd.org
2023-09-04
1
-10
/
+14
*
upstream: avoid bogus "obfuscate_keystroke_timing: stopping ..."
djm@openbsd.org
2023-09-04
1
-4
/
+6
*
upstream: explicit long long type in timing calculations (doesn't
djm@openbsd.org
2023-08-28
1
-3
/
+3
*
upstream: Add keystroke timing obfuscation to the client.
djm@openbsd.org
2023-08-28
1
-4
/
+129
*
upstream: Move up null check and simplify process_escapes.
dtucker@openbsd.org
2023-04-03
1
-7
/
+5
*
upstream: remove redundant test
djm@openbsd.org
2023-03-31
1
-2
/
+2
*
upstream: Delete obsolete /* ARGSUSED */ lint comments.
guenther@openbsd.org
2023-03-08
1
-3
/
+1
*
upstream: Check for non-NULL before string
dtucker@openbsd.org
2023-03-04
1
-2
/
+2
*
upstream: Use time_t for x11_refuse_time timeout. We need
dtucker@openbsd.org
2023-03-03
1
-5
/
+5
*
upstream: Add channel_force_close()
djm@openbsd.org
2023-01-06
1
-11
/
+3
*
upstream: replace manual poll/ppoll timeout math with ptimeout API
djm@openbsd.org
2023-01-06
1
-26
/
+12
*
upstream: Add void to client_repledge args to fix compiler warning. ok djm@
dtucker@openbsd.org
2022-11-30
1
-3
/
+3
*
upstream: tighten pledge(2) after session establishment
djm@openbsd.org
2022-11-30
1
-7
/
+87
*
upstream: New EnableEscapeCommandline ssh_config(5) option
djm@openbsd.org
2022-11-30
1
-3
/
+11
*
upstream: Handle dynamic remote port forwarding in escape commandline's
dtucker@openbsd.org
2022-11-11
1
-3
/
+10
*
upstream: rename client_global_hostkeys_private_confirm() to
djm@openbsd.org
2022-11-09
1
-4
/
+4
*
upstream: Make SetEnv directives first-match-wins in both
djm@openbsd.org
2022-06-03
1
-4
/
+5
*
upstream: Try to continue running local I/O for channels in state
djm@openbsd.org
2022-04-20
1
-4
/
+3
*
Put poll.h inside ifdef.
Darren Tucker
2022-02-10
1
-0
/
+2
*
upstream: add a ssh_packet_process_read() function that reads from
djm@openbsd.org
2022-01-25
1
-28
/
+13
*
upstream: add a helper for writing an error message to the
djm@openbsd.org
2022-01-25
1
-22
/
+28
*
upstream: suppress "Connection to xxx closed" messages at LogLevel >=
djm@openbsd.org
2022-01-11
1
-2
/
+2
*
upstream: stricter UpdateHostkey signature verification logic on
djm@openbsd.org
2022-01-06
1
-14
/
+34
*
upstream: convert ssh, sshd mainloops from select() to poll();
djm@openbsd.org
2022-01-06
1
-81
/
+88
*
upstream: spelling ok dtucker@
jsg@openbsd.org
2022-01-01
1
-2
/
+2
*
upstream: ssh client side of binding
djm@openbsd.org
2021-12-19
1
-1
/
+7
*
upstream: less confusing debug message; bz#3365
djm@openbsd.org
2021-11-18
1
-2
/
+2
*
upstream: wrap at 80 columns
djm@openbsd.org
2021-08-30
1
-2
/
+3
*
upstream: Add a ForkAfterAuthentication ssh_config(5) counterpart
djm@openbsd.org
2021-07-23
1
-5
/
+2
*
upstream: Add a StdinNull directive to ssh_config(5) that allows
djm@openbsd.org
2021-07-23
1
-4
/
+1
*
upstream: Explicitly check for and start time-based rekeying in the
djm@openbsd.org
2021-07-16
1
-1
/
+5
*
upstream: add a SessionType directive to ssh_config, allowing the
djm@openbsd.org
2021-07-14
1
-6
/
+3
*
upstream: Fix a couple of whitespace things. Portable already has
dtucker@openbsd.org
2021-07-08
1
-1
/
+1
*
upstream: fix SEGV in UpdateHostkeys debug() message, triggered
djm@openbsd.org
2021-05-26
1
-2
/
+2
*
upstream: restore blocking status on stdio fds before close
djm@openbsd.org
2021-05-19
1
-9
/
+1
*
upstream: Don't pass NULL as a string in debugging as it does not work
dtucker@openbsd.org
2021-05-05
1
-2
/
+2
*
upstream: more debugging for UpdateHostKeys signature failures
djm@openbsd.org
2021-05-03
1
-2
/
+5
[next]