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-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
2020-05-29
mention that wildcards are processed in lexical order; bz#3165
Damien Miller
2020-05-29
Allow some keywords to expand shell-style ${ENV} environment
Darren Tucker
2020-05-29
fix compilation on !HAVE_DLOPEN platforms; stub function was not
Damien Miller
2020-05-29
fix exit status for downloading of FIDO resident keys; from
Damien Miller
2020-05-29
Fix multiplier in convtime when handling seconds after other units.
Darren Tucker
2020-05-27
fix Include before Match in sshd_config; bz#3122 patch from Jakub Jelen
Damien Miller
2020-05-27
Do not call process_queued_listen_addrs() for every included file
Damien Miller
2020-05-27
fix crash in recallocarray when deleting SendEnv variables;
Damien Miller
2020-05-26
fix memleak of signature; from Pedro Martelletto
Damien Miller
2020-05-26
Restrict ssh-agent from signing web challenges for FIDO keys.
Damien Miller
2020-05-26
improve logging for MaxStartups connection throttling: have sshd log
Damien Miller
2020-05-26
add fmt_timeframe() (from bgpd) to format a time interval in a human-
Damien Miller
2020-05-18
avoid possible NULL deref; from Pedro Martelletto
Damien Miller
2020-05-15
sshd listener must not block if reexecd sshd exits early:
Markus Friedl
2020-05-15
fix off-by-one error that caused sftp downloads to make one more
Damien Miller
2020-05-13
we are still aiming for pre-C99 ...
Theo de Raadt
2020-05-13
Enable credProtect extension when generating a resident key.
Damien Miller
2020-05-13
always call fido_init(); previous behaviour only called fido_init() when
Damien Miller
2020-05-13
preserve group/world read permission on known_hosts file across runs of
Damien Miller
2020-05-13
when ordering the hostkey algorithms to request from a server,
Damien Miller
[prev]
[next]