summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshconnect.c
AgeCommit message (Expand)Author
2006-05-17fix leak; coverity via Kylene Jo HallMarkus Friedl
2006-04-20simplify; ok djm@Markus Friedl
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-25introduce xcalloc() and xasprintf() failure-checked allocations functionsDamien Miller
2006-03-20be strict with tolower() castingTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2006-02-22move #include <ctype.h> out of includes.h; ok djm@Kevin Steves
2006-02-20move #include <sys/stat.h> out of includes.h; ok markus@Kevin Steves
2006-02-10move #include <sys/wait.h> out of includes.h; ok markus@Kevin Steves
2006-02-08<openssl/bn.h> not neededKevin Steves
2006-02-08move #include <paths.h> out of includes.h; ok markus@Kevin Steves
2005-12-06Add support for tun(4) forwarding over OpenSSH, based on an idea andReyk Floeter
2005-10-30no need to escape single quotes in comments, no binary changeDamien Miller
2005-10-15make external definition static; ok deraadt@Kevin Steves
2005-07-17knf says that a 2nd level indent is four (not three or five) spacesDamien Miller
2005-07-16spacingDamien Miller
2005-06-17Fix ControlPath's %p expanding to "0" for a default port,Damien Miller
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2005-06-06introduce a generic %foo expansion function. replace existing % expansion andDamien Miller
2005-05-24Switch atomicio to use a simpler interface; it now returns a size_tAnil Madhavapeddy
2005-03-10spacingTheo de Raadt
2005-03-02fix addition of new hashed hostnames when CheckHostIP=yes;Damien Miller
2005-03-01add support for hashing host names and addresses added to known_hosts files,Damien Miller
2005-01-05remove dead code, log connect() failures with level error, ok djm@Markus Friedl
2004-06-21make ssh -Wshadow clean, no functional changesAnil Madhavapeddy
2004-05-08kill a tiny header; ok deraadt@Damien Miller
2004-01-25reset nonblocking flag after ConnectTimeout > 0 connect; (bugzilla #785)Damien Miller
2003-12-09rename keepalive to tcpkeepalive; the old name causes too muchMarkus Friedl
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-11-12update SSHFP validation. ok markus@Jakob Schlyter
2003-11-10constify. ok markus@ & djm@Jakob Schlyter
2003-11-03do not free static type pointer in warn_changed_key()Jakob Schlyter
2003-11-03move changed key warning into warn_changed_key(). ok markus@Jakob Schlyter
2003-10-14include SSHFP lookup code (not enabled by default). ok markus@Jakob Schlyter
2003-09-18missing {}; bug #656; jclonguet at free.frMarkus Friedl
2003-06-29memset 0, not \0; andrushock@korovino.netMarkus Friedl
2003-06-28deal with typing of write vs read in atomicioTheo de Raadt
2003-06-11clean up check_host_key() and improve SSHFP feedback. ok markus@Jakob Schlyter
2003-06-04disable challenge/response and keyboard-interactive auth methods upon hostkeyDamien Miller
2003-05-26fix format strings; ok markus@Damien Miller
2003-05-23fix leak; ok markus@Damien Miller
2003-05-15add a ConnectTimeout option to ssh, based on patch fromDamien Miller
2003-05-14add experimental support for verifying hos keys using DNS as describedJakob Schlyter
2003-04-14avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTPMarkus Friedl
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
2002-11-21KNFTheo de Raadt
2002-11-21debug->debug2, unify debug messagesMarkus Friedl
2002-09-19bugzilla.mindrot.org #223 - ProxyCommands don't exit.Damien Miller
2002-09-13remove use of SO_LINGER, it should not be needed. error checkKevin Steves
2002-07-29print file:lineMarkus Friedl