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
Age
Commit message (
Expand
)
Author
2020-07-14
allow some additional control over the use of ssh-askpass
Damien Miller
2020-07-07
correct recently broken comments
Theo de Raadt
2020-07-05
some language improvements; ok markus
Damien Miller
2020-07-03
update setproctitle after re-exec; ok djm
Markus Friedl
2020-07-03
keep ignoring HUP after fork+exec; ok djm
Markus Friedl
2020-07-03
don't exit the listener on send_rexec_state errors; ok djm
Markus Friedl
2020-07-03
put back the mux_ctx memleak fix, but only for channels of type
Damien Miller
2020-07-03
revert r1.399 - the lifetime of c->mux_ctx is more complex; simply freeing
Damien Miller
2020-07-03
avoid tilde_expand_filename() in expanding ~/.ssh/rc - if sshd is
Damien Miller
2020-07-03
when redirecting sshd's log output to a file, undo this redirection
Damien Miller
2020-07-03
start ClientAliveInterval bookkeeping before first pass through
Damien Miller
2020-07-03
Only reset the serveralive check when we receive traffic from the server
Darren Tucker
2020-07-03
fix memory leak of mux_ctx; patch from Sergiy Lozovsky via bz3189
Damien Miller
2020-07-01
free kex in ssh_packet_close; ok djm semarie
Markus Friedl
2020-06-27
Replace TAILQ concatenation loops with TAILQ_CONCAT
bket
2020-06-26
backout 1.293 fix kex mem-leak in ssh_packet_close at markus request
Sebastien Marie
2020-06-26
avoid spurious error message when ssh-keygen creates files
Damien Miller
2020-06-26
handle EINTR in waitfd() and timeout_connect() helpers;
Damien Miller
2020-06-26
allow "ssh-add -d -" to read keys to be deleted from stdin
Damien Miller
2020-06-26
constify a few things; ok dtucker (as part of another diff)
Damien Miller
2020-06-26
Defer creation of ~/.ssh by ssh(1) until we attempt to write to it so we
Darren Tucker
2020-06-26
Expand path to ~/.ssh/rc rather than relying on it being relative to the
Darren Tucker
2020-06-24
fix kex mem-leak in ssh_packet_close; ok djm
Markus Friedl
2020-06-24
fix ssh -O proxy w/mux which got broken by no longer
Markus Friedl
2020-06-24
support loading big sshd_config files w/o realloc; ok djm
Markus Friedl
2020-06-24
allow sshd_config longer than 256k; ok djm
Markus Friedl
2020-06-24
only call sshkey_xmss_init() once for KEY_XMSS_CERT; ok djm
Markus Friedl
2020-06-22
some clarifying comments
Damien Miller
2020-06-22
updated argument name for -P in first synopsis was missed in previous;
Jason McIntyre
2020-06-22
supply word missing in previous;
Jason McIntyre
2020-06-22
Add support for FIDO webauthn (verification only). webauthn is a
Damien Miller
2020-06-22
refactor ECDSA-SK verification a little ahead of adding support
Damien Miller
2020-06-22
support for RFC4648 base64url encoding; ok markus
Damien Miller
2020-06-22
better terminology for permissions; feedback & ok markus@
Damien Miller
2020-06-22
better terminology for permissions; feedback & ok markus@
Damien Miller
2020-06-19
Correct synopsis and usage for the options accepted when passing a command
Darren Tucker
2020-06-18
check public host key matches private; ok markus@ (as part of
Damien Miller
2020-06-18
avoid spurious "Unable to load host key" message when sshd can load a
Damien Miller
2020-06-12
correct RFC number; from HARUYAMA Seigo via GH PR191
Damien Miller
2020-06-05
unbreak "sshd -ddd" - close of config passing fd happened too early.
Damien Miller
2020-06-05
make sshbuf_putb(b, NULL) a no-op
Damien Miller
2020-06-05
make sshbuf_dump() args const
Damien Miller
2020-06-05
wrap long line
Damien Miller
2020-06-05
Correct historical comment: provos@ modified OpenSSH to work with SSLeay
Darren Tucker
2020-06-03
Import regenerated moduli file.
Darren Tucker
2020-06-01
Remove now-unused proto_spec and associated definitions. ok djm@
Darren Tucker
2020-05-29
Fix error message on close(2) and add printf format attributes.
Todd C. Miller
2020-05-29
Make dollar_expand variadic and pass a real va_list to vdollar_percent_expand.
Darren Tucker
2020-05-29
Pass a NULL instead of zeroed out va_list from dollar_expand. The original
Darren Tucker
2020-05-29
remove a stray .El;
Jason McIntyre
[next]