| Commit message (Expand) | Author | Age | Files | Lines |
* | oops, %r => remote username, not %u |  djm | 2010-04-16 | 1 | -2/+2 |
* | revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the |  djm | 2010-04-16 | 1 | -4/+4 |
* | expand %r => remote username in ssh_config:ProxyCommand; |  djm | 2010-04-14 | 1 | -3/+3 |
* | fix terminology: we didn't find a certificate in known_hosts, we found |  djm | 2010-04-10 | 1 | -2/+2 |
* | Add a TrustedUserCAKeys option to sshd_config to specify CA keys that |  djm | 2010-03-04 | 1 | -2/+22 |
* | Add support for certificate key types for users and hosts. |  djm | 2010-02-26 | 1 | -13/+65 |
* | Fix a couple of typos/mispellings in comments |  dtucker | 2010-01-13 | 1 | -2/+2 |
* | Remove RoutingDomain from ssh since it's now not needed. It can be replaced |  dtucker | 2010-01-09 | 1 | -3/+2 |
* | Set close-on-exec on various descriptors so they don't get leaked to |  dtucker | 2009-11-10 | 1 | -2/+6 |
* | Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan. |  reyk | 2009-10-28 | 1 | -2/+3 |
* | Keep track of number of bytes read and written. Needed for upcoming |  andreas | 2009-05-28 | 1 | -3/+5 |
* | Un-static ssh_exchange_identification(), part of a larger change from |  andreas | 2009-05-27 | 1 | -2/+2 |
* | use #define ROQUIET here; no binary change. ok dtucker@ |  stevesk | 2008-10-14 | 1 | -3/+3 |
* | Send CR LF during protocol banner exchanges, but only for Protocol 2 only, |  dtucker | 2008-07-01 | 1 | -3/+3 |
* | Check ExitOnForwardFailure if forwardings are disabled due to a failed |  dtucker | 2008-07-01 | 1 | -2/+13 |
* | Move SSH Fingerprint Visualization away from sharing the config option |  grunk | 2008-06-26 | 1 | -11/+7 |
* | tweak wording in message, ok deraadt@ jmc@ |  ian | 2008-06-12 | 1 | -2/+2 |
* | Make keepalive timeouts apply while waiting for a packet, particularly during |  dtucker | 2008-06-12 | 1 | -18/+5 |
* | Make ssh print the random art also when ssh'ing to a host using IP only. |  grunk | 2008-06-12 | 1 | -2/+10 |
* | Do not pass "0" strings as ports to getaddrinfo because the lookups |  dtucker | 2008-06-12 | 1 | -2/+2 |
* | Introduce SSH Fingerprint ASCII Visualization, a technique inspired by the |  grunk | 2008-06-11 | 1 | -7/+19 |
* | Add a small helper function to consistently handle the EAI_SYSTEM error |  dtucker | 2007-12-27 | 1 | -4/+4 |
* | make ssh(1)'s ConnectTimeout option apply to both the TCP connection and |  djm | 2007-09-04 | 1 | -21/+84 |
* | Execute ProxyCommands with $SHELL rather than /bin/sh unconditionally |  djm | 2007-08-23 | 1 | -3/+6 |
* | sleep before retrying (not after) since sleep changes errno; fixes |  markus | 2006-10-10 | 1 | -6/+5 |
* | almost entirely get rid of the culture of ".h files that include .h files" |  deraadt | 2006-08-03 | 1 | -4/+3 |
* | move #include <stdio.h> out of includes.h |  stevesk | 2006-08-01 | 1 | -1/+2 |
* | Allow fallback to known_hosts entries without port qualifiers for |  dtucker | 2006-08-01 | 1 | -9/+25 |
* | move #include <stdlib.h> out of includes.h |  stevesk | 2006-07-26 | 1 | -1/+2 |
* | move #include <sys/time.h> out of includes.h |  stevesk | 2006-07-25 | 1 | -1/+2 |
* | disable tunnel forwarding when no strict host key checking |  stevesk | 2006-07-24 | 1 | -2/+7 |
* | move #include <string.h> out of includes.h |  stevesk | 2006-07-22 | 1 | -1/+2 |
* | move #include <unistd.h> out of includes.h |  stevesk | 2006-07-17 | 1 | -1/+2 |
* | move #include <netdb.h> out of includes.h; ok djm@ |  stevesk | 2006-07-12 | 1 | -1/+2 |
* | move #include <errno.h> out of includes.h; ok markus@ |  stevesk | 2006-07-11 | 1 | -1/+2 |
* | Add port identifier to known_hosts for non-default ports, based originally |  dtucker | 2006-07-10 | 1 | -10/+15 |
* | move #include <pwd.h> out of includes.h; ok markus@ |  stevesk | 2006-07-06 | 1 | -1/+2 |
* | move #include <netinet/in.h> out of includes.h; ok deraadt@ |  stevesk | 2006-07-05 | 1 | -1/+4 |
* | move #include "version.h" out of includes.h; ok markus@ |  stevesk | 2006-07-03 | 1 | -1/+2 |
* | limit the number of pre-banner characters we will accept; ok markus@ |  djm | 2006-06-14 | 1 | -3/+5 |
* | do not set the gid, noted by solar; ok djm |  markus | 2006-06-08 | 1 | -2/+2 |
* | replace remaining setuid() calls with permanently_set_uid() and |  markus | 2006-06-06 | 1 | -3/+2 |
* | fix leak; coverity via Kylene Jo Hall |  markus | 2006-05-17 | 1 | -1/+2 |
* | simplify; ok djm@ |  markus | 2006-04-20 | 1 | -20/+9 |
* | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that |  djm | 2006-03-25 | 1 | -0/+1 |
* | introduce xcalloc() and xasprintf() failure-checked allocations functions |  djm | 2006-03-25 | 1 | -12/+5 |
* | be strict with tolower() casting |  deraadt | 2006-03-20 | 1 | -1/+1 |
* | RCSID() can die |  deraadt | 2006-03-19 | 1 | -1/+0 |
* | move #include <ctype.h> out of includes.h; ok djm@ |  stevesk | 2006-02-22 | 1 | -1/+2 |
* | move #include <sys/stat.h> out of includes.h; ok markus@ |  stevesk | 2006-02-20 | 1 | -1/+2 |