summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshconnect.c
AgeCommit message (Expand)Author
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
2002-07-24print out all known keys for a host if we get a unknown host key,Markus Friedl
2002-07-12print connect failure during debugging mode.Jun-ichiro itojun Hagino
2002-07-10bark if all connection attempt fails.Jun-ichiro itojun Hagino
2002-07-09ed static function (less warnings)Jun-ichiro itojun Hagino
2002-07-09silently try next address on connect(2). markus okJun-ichiro itojun Hagino
2002-06-27more checks for NULL pointers; from grendel@zeitbombe.org; ok deraadt@Markus Friedl
2002-06-23various KNF and %d for unsignedTheo de Raadt
2002-06-19KNF done automatically while reading....Theo de Raadt
2002-06-11no longer use uidswap.[ch] from the ssh clientMarkus Friedl
2002-06-09pass salen to sockaddr_ntop so that we are happy on linux/solarisJun-ichiro itojun Hagino
2002-06-09abort() - > fatal()Markus Friedl
2002-06-08always use getnameinfo. (diag message only)Jun-ichiro itojun Hagino
2002-05-23add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic...Markus Friedl
2002-01-21use read_passphrase+ECHO in confirm(), allows use of ssh-askpassMarkus Friedl
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-12-06shutdown(sock, SHUT_RDWR) not needed here; ok markus@Kevin Steves
2001-12-05minor KNFTheo de Raadt
2001-10-08some more IPv4or6 cleanupMarkus Friedl
2001-10-08use correct family for -b optionMarkus Friedl
2001-10-06unify hostkey check error messages, simplify prompt.Markus Friedl
2001-10-06remove unused argumentMarkus Friedl
2001-10-01add NoHostAuthenticationForLocalhost; note that the hostkey isMarkus Friedl
2001-07-25cleanup connect(); connection_attempts 4 -> 1; from eivind@freebsd.orgMarkus Friedl
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-06-23get rid of known_hosts2, use it for hostkey lookup, but do not modify.Markus Friedl
2001-06-07use xxx_put_cstring()Markus Friedl
2001-05-28remove some lines, simplify.Markus Friedl
2001-04-30implement 'ssh -b bind_address' like 'telnet -b'Markus Friedl
2001-04-12implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)Markus Friedl
2001-04-06do gid/groups-swap in addition to uid-swap, should help if /home/groupMarkus Friedl
2001-04-05fix whitespace: unexpand + trailing spaces.Markus Friedl
2001-03-26simpler key load/save interface, see authfile.hMarkus Friedl
2001-03-12remove old key_fingerprint interface, s/_ex//Markus Friedl
2001-03-10all known netscreen ssh versions, and older versions of OSU ssh cannotTheo de Raadt
2001-03-04log functions should not be passed strings that end in newline as theyTodd C. Miller
2001-02-15genericize password padding function for SSH1 and SSH2.Markus Friedl
2001-02-08don't connect if batch_mode is true and stricthostkeychecking set to 'ask'Markus Friedl
2001-02-08sync with netbsd tree changes.Jun-ichiro itojun Hagino
2001-02-08%.30s is too short for IPv6 numeric address. use %.128s for now. markus okJun-ichiro itojun Hagino
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-01-30Make warning message a little more consistent. ok markus@Damien Miller
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-13split out keepalive from packet_interactive (from dale@accentre.com)Markus Friedl
2001-01-04consistent use of _PATH_BSHELL; from stevesk@pobox.comMarkus Friedl
2001-01-02strict_host_key_checking for host_status != HOST_CHANGED && ip_status == HOST...Markus Friedl
2000-12-28fingerprint for MITM attacks, tooMarkus Friedl
2000-12-27new option: HostKeyAlias: allows the user to record the host keyMarkus Friedl