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
2019-10-31
ssh client support for U2F/FIDO keys
Damien Miller
2019-10-31
Separate myproposal.h userauth pubkey types
Damien Miller
2019-10-31
ssh-keygen support for generating U2F/FIDO keys
Damien Miller
2019-10-31
U2F/FIDO middleware interface
Damien Miller
2019-10-31
Initial infrastructure for U2F/FIDO support
Damien Miller
2019-10-31
Protocol documentation for U2F/FIDO keys in OpenSSH
Damien Miller
2019-10-29
Signal handler cleanup: remove leftover support for unreliable signals
Darren Tucker
2019-10-22
fixes from lucas;
Jason McIntyre
2019-10-22
Import regenerated moduli file.
Darren Tucker
2019-10-16
potential NULL dereference for revoked hostkeys; reported by
Damien Miller
2019-10-16
free buf before return; reported by krishnaiah bommu
Damien Miller
2019-10-14
memleak in error path; spotted by oss-fuzz, ok markus@
Damien Miller
2019-10-09
openssh-8.1
Damien Miller
2019-10-09
fix an unreachable integer overflow similar to the XMSS case, and some
Damien Miller
2019-10-09
fix integer overflow in XMSS private key parsing. Reported by
Damien Miller
2019-10-08
Correct type for end-of-list sentinel; fixes initializer warnings on
Darren Tucker
2019-10-07
reversed test yielded incorrect debug message
Damien Miller
2019-10-04
fix memory leak in error path; bz#3074
Damien Miller
2019-10-04
space
Damien Miller
2019-10-04
Check for gmtime failure in moduli generation. Based on patch from
Darren Tucker
2019-10-03
use a more common options order in SYNOPSIS and sync usage();
Jason McIntyre
2019-10-02
thinko in previous; spotted by Mantas MikulÄnas
Damien Miller
2019-10-02
make signature format match PROTOCOL.sshsig file: the message hash
Damien Miller
2019-10-02
ban empty namespace strings for sshsig; spotted by Mantas MikulÄnas
Damien Miller
2019-10-02
remove some duplicate #includes
Damien Miller
2019-10-01
revert unconditional forced login implemented in r1.41 of ssh-pkcs11.c;
Damien Miller
2019-09-29
group and sort single letter options; ok deraadt
Jason McIntyre
2019-09-27
fix the DH-GEX text in -a;
Jason McIntyre
2019-09-24
identity_file[] should be PATH_MAX, not the arbitrary number 1024
Theo de Raadt
2019-09-20
new sentence, new line;
Jason McIntyre
2019-09-16
Allow testing signature syntax and validity without verifying that
Damien Miller
2019-09-13
clarify that IdentitiesOnly also applies to the default ~/.ssh/id_*
Damien Miller
2019-09-13
Plug mem leaks on error paths, based in part on github pr#120 from
Darren Tucker
2019-09-13
whitespace
Damien Miller
2019-09-13
allow %n to be expanded in ProxyCommand strings
Damien Miller
2019-09-13
clarify that ConnectTimeout applies both to the TCP connection and to
Damien Miller
2019-09-09
Fix potential truncation warning. ok deraadt.
Darren Tucker
2019-09-06
Allow prepending a list of algorithms to the default set by starting
Christian Weisgerber
2019-09-06
key conversion should fail for !openssl builds, not fall through to
Damien Miller
2019-09-06
typo in previous
Damien Miller
2019-09-06
avoid compiling certain files that deeply depend on libcrypto when
Damien Miller
2019-09-06
fixes for !WITH_OPENSSL compilation; ok dtucker@
Damien Miller
2019-09-06
lots of things were relying on libcrypto headers to transitively
Damien Miller
2019-09-06
remove leakmalloc reference; we used this early when refactoring but
Damien Miller
2019-09-06
better error code for bad arguments; inspired by
Damien Miller
2019-09-05
if a PKCS#11 token returns no keys then try to login and refetch
Damien Miller
2019-09-05
sprinkle in some explicit errors here, otherwise the percolate all
Damien Miller
2019-09-05
only send ext_info for KEX_INITIAL; bz#2929 ok dtucker
Damien Miller
2019-09-05
macro fix; ok djm
Jason McIntyre
2019-09-05
memleak on error path; found by libfuzzer
Damien Miller
[next]