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-05-02
add support for additional fixed DH groups from
Damien Miller
2016-05-02
support SHA256 and SHA512 RSA signatures in certificates;
Damien Miller
2016-05-02
fix signed/unsigned errors reported by clang-3.7; add
Damien Miller
2016-04-29
close ControlPersist background process stderr when not in
Damien Miller
2016-04-28
fix comment
Damien Miller
2016-04-27
cidr permitted for {allow,deny}users; from lars nooden
Jason McIntyre
2016-04-21
make argument == NULL tests more consistent
Damien Miller
2016-04-17
tweak previous;
Jason McIntyre
2016-04-15
Include directive for ssh_config(5); feedback & ok markus@
Damien Miller
2016-04-09
make private key loading functions consistently handle NULL
Damien Miller
2016-04-08
whitespace at EOL
Damien Miller
2016-04-08
We accidentally send an empty string and a zero uint32 with every
Damien Miller
2016-04-06
don't record duplicate LocalForward and RemoteForward entries;
Damien Miller
2016-04-02
Another use for fcntl() and thus of the superfluous 3rd parameter
Kenneth R Westerback
2016-04-01
whitespace at EOL
Damien Miller
2016-03-31
Remove fallback from moduli to "primes" file that was deprecated in 2001
Darren Tucker
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
[next]