summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshconnect.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* oops, %r => remote username, not %udjm2010-04-161-2/+2
* revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with thedjm2010-04-161-4/+4
* expand %r => remote username in ssh_config:ProxyCommand;djm2010-04-141-3/+3
* fix terminology: we didn't find a certificate in known_hosts, we founddjm2010-04-101-2/+2
* Add a TrustedUserCAKeys option to sshd_config to specify CA keys thatdjm2010-03-041-2/+22
* Add support for certificate key types for users and hosts.djm2010-02-261-13/+65
* Fix a couple of typos/mispellings in commentsdtucker2010-01-131-2/+2
* Remove RoutingDomain from ssh since it's now not needed. It can be replaceddtucker2010-01-091-3/+2
* Set close-on-exec on various descriptors so they don't get leaked todtucker2009-11-101-2/+6
* Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.reyk2009-10-281-2/+3
* Keep track of number of bytes read and written. Needed for upcomingandreas2009-05-281-3/+5
* Un-static ssh_exchange_identification(), part of a larger change fromandreas2009-05-271-2/+2
* use #define ROQUIET here; no binary change. ok dtucker@stevesk2008-10-141-3/+3
* Send CR LF during protocol banner exchanges, but only for Protocol 2 only,dtucker2008-07-011-3/+3
* Check ExitOnForwardFailure if forwardings are disabled due to a faileddtucker2008-07-011-2/+13
* Move SSH Fingerprint Visualization away from sharing the config optiongrunk2008-06-261-11/+7
* tweak wording in message, ok deraadt@ jmc@ian2008-06-121-2/+2
* Make keepalive timeouts apply while waiting for a packet, particularly duringdtucker2008-06-121-18/+5
* Make ssh print the random art also when ssh'ing to a host using IP only.grunk2008-06-121-2/+10
* Do not pass "0" strings as ports to getaddrinfo because the lookupsdtucker2008-06-121-2/+2
* Introduce SSH Fingerprint ASCII Visualization, a technique inspired by thegrunk2008-06-111-7/+19
* Add a small helper function to consistently handle the EAI_SYSTEM errordtucker2007-12-271-4/+4
* make ssh(1)'s ConnectTimeout option apply to both the TCP connection anddjm2007-09-041-21/+84
* Execute ProxyCommands with $SHELL rather than /bin/sh unconditionallydjm2007-08-231-3/+6
* sleep before retrying (not after) since sleep changes errno; fixesmarkus2006-10-101-6/+5
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-4/+3
* move #include <stdio.h> out of includes.hstevesk2006-08-011-1/+2
* Allow fallback to known_hosts entries without port qualifiers fordtucker2006-08-011-9/+25
* move #include <stdlib.h> out of includes.hstevesk2006-07-261-1/+2
* move #include <sys/time.h> out of includes.hstevesk2006-07-251-1/+2
* disable tunnel forwarding when no strict host key checkingstevesk2006-07-241-2/+7
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+2
* move #include <unistd.h> out of includes.hstevesk2006-07-171-1/+2
* move #include <netdb.h> out of includes.h; ok djm@stevesk2006-07-121-1/+2
* move #include <errno.h> out of includes.h; ok markus@stevesk2006-07-111-1/+2
* Add port identifier to known_hosts for non-default ports, based originallydtucker2006-07-101-10/+15
* move #include <pwd.h> out of includes.h; ok markus@stevesk2006-07-061-1/+2
* move #include <netinet/in.h> out of includes.h; ok deraadt@stevesk2006-07-051-1/+4
* move #include "version.h" out of includes.h; ok markus@stevesk2006-07-031-1/+2
* limit the number of pre-banner characters we will accept; ok markus@djm2006-06-141-3/+5
* do not set the gid, noted by solar; ok djmmarkus2006-06-081-2/+2
* replace remaining setuid() calls with permanently_set_uid() andmarkus2006-06-061-3/+2
* fix leak; coverity via Kylene Jo Hallmarkus2006-05-171-1/+2
* simplify; ok djm@markus2006-04-201-20/+9
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* introduce xcalloc() and xasprintf() failure-checked allocations functionsdjm2006-03-251-12/+5
* be strict with tolower() castingderaadt2006-03-201-1/+1
* RCSID() can diederaadt2006-03-191-1/+0
* move #include <ctype.h> out of includes.h; ok djm@stevesk2006-02-221-1/+2
* move #include <sys/stat.h> out of includes.h; ok markus@stevesk2006-02-201-1/+2