Age | Commit message (Expand) | Author |
2013-10-16 | Implement client-side hostname canonicalisation to allow an explicit | Damien Miller |
2013-09-19 | bz#1211: make BindAddress work with UsePrivilegedPort=yes; patch from | Damien Miller |
2013-08-20 | Add a ssh_config ProxyUseFDPass option that supports the use of | Damien Miller |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2013-02-22 | support ProxyCommand=- (stdin/out already point to the proxy); ok djm@ | Markus Friedl |
2012-09-14 | remove unused variable | Markus Friedl |
2012-08-17 | Send client banner immediately, rather than waiting for the server to | Damien Miller |
2011-05-24 | Remove undocumented legacy options UserKnownHostsFile2 and | Damien Miller |
2011-05-23 | remove extra newline | Damien Miller |
2011-01-16 | reset the SIGPIPE handler when forking to execute child processes; | Damien Miller |
2011-01-06 | reset SIGCHLD handler to SIG_DFL when execuring LocalCommand; | Damien Miller |
2010-12-14 | don't mention key type in key-changed-warning, since we also print | Markus Friedl |
2010-11-29 | automatically order the hostkeys requested by the client based on | Damien Miller |
2010-10-06 | swapped args to kill(2) | Damien Miller |
2010-10-06 | kill proxy command on fatal() (we already kill it on clean exit); | Damien Miller |
2010-10-05 | use default shell /bin/sh if $SHELL is ""; ok markus@ | Damien Miller |
2010-08-31 | Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and | Damien Miller |
2010-04-16 | oops, %r => remote username, not %u | Damien Miller |
2010-04-16 | revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the | Damien Miller |
2010-04-14 | expand %r => remote username in ssh_config:ProxyCommand; | Damien Miller |
2010-04-10 | fix terminology: we didn't find a certificate in known_hosts, we found | Damien Miller |
2010-03-04 | Add a TrustedUserCAKeys option to sshd_config to specify CA keys that | Damien Miller |
2010-02-26 | Add support for certificate key types for users and hosts. | Damien Miller |
2010-01-13 | Fix a couple of typos/mispellings in comments | Darren Tucker |
2010-01-09 | Remove RoutingDomain from ssh since it's now not needed. It can be replaced | Darren Tucker |
2009-11-10 | Set close-on-exec on various descriptors so they don't get leaked to | Darren Tucker |
2009-10-28 | Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan. | Reyk Floeter |
2009-05-28 | Keep track of number of bytes read and written. Needed for upcoming | Andreas Gunnarsson |
2009-05-27 | Un-static ssh_exchange_identification(), part of a larger change from | Andreas Gunnarsson |
2008-10-14 | use #define ROQUIET here; no binary change. ok dtucker@ | Kevin Steves |
2008-07-01 | Send CR LF during protocol banner exchanges, but only for Protocol 2 only, | Darren Tucker |
2008-07-01 | Check ExitOnForwardFailure if forwardings are disabled due to a failed | Darren Tucker |
2008-06-26 | Move SSH Fingerprint Visualization away from sharing the config option | Alexander von Gernler |
2008-06-12 | tweak wording in message, ok deraadt@ jmc@ | Ian Darwin |
2008-06-12 | Make keepalive timeouts apply while waiting for a packet, particularly during | Darren Tucker |
2008-06-12 | Make ssh print the random art also when ssh'ing to a host using IP only. | Alexander von Gernler |
2008-06-12 | Do not pass "0" strings as ports to getaddrinfo because the lookups | Darren Tucker |
2008-06-11 | Introduce SSH Fingerprint ASCII Visualization, a technique inspired by the | Alexander von Gernler |
2007-12-27 | Add a small helper function to consistently handle the EAI_SYSTEM error | Darren Tucker |
2007-09-04 | make ssh(1)'s ConnectTimeout option apply to both the TCP connection and | Damien Miller |
2007-08-23 | Execute ProxyCommands with $SHELL rather than /bin/sh unconditionally | Damien Miller |
2006-10-10 | sleep before retrying (not after) since sleep changes errno; fixes | Markus Friedl |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-08-01 | move #include <stdio.h> out of includes.h | Kevin Steves |
2006-08-01 | Allow fallback to known_hosts entries without port qualifiers for | Darren Tucker |
2006-07-26 | move #include <stdlib.h> out of includes.h | Kevin Steves |
2006-07-25 | move #include <sys/time.h> out of includes.h | Kevin Steves |
2006-07-24 | disable tunnel forwarding when no strict host key checking | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-07-17 | move #include <unistd.h> out of includes.h | Kevin Steves |