summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2007-05-22zap double include; from p_nowaczyk AT o2.plDamien Miller
2007-05-17djm owes me a vb and a tism cd for breaking ssh compilationJolan Luff
2007-05-17pass received SIGINT from monitor to postauth child so it can cleanDamien Miller
2007-05-17fall back to gethostname() when the outgoing connection is notDamien Miller
2007-05-17bz#1286 stop reading and processing commands when input or output bufferDamien Miller
2007-05-17save and restore errno when logging; ok deraadt@Damien Miller
2007-04-23Remove debug() left over from development. ok deraadt@Darren Tucker
2007-04-18cast "%llu" format spec to (unsigned long long); do not assume aKevin Steves
2007-04-14remove unused macro; from Dmitry V. Levin <ldv@altlinux.org>Kevin Steves
2007-03-20- let synopsis and description agree for -fJason McIntyre
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-19Remove the signal handler that checks if the agent's parent processDarren Tucker
2007-03-19Disable the legacy SSH protocol 1 for new installations viaDamien Miller
2007-03-09Move C/R -> kbdint special case to after the defaults have beenDarren Tucker
2007-03-06openssh-4.6; "please" deraadt@Damien Miller
2007-03-01sort the `match' keywords;Jason McIntyre
2007-03-01Remove ChallengeResponseAuthentication support inside a MatchDarren Tucker
2007-02-28Remove expired keys periodically so they don't remain in memory whenDarren Tucker
2007-02-24- strlen returns size_t, not int.Ray Lai
2007-02-22Check activep so Match and GatewayPorts work together; ok markus@Darren Tucker
2007-02-21Clear alarm() before restarting sshd on SIGHUP. Without this, if there'sDarren Tucker
2007-02-20set maximum packet and window sizes the same for multiplexed clientsDamien Miller
2007-02-19Teach Match how handle config directives that are used before authentication.Darren Tucker
2007-02-14typos in comments; ok jmc@Kevin Steves
2007-01-22fix detection of whether we should show progress meter or not: scpDamien Miller
2007-01-22return error from do_upload() when a write fails. fixes bz#1252: zeroDamien Miller
2007-01-21spacesKevin Steves
2007-01-21spacesKevin Steves
2007-01-17Honour activep for times (eg ServerAliveInterval) while parsingDarren Tucker
2007-01-12more secsh -> rfc 4716 updates;Jason McIntyre
2007-01-10do not use a list for SYNOPSIS;Jason McIntyre
2007-01-03spacesKevin Steves
2007-01-03ARGSUSED for lintKevin Steves
2007-01-03spacesKevin Steves
2007-01-03remove small dead code; arnaud.lacombe.1@ulaval.ca via Coverity scanKevin Steves
2007-01-02do not use lists for SYNOPSIS;Jason McIntyre
2006-12-14Make "PermitOpen all" first-match within a block to match the way otherDarren Tucker
2006-12-13Make PermitOpen work with multiple values like the man pages says. bz #1267Darren Tucker
2006-12-12bz #1019: some ssh.com versions apparently can't cope with the remote portDamien Miller
2006-12-11add rfc 4716 (public key format); ok jmcMarkus Friedl
2006-11-23Don't access buf[strlen(buf) - 1] for zero-length strings.Ray Lai
2006-11-14use argc and argv not some made up short formTheo de Raadt
2006-11-07BN_hex2bn returns int; from dtucker@Markus Friedl
2006-11-07correctly check for bad signatures in the monitor, otherwise the monitor andMarkus Friedl
2006-11-06add missing checks for openssl return codes; with & ok djm@Markus Friedl
2006-10-31check DH_compute_key() for -1 even if it should not happen because ofMarkus Friedl
2006-10-28correct/expand example of usage of -w; ok jmc@ stevesk@Otto Moerbeek
2006-10-22cancel progress meter when upload write fails; ok deraadt@Damien Miller
2006-10-11exit instead of doing a blocking tcp send if we detect a client/server timeout,Markus Friedl
2006-10-10sleep before retrying (not after) since sleep changes errno; fixesMarkus Friedl