summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.c
AgeCommit message (Expand)Author
2016-05-04allow setting IdentityAgent to SSH_AUTH_SOCK; ok djm@Markus Friedl
2016-05-04IdentityAgent for specifying specific agent sockets; ok djm@Markus Friedl
2016-04-29close ControlPersist background process stderr when not inDamien Miller
2016-03-07refactor canohost.c: move functions that cache results closer to theDamien Miller
2016-02-15Add a function to enable security-related malloc_options. With and okDarren Tucker
2016-01-14remove roaming support; ok djm@Markus Friedl
2016-01-14Disable experimental client-side roaming support. Server side wasTheo de Raadt
2016-01-13eliminate fallback from untrusted X11 forwarding to trustedDamien Miller
2015-12-11don't try to load SSHv1 private key when compiled without SSHv1Damien Miller
2015-12-10Remove NULL-checks before free().mmcc
2015-11-19ban ConnectionAttempts=0, it makes no sense and would causeDamien Miller
2015-10-25Expand tildes in filenames passed to -i before checking whether or not theDarren Tucker
2015-10-16better handle anchored FQDNs (e.g. 'cvs.openbsd.org.') in hostnameDamien Miller
2015-10-15fix some signed/unsigned integer type mismatches in formatDamien Miller
2015-09-24add ssh_config CertificateFile option to explicitly listDamien Miller
2015-09-11sync -Q in usage() to SYNOPSIS; since it's drastically shorter,Jason McIntyre
2015-09-11Update usage to match man page.Darren Tucker
2015-09-11expand %i in ControlPath to UID; bz#2449Damien Miller
2015-09-04Plug minor memory leaks when options are used more than once. bz#2182,Darren Tucker
2015-09-04add a debug2() right before DNS resolution; it's a place whereDamien Miller
2015-07-30Allow ssh_config and sshd_config kex parameters options be prefixedDamien Miller
2015-07-20Sync usage with SYNOPSISTodd C. Miller
2015-05-04Remove pattern length argument from match_pattern_list(),Damien Miller
2015-04-17debug log missing DISPLAY environment when X11 forwardingDamien Miller
2015-03-03Allow "ssh -Q protocol-version" to list supported SSH protocolDamien Miller
2015-02-20UpdateHostKeys fixes:Damien Miller
2015-01-20Reduce use of <sys/param.h> and transition to <limits.h> throughout.Theo de Raadt
2015-01-16when hostname canonicalisation is enabled, try to parse hostnamesDamien Miller
2015-01-14move authfd.c and its tentacles to the new buffer/key API;Damien Miller
2015-01-08reorder hostbased key attempts to better match the defaultDamien Miller
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2014-10-09tweak previous;Jason McIntyre
2014-10-08Tweak config reparsing with host canonicalisationDamien Miller
2014-07-17reflect stdio-forward ("ssh -W host:port ...") failures in exit status.Damien Miller
2014-07-15Add support for Unix domain socket forwarding. A remote TCP portTodd C. Miller
2014-07-03Add a %C escape sequence for LocalCommand and ControlPath that expandsDamien Miller
2014-06-27fix remote fwding with same listen port but different listen addressMarkus Friedl
2014-06-24don't fatal() when hostname canonicalisation fails with aDamien Miller
2014-04-29make compiling against OpenSSL optional (make OPENSSL=no);Markus Friedl
2014-02-26bz#2205: avoid early hostname lookups unless canonicalisation is enabled;Damien Miller
2014-02-23reparse ssh_config and ~/.ssh/config if hostname canonicalisation changesDamien Miller
2014-02-04delay lowercasing of hostname until right before hostnameDamien Miller
2014-01-31replace most bzero with explicit_bzero, except a few that cna be memsetTed Unangst
2013-12-29don't forget to load Ed25519 certs tooDamien Miller
2013-12-06support ed25519 keys (hostkeys and user identities) using the public domainMarkus Friedl
2013-11-26- put -Q in the right placeJason McIntyre
2013-11-25improve -Q usage and such. One usage change is that the option is nowTheo de Raadt
2013-11-21Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"Damien Miller
2013-11-07Output the effective values of Ciphers, MACs and KexAlgorithms whenDarren Tucker
2013-10-25fix crash when using ProxyCommand caused by previous commit - was callingDamien Miller