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
2016-03-17
UseDNS affects ssh hostname processing in authorized_keys, not
Damien Miller
2016-03-14
unbreak authentication using lone certificate keys in ssh-agent:
Damien Miller
2016-03-10
sanitise characters destined for xauth
Damien Miller
2016-03-07
refactor canohost.c: move functions that cache results closer to the
Damien Miller
2016-03-04
fix ClientAliveInterval when a time-based RekeyLimit is set;
Damien Miller
2016-03-02
Improve accuracy of reported transfer speeds by waiting for the ack from
Darren Tucker
2016-03-02
Improve precision of progressmeter for sftp and scp by storing sub-second
Darren Tucker
2016-03-01
Update moduli file.
Darren Tucker
2016-02-29
Print ssize_t with %zd; ok deraadt@ mmcc@
Jeremie Courreges-Anglas
2016-02-28
rearrange DH public value tests to be a little more clear
Damien Miller
2016-02-23
openssh-7.2
Damien Miller
2016-02-23
fix spurious error message when incorrect passphrase entered for
Damien Miller
2016-02-20
set ssh(1) protocol version to 2 only.
Igor Sobrado
2016-02-20
add missing ~/.ssh/id_ecdsa and ~/.ssh/id_ed25519 to IdentityFile.
Igor Sobrado
2016-02-20
AddressFamily defaults to any.
Igor Sobrado
2016-02-17
rekey refactor broke SSH1; spotted by Tom G. Christensen
Damien Miller
2016-02-17
rsa-sha2-512,rsa-sha2-256 cannot be selected explicitly in
Damien Miller
2016-02-17
since these pages now clearly tell folks to avoid v1, normalise
Jason McIntyre
2016-02-17
make sandboxed privilege separation the default, not just for new
Damien Miller
2016-02-16
no need to state that protocol 2 is the default twice;
Jason McIntyre
2016-02-16
Replace list of ciphers and MACs adjacent to -1/-2 flag descriptions in
Damien Miller
2016-02-16
add a "Close session" log entry (at loglevel=verbose) to correspond
Damien Miller
2016-02-15
memleak of algorithm name in mm_answer_sign; reported by Jakub Jelen
Damien Miller
2016-02-15
Add a function to enable security-related malloc_options. With and ok
Darren Tucker
2016-02-12
avoid fatal() for PKCS11 tokens that present empty key IDs
Damien Miller
2016-02-11
sync crypto algorithm lists in ssh_config(5) and sshd_config(5)
Damien Miller
2016-02-11
fix regression in openssh-6.8 sftp client: existing destination
Damien Miller
2016-02-09
turn off more old crypto in the client: hmac-md5, ripemd, truncated
Damien Miller
2016-02-08
don't attempt to percent_expand() already-canonicalised addresses,
Damien Miller
2016-02-08
refactor activation of rekeying
Damien Miller
2016-02-05
Only check errno if read() has returned an error. EOF is not an error.
Christian Weisgerber
2016-02-05
avoid an uninitialised value when NumberOfPasswordPrompts is 0
Jonathan Gray
2016-02-05
mention internal DH-GEX fallback groups; bz#2302
Damien Miller
2016-02-05
better description for MaxSessions; bz#2531
Damien Miller
2016-02-04
printf argument casts to avoid warnings on strict compilers
Damien Miller
2016-02-01
Avoid ugly "DISPLAY "(null)" invalid; disabling X11 forwarding"
Todd C. Miller
2016-01-29
Remove leftover roaming dead code. ok djm markus.
Darren Tucker
2016-01-29
include packet type of non-data packets in debug3 output;
Damien Miller
2016-01-29
Revert "account for packets buffered but not yet processed" change as it
Darren Tucker
2016-01-29
Allow RekeyLimits in excess of 4G up to 2**63 bits (limited by the return
Darren Tucker
2016-01-29
Account for packets buffered but not yet processed when computing whether or
Darren Tucker
2016-01-27
change old $FreeBSD version string in comment so it doesn't become an
Damien Miller
2016-01-27
make the debug messages a bit more useful here
Damien Miller
2016-01-23
Zero a stack buffer with explicit_bzero() instead of memset() when
Jonathan Gray
2016-01-20
Include sys/time.h for gettimeofday. From sortie at maxsi.org.
Darren Tucker
2016-01-14
fd leaks; report Qualys Security Advisory team; ok deraadt@
Markus Friedl
2016-01-14
remove roaming support; ok djm@
Markus Friedl
2016-01-14
Disable experimental client-side roaming support. Server side was
Theo de Raadt
2016-01-13
eliminate fallback from untrusted X11 forwarding to trusted
Damien Miller
2016-01-12
use explicit_bzero() more liberally in the buffer code; ok deraadt
Damien Miller
[next]