Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-21 | make ssh -Wshadow clean, no functional changes | Anil Madhavapeddy | |
markus@ ok | |||
2004-05-08 | kill a tiny header; ok deraadt@ | Damien Miller | |
2004-01-25 | reset nonblocking flag after ConnectTimeout > 0 connect; (bugzilla #785) | Damien Miller | |
from jclonguet AT free.fr; ok millert@ | |||
2003-12-09 | rename keepalive to tcpkeepalive; the old name causes too much | Markus Friedl | |
confusion; ok djm, dtucker; with help from jmc@ | |||
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller | |
2003-11-12 | update SSHFP validation. ok markus@ | Jakob Schlyter | |
2003-11-10 | constify. ok markus@ & djm@ | Jakob Schlyter | |
2003-11-03 | do not free static type pointer in warn_changed_key() | Jakob Schlyter | |
2003-11-03 | move changed key warning into warn_changed_key(). ok markus@ | Jakob Schlyter | |
2003-10-14 | include SSHFP lookup code (not enabled by default). ok markus@ | Jakob Schlyter | |
2003-09-18 | missing {}; bug #656; jclonguet at free.fr | Markus Friedl | |
2003-06-29 | memset 0, not \0; andrushock@korovino.net | Markus Friedl | |
2003-06-28 | deal with typing of write vs read in atomicio | Theo de Raadt | |
2003-06-11 | clean up check_host_key() and improve SSHFP feedback. ok markus@ | Jakob Schlyter | |
2003-06-04 | disable challenge/response and keyboard-interactive auth methods upon hostkey | Damien Miller | |
mismatch. based on patch from fcusack AT fcusack.com. bz #580; ok markus@ | |||
2003-05-26 | fix format strings; ok markus@ | Damien Miller | |
2003-05-23 | fix leak; ok markus@ | Damien Miller | |
2003-05-15 | add a ConnectTimeout option to ssh, based on patch from | Damien Miller | |
Jean-Charles Longuet (jclonguet at free.fr); portable #207 ok markus@ | |||
2003-05-14 | add experimental support for verifying hos keys using DNS as described | Jakob Schlyter | |
in draft-ietf-secsh-dns-xx.txt. more information in README.dns. ok markus@ and henning@ | |||
2003-04-14 | avoid hardcoded SOCK_xx; with itojun@; should allow ssh over SCTP | Markus Friedl | |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino | |
2002-11-21 | KNF | Theo de Raadt | |
2002-11-21 | debug->debug2, unify debug messages | Markus Friedl | |
2002-09-19 | bugzilla.mindrot.org #223 - ProxyCommands don't exit. | Damien Miller | |
Patch from dtucker@zip.com.au; ok markus@ | |||
2002-09-13 | remove use of SO_LINGER, it should not be needed. error check | Kevin Steves | |
SO_REUSEADDR. fixup comments. ok markus@ | |||
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 | |
see discussion at http://marc.theaimsgroup.com/?t=101069210100016&r=1&w=4 the ssharp mitm tool attacks users in a similar way, so i'd like to pointed out again: A MITM attack is always possible if the ssh client prints: The authenticity of host 'bla' can't be established. (protocol version 2 with pubkey authentication allows you to detect MITM attacks) | |||
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 | |
run less code with euid==0 if ssh is installed setuid root just switch the euid, don't switch the complete set of groups (this is only needed by sshd). ok provos@ | |||
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 ↵ | Markus Friedl | |
authentication in protocol v2 (needs to access the hostkeys). | |||
2002-01-21 | use read_passphrase+ECHO in confirm(), allows use of ssh-askpass | Markus Friedl | |
for hostkey confirm. | |||
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 | |
now check for localhost, too. | |||
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 | |
TODO; cleanup headers |