Age | Commit message (Expand) | Author |
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 |
2006-07-12 | move #include <netdb.h> out of includes.h; ok djm@ | Kevin Steves |
2006-07-11 | move #include <errno.h> out of includes.h; ok markus@ | Kevin Steves |
2006-07-10 | Add port identifier to known_hosts for non-default ports, based originally | Darren Tucker |
2006-07-06 | move #include <pwd.h> out of includes.h; ok markus@ | Kevin Steves |
2006-07-05 | move #include <netinet/in.h> out of includes.h; ok deraadt@ | Kevin Steves |
2006-07-03 | move #include "version.h" out of includes.h; ok markus@ | Kevin Steves |
2006-06-14 | limit the number of pre-banner characters we will accept; ok markus@ | Damien Miller |
2006-06-08 | do not set the gid, noted by solar; ok djm | Markus Friedl |
2006-06-06 | replace remaining setuid() calls with permanently_set_uid() and | Markus Friedl |
2006-05-17 | fix leak; coverity via Kylene Jo Hall | Markus Friedl |
2006-04-20 | simplify; ok djm@ | Markus Friedl |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-25 | introduce xcalloc() and xasprintf() failure-checked allocations functions | Damien Miller |
2006-03-20 | be strict with tolower() casting | Theo de Raadt |
2006-03-19 | RCSID() can die | Theo de Raadt |
2006-02-22 | move #include <ctype.h> out of includes.h; ok djm@ | Kevin Steves |