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-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
2020-04-03
make Chacha20-POLY1305 context struct opaque; ok tb@ as part of a larger
Damien Miller
2020-04-03
fix debug statement
Damien Miller
2020-04-03
the tunnel-forwarding vs ExitOnForwardFailure fix that I committed
Damien Miller
2020-04-03
%C expansion just added to Match Exec should include remote user not local
Darren Tucker
2020-04-03
make failures when establishing "Tunnel" forwarding terminate the
Damien Miller
2020-04-03
Make with config keywords support which percent_expansions more consistent.
Darren Tucker
2020-04-03
give ssh-keygen the ability to dump the contents of a binary key
Damien Miller
2020-04-03
add allocating variant of the safe utf8 printer; ok dtucker as part of
Damien Miller
2020-03-16
Cast lifetime to u_long for comparison to prevent unsigned comparison
Darren Tucker
[next]