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
2015-07-18
don't ignore PKCS#11 hosted keys that return empty CKA_ID;
Damien Miller
2015-07-18
skip uninitialised PKCS#11 slots; patch from Jakub Jelen in bz#2427
Damien Miller
2015-07-18
only query each keyboard-interactive device once per authentication
Damien Miller
2015-07-17
direct-streamlocal@openssh.com Unix domain foward messages do not
Damien Miller
2015-07-17
describe magic for setting up Unix domain socket fowards via
Damien Miller
2015-07-17
fix incorrect test for SSH1 keys when compiled without SSH1 support
Damien Miller
2015-07-15
fix NULL-deref when SSH1 reenabled
Damien Miller
2015-07-13
Add "PuTTY_Local:" to the clients to which we do not offer DH-GEX.
Darren Tucker
2015-07-10
Turn off DSA by default; add HostKeyAlgorithms to the server and
Markus Friedl
2015-07-09
re-enable ed25519-certs if compiled w/o openssl; ok djm
Markus Friedl
2015-07-08
no need to include the old buffer/key API
Markus Friedl
2015-07-08
typedefs for Cipher&CipherContext are unused
Markus Friedl
2015-07-08
xmalloc.h is unused
Markus Friedl
2015-07-08
compress.c is gone
Markus Friedl
2015-07-03
another SSH_RSA_MINIMUM_MODULUS_SIZE that needed cranking
Damien Miller
2015-07-03
add an XXX reminder for getting correct key paths from sshd_config
Damien Miller
2015-07-03
refuse to generate or accept RSA keys smaller than 1024 bits;
Damien Miller
2015-07-03
turn off 1024 bit diffie-hellman-group1-sha1 key exchange method
Damien Miller
2015-07-03
delete support for legacy v00 certificates; "sure" markus@ dtucker@
Damien Miller
2015-07-01
Compile-time disable SSH v.1 again
Damien Miller
2015-07-01
twiddle PermitRootLogin back
Damien Miller
2015-07-01
twiddle; (this commit marks the openssh-6.9 release)
Damien Miller
2015-07-01
better refuse ForwardX11Trusted=no connections attempted after
Damien Miller
2015-07-01
put back default PermitRootLogin=no
Damien Miller
2015-07-01
openssh-6.9
Damien Miller
2015-07-01
reset default PermitRootLogin to 'yes' (momentarily, for release)
Damien Miller
2015-06-30
fatal() when a remote window update causes the window value to
Damien Miller
2015-06-30
Fix math error in remote window calculations that causes eventual stalls
Damien Miller
2015-06-29
add getpid to sandbox, reachable by grace_alarm_handler
Damien Miller
2015-06-26
Fix \-escaping bug that caused forward path parsing to skip two
Damien Miller
2015-06-24
correct test to sshkey_sign(); spotted by Albert S.
Damien Miller
2015-06-24
Revert previous commit. We still want to call setgroups in the case where
Darren Tucker
2015-06-22
Don't count successful partial authentication as failures in monitor;
Damien Miller
2015-06-22
Don't call setgroups if we have zero groups; there's no guarantee that it
Darren Tucker
2015-06-15
If AuthorizedPrincipalsCommand is specified, however
Joel Sing
2015-06-15
Make the arguments to match_principals_command() similar to
Joel Sing
2015-06-15
return failure on RSA signature error; reported by Albert S
Damien Miller
2015-06-05
For "ssh -L 12345:/tmp/sock" don't fail with "No forward host name."
Todd C. Miller
2015-06-05
typo: accidental repetition; bz#2386
Damien Miller
2015-06-02
mention CheckHostIP adding addresses to known_hosts;
Damien Miller
2015-05-29
put back SSH1 for now - we want to make sure we don't regress
Damien Miller
2015-05-28
wrap all moduli-related code in #ifdef WITH_OPENSSL.
Damien Miller
2015-05-28
Increase the allowed length of the known host file name in the log
Darren Tucker
2015-05-28
Fix typo (keywork->keyword)
Darren Tucker
2015-05-28
add error message on ftruncate failure; bz#2176
Damien Miller
2015-05-28
make ssh-keygen default to ed25519 keys when compiled without
Damien Miller
2015-05-28
Remove intermediate copy of the moduli file. "make" will rebuild any
Darren Tucker
2015-05-28
Remove 1k bit groups. ok deraadt@, markus@
Darren Tucker
2015-05-27
Reorder client proposal to prefer diffie-hellman-group-exchange-sha1 over
Darren Tucker
2015-05-27
Add a stronger (4k bit) fallback group that sshd can use when the moduli
Darren Tucker
[next]