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-07
systrace is dead. long live systrace.
Theo de Raadt
2016-05-04
add IdentityAgent; noticed & ok jmc@
Markus Friedl
2016-05-04
allow setting IdentityAgent to SSH_AUTH_SOCK; ok djm@
Markus Friedl
2016-05-04
move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@
Markus Friedl
2016-05-04
missing const in prototypes (ssh1)
Markus Friedl
2016-05-04
Fix inverted logic for updating StreamLocalBindMask which would cause the
Darren Tucker
2016-05-04
IdentityAgent for specifying specific agent sockets; ok djm@
Markus Friedl
2016-05-04
fix junk characters after quotes
Damien Miller
2016-05-03
correct article;
Jason McIntyre
2016-05-03
fix overriding of StreamLocalBindMask and StreamLocalBindUnlink in
Damien Miller
2016-05-03
don't forget to include StreamLocalBindUnlink in the config
Damien Miller
2016-05-03
make nethack^wrandomart fingerprint flag more readily searchable
Damien Miller
2016-05-03
clarify ordering of subkeys; pointed out by ietf-ssh AT stbuehler.de
Damien Miller
2016-05-03
correct some typos and remove a long-stale XXX note.
Damien Miller
2016-05-03
add ed25519 keys that are supported but missing from this
Damien Miller
2016-05-03
Implement IUTF8 as per draft-sgtatham-secsh-iutf8-00. Patch from Simon
Darren Tucker
2016-05-02
unbreak config parsing on reexec from previous commit
Damien Miller
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
[next]