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-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
2020-04-17
repair private key fingerprint printing to also print comment after
Damien Miller
2020-04-17
refactor out some duplicate private key loading code; based on
Damien Miller
2020-04-17
add space beteen macro arg and punctuation;
Jason McIntyre
2020-04-17
auth2-pubkey r1.89 changed the order of operations to checking
Damien Miller
2020-04-17
fix reversed test that caused IdentitiesOnly=yes to not apply to keys
Damien Miller
2020-04-17
mention that /etc/hosts.equiv and /etc/shosts.equiv are not
Damien Miller
2020-04-17
make IgnoreRhosts a tri-state option: "yes" ignore rhosts/shosts,
Damien Miller
2020-04-17
allow the IgnoreRhosts directive to appear anywhere in a sshd_config,
Damien Miller
2020-04-11
add space between macro arg and punctuation;
Jason McIntyre
2020-04-11
Refactor private key parsing. Eliminates a fair bit of duplicated
Damien Miller
2020-04-10
Add TOKEN percent expansion to LocalFoward and RemoteForward when used
Darren Tucker
2020-04-08
let sshkey_try_load_public() load public keys from the unencrypted
Damien Miller
2020-04-08
simplify sshkey_try_load_public()
Damien Miller
2020-04-08
add sshkey_parse_pubkey_from_private_fileblob_type()
Damien Miller
2020-04-08
simplify sshkey_parse_private_fileblob_type()
Damien Miller
2020-04-08
check private key type against requested key type in new-style private
Damien Miller
2020-04-08
check that pubkey in private key envelope matches actual private key
Damien Miller
2020-04-08
refactor private key parsing a little
Damien Miller
2020-04-03
r1.522 deleted one too many lines; repair
Damien Miller
2020-04-03
sort -N and add it to usage();
Jason McIntyre
2020-04-03
avoid another compiler warning spotted in -portable
Damien Miller
2020-04-03
fix format string (use %llu for uint64, not %lld). spotted by Darren and
Damien Miller
2020-04-03
Add a flag to re-enable verbose output when in batch mode;
Damien Miller
2020-04-03
chacha20-poly1305 AEAD using libcrypto EVP_chacha20
Damien Miller
[next]