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