summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2016-06-03tweak previous;Jason McIntyre
2016-06-03Allow ExitOnForwardFailure and ClearAllForwardings to be overridden whenDarren Tucker
2016-06-03Move the host and port used by ssh -W into the Options struct.Darren Tucker
2016-06-01Check min and max sizes sent by the client against what we support beforeDarren Tucker
2016-05-31Ensure that the client's proposed DH-GEX max value is at least as bigDarren Tucker
2016-05-30Backout rev. 1.43 for now.Ingo Schwarze
2016-05-30Even when only writing an unescaped character, the dst buffer may need toIngo Schwarze
2016-05-30Fix two rare edge cases:Ingo Schwarze
2016-05-25To prevent screwing up terminal settings when printing to theIngo Schwarze
2016-05-24KNF compression proposal and simplify the client side a little. ok djm@Darren Tucker
2016-05-24Back out 'plug memleak'.Darren Tucker
2016-05-23prefer agent-hosted keys to keys from PKCS#11; ok markusDamien Miller
2016-05-23Plug mem leak in filter_proposal. ok djm@Darren Tucker
2016-05-19fix type of ed25519 valuesDamien Miller
2016-05-07systrace is dead. long live systrace.Theo de Raadt
2016-05-04add IdentityAgent; noticed & ok jmc@Markus Friedl
2016-05-04allow setting IdentityAgent to SSH_AUTH_SOCK; ok djm@Markus Friedl
2016-05-04move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@Markus Friedl
2016-05-04missing const in prototypes (ssh1)Markus Friedl
2016-05-04Fix inverted logic for updating StreamLocalBindMask which would cause theDarren Tucker
2016-05-04IdentityAgent for specifying specific agent sockets; ok djm@Markus Friedl
2016-05-04fix junk characters after quotesDamien Miller
2016-05-03correct article;Jason McIntyre
2016-05-03fix overriding of StreamLocalBindMask and StreamLocalBindUnlink inDamien Miller
2016-05-03don't forget to include StreamLocalBindUnlink in the configDamien Miller
2016-05-03make nethack^wrandomart fingerprint flag more readily searchableDamien Miller
2016-05-03clarify ordering of subkeys; pointed out by ietf-ssh AT stbuehler.deDamien Miller
2016-05-03correct some typos and remove a long-stale XXX note.Damien Miller
2016-05-03add ed25519 keys that are supported but missing from thisDamien Miller
2016-05-03Implement IUTF8 as per draft-sgtatham-secsh-iutf8-00. Patch from SimonDarren Tucker
2016-05-02unbreak config parsing on reexec from previous commitDamien Miller
2016-05-02add support for additional fixed DH groups fromDamien Miller
2016-05-02support SHA256 and SHA512 RSA signatures in certificates;Damien Miller
2016-05-02fix signed/unsigned errors reported by clang-3.7; addDamien Miller
2016-04-29close ControlPersist background process stderr when not inDamien Miller
2016-04-28fix commentDamien Miller
2016-04-27cidr permitted for {allow,deny}users; from lars noodenJason McIntyre
2016-04-21make argument == NULL tests more consistentDamien Miller
2016-04-17tweak previous;Jason McIntyre
2016-04-15Include directive for ssh_config(5); feedback & ok markus@Damien Miller
2016-04-09make private key loading functions consistently handle NULLDamien Miller
2016-04-08whitespace at EOLDamien Miller
2016-04-08We accidentally send an empty string and a zero uint32 with everyDamien Miller
2016-04-06don't record duplicate LocalForward and RemoteForward entries;Damien Miller
2016-04-02Another use for fcntl() and thus of the superfluous 3rd parameterKenneth R Westerback
2016-04-01whitespace at EOLDamien Miller
2016-03-31Remove fallback from moduli to "primes" file that was deprecated in 2001Darren Tucker
2016-03-17UseDNS affects ssh hostname processing in authorized_keys, notDamien Miller
2016-03-14unbreak authentication using lone certificate keys in ssh-agent:Damien Miller
2016-03-10sanitise characters destined for xauthDamien Miller