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-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
2020-05-12
fix non-ASCII quote that snuck in; spotted by Gabriel Kihlman
Damien Miller
2020-05-11
clarify role of FIDO tokens in multi-factor authentictation;
Damien Miller
2020-05-08
fix compilation with DEBUG_KEXDH; bz#3160 ok dtucker@
Damien Miller
2020-05-06
openssh-8.3; ok deraadt@
Damien Miller
2020-05-06
another case where a utimes() failure could make scp send a
Damien Miller
2020-05-02
we have a sshkey_save_public() function to save public keys; use it
Damien Miller
2020-05-01
when receving a file in sink(), be careful to send at most a single
Damien Miller
2020-05-01
expose vasnmprintf(); ok (as part of other commit) markus deraadt
Damien Miller
2020-05-01
avoid NULL dereference when attempting to convert invalid ssh.com
Damien Miller
2020-04-30
tweak previous; ok markus
Jason McIntyre
2020-04-30
bring back debug() removed in rev 1.74; noted by pradeep kumar
Markus Friedl
2020-04-30
run the 2nd ssh with BatchMode for scp -3
Markus Friedl
2020-04-28
when signing a challenge using a FIDO toke, perform the hashing in the
Damien Miller
2020-04-26
Fix comment typo. Patch from mforney at mforney.org.
Darren Tucker
2020-04-25
We've standardized on memset over bzero, replace a couple that had slipped
Darren Tucker
2020-04-24
Fix incorrect error message for "too many known hosts files." bz#3149, patch
Darren Tucker
2020-04-24
Remove leave_non_blocking() which is now dead code because nothing sets
Darren Tucker
2020-04-23
ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;
Jason McIntyre
2020-04-20
fix a bug I introduced in r1.406: when printing private key fingerprint
Damien Miller
[next]