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
2018-02-23
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
Markus Friedl
2018-02-23
some cleanup for BindInterface and ssh-keyscan;
Jason McIntyre
2018-02-23
Add ssh-keyscan -D option to make it print its results in SSHFP format
Damien Miller
2018-02-23
Add missing braces.
Darren Tucker
2018-02-23
Add BindInterface ssh_config directive and -B command-line argument
Damien Miller
2018-02-19
emphasise that the hostkey rotation may send key types that the client
Damien Miller
2018-02-16
Don't send IUTF8 to servers that don't like them.
Darren Tucker
2018-02-16
Mention recent DH KEX methods:
Damien Miller
2018-02-16
stop loading DSA keys by default, remove sshd_config stanza and manpage
Damien Miller
2018-02-14
Ensure that D mod (P-1) and D mod (Q-1) are calculated in constant time.
Joel Sing
2018-02-14
Some obvious freezero() conversions.
Joel Sing
2018-02-13
remove space before tab
Damien Miller
2018-02-11
Don't reset signal handlers inside handlers.
Darren Tucker
2018-02-10
constify some private key-related functions; based on
Damien Miller
2018-02-10
Mention ServerAliveTimeout in context of TCPKeepAlives; prompted by
Damien Miller
2018-02-10
clarify IgnoreUserKnownHosts; based on github PR from
Damien Miller
2018-02-10
Shorter, more accurate explanation of NoHostAuthenticationForLocalhost
Damien Miller
2018-02-10
Disable RemoteCommand and RequestTTY in the ssh session started by
Damien Miller
2018-02-10
Refuse to create a certificate with an unusable number of principals;
Damien Miller
2018-02-10
fatal if we're unable to write all the public key; previously we
Damien Miller
2018-02-09
Remove unused sKerberosTgtPassing from enum. From calestyo via github
Darren Tucker
2018-02-08
Rename struct umac_ctx to umac128_ctx too. In portable some linkers
Darren Tucker
2018-02-07
ssh_free checks for and handles NULL args, remove NULL checks from remaining
Darren Tucker
2018-02-07
Convert some explicit_bzero()/free() calls to freezero().
Joel Sing
2018-02-07
Remove some #ifdef notyet code from OpenSSL 0.9.8 days.
Joel Sing
2018-02-07
Remove all guards for calls to OpenSSL free functions - all of these
Joel Sing
2018-02-06
Replace "trojan horse" with the correct term (MITM). From maikel at
Darren Tucker
2018-02-05
Add a couple of non-negativity checks to avoid close(-1).
Theo Buehler
2018-02-05
The file descriptors for socket, stdin, stdout and stderr aren't
Theo Buehler
2018-02-05
I accidentially a word
Damien Miller
2018-01-25
certificate options are case-sensitive; fix case on one that had it wrong.
Damien Miller
2018-01-23
Fix a logic bug in sshd_exchange_identification which prevented clients
Stefan Sperling
2018-01-23
Add missing braces; fixes 'write: Socket is not connected' error in ssh.
Stefan Sperling
2018-01-23
Drop compatibility hacks for some ancient SSH implementations, including
Damien Miller
2018-01-23
try harder to preserve errno during ssh_connect_direct() to make the
Damien Miller
2018-01-23
unbreak support for clients that advertise a protocol version
Damien Miller
2018-01-23
don't attempt to force hostnames that are addresses to lowercase, but
Damien Miller
2018-01-23
avoid modifying pw->pw_passwd; let endpwent() clean up for us, but
Damien Miller
2018-01-13
clarify authorship; prodded by and ok markus@
Christian Weisgerber
2018-01-08
group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSL
Markus Friedl
2018-01-08
move subprocess() so scp/sftp do not need uidswap.o; ok djm@
Markus Friedl
2018-01-08
switch ssh-pkcs11-helper to new API; ok djm@
Markus Friedl
2018-01-08
split client/server kex; only ssh-keygen needs uuencode.o;
Markus Friedl
2018-01-08
only ssh-keygen needs uuencode.o; only scp/sftp use progressmeter.o
Markus Friedl
2018-01-08
uuencode.h is not used
Markus Friedl
2017-12-21
revert stricter key type / signature type checking in userauth path;
Damien Miller
2017-12-19
include signature type and CA key (if applicable) in some debug messages
Damien Miller
2017-12-18
unbreak hostkey rotation; attempting to sign with a desired signature
Damien Miller
2017-12-18
log mismatched RSA signature types; ok markus@
Damien Miller
2017-12-18
pass kex->hostkey_alg and kex->hostkey_nid from pre-auth to post-auth
Damien Miller
[next]