summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2011-05-08improve our behaviour when TTY allocation fails: if we are inDamien Miller
2011-05-07+.It RequestTTYJason McIntyre
2011-05-07- tweak previousJason McIntyre
2011-05-06fix numbering; from bert.wesarg AT googlemail.comDamien Miller
2011-05-06fix dropping from previous diffDamien Miller
2011-05-06Add a RequestTTY ssh_config option to allow configuration-basedDamien Miller
2011-05-06support negated Host matching, e.g.Damien Miller
2011-05-06add a %L expansion (short-form of the local host name) for ControlPath;Damien Miller
2011-05-06set traffic class for IPv6 traffic as we do for IPv4 TOS;Damien Miller
2011-05-06fix memory leak; bz#1849 ok dtucker@Damien Miller
2011-05-06mention that IPv6 addresses must be enclosed in square brackets;Damien Miller
2011-05-06clarify language about overriding defaults. bz#1892, from Petr CernyDarren Tucker
2011-05-05gracefully fall back when ControlPath is too large for aDamien Miller
2011-05-04allow "ssh-add - < key"; feedback and ok markus@Damien Miller
2011-04-25linting this library is not helping anythingTheo de Raadt
2011-04-18certificate options are supposed to be packed in lexical order of optionDamien Miller
2011-04-18tweak previous;Jason McIntyre
2011-04-17allow graceful shutdown of multiplexing: request that a mux server removesDamien Miller
2011-04-13mention valid -b sizes for ECDSA keys; bz#1862Damien Miller
2011-04-13improve wording; bz#1861Damien Miller
2011-04-12exit with 0 status on SIGTERM; bz#1879Damien Miller
2011-04-12fix -WshadowDamien Miller
2011-03-29print ipqos friendly string for sshd -T; ok markusKevin Steves
2011-03-24use strcasecmp() for "clear" cert permission option also; ok djmKevin Steves
2011-03-24zap trailing whitespace;Jason McIntyre
2011-03-23remove -d, documentation removed >10 years ago; ok markusKevin Steves
2011-03-23-q not used in /etc/rc now so remove statement.Kevin Steves
2011-03-23Add -A option. For each of the key types (rsa1, rsa, dsa and ecdsa)Kevin Steves
2011-03-15use timerclear macroOkan Demirmen
2011-03-10allow GSSAPI authentication to detect when a server-side failure causesDamien Miller
2011-03-10allow GSSAPI authentication to detect when a server-side failure causesDamien Miller
2011-02-16make hostbased auth with ECDSA keys work correctly. Based on patchDamien Miller
2011-02-04openssh-5.8Damien Miller
2011-02-04fix uninitialised nonce variable; reported by Mateusz KocielskiDamien Miller
2011-01-31cut'n'pasto; from bert.wesarg AT googlemail.comDamien Miller
2011-01-22crank to OpenSSH-5.7Damien Miller
2011-01-16a couple more tweaks to the post-close protocol 1 stderr/stdout flush:Damien Miller
2011-01-16reset the SIGPIPE handler when forking to execute child processes;Damien Miller
2011-01-16Use atomicio when flushing protocol 1 std{out,err} buffers atDamien Miller
2011-01-13correct protocol names and add a couple of missing protocol numberDamien Miller
2011-01-13correct error messages; patch from bert.wesarg AT googlemail.comDamien Miller
2011-01-11some unsigned long long casts that make things a bit easier forDamien Miller
2011-01-11fd leak on error paths; from zinovik@Damien Miller
2011-01-08use host and not options.hostname, as the latter may have unescapedDamien Miller
2011-01-06reset SIGCHLD handler to SIG_DFL when execuring LocalCommand;Damien Miller
2011-01-06unbreak %n expansion in LocalCommand; patch from bert.wesarg ATDamien Miller
2011-01-06when exiting due to ServerAliveTimeout, mention the hostname that causedDamien Miller
2011-01-04handle ecdsa-sha2 with various key lengths; hint and ok djm@Otto Moerbeek
2010-12-24don't send the actual forced command in a debug message; ok markus deraadtDamien Miller
2010-12-15fix ControlMaster=ask regressionDamien Miller