summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
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
2010-12-14don't mention key type in key-changed-warning, since we also printMarkus Friedl
2010-12-09scp.1: grammer fixJason McIntyre
2010-12-08add a new -3 option to scp: Copies between two remote hosts areMarkus Friedl
2010-12-08explain that IPQoS arguments are separated by whitespace; iirc requestedDamien Miller
2010-12-04fix fd leak; spotted and ok dtucker@Damien Miller
2010-12-04add a protocol extension to support a hard link operation. It isDamien Miller
2010-12-03move check for revoked keys to run earlier (in auth_rsa_key_allowed)Damien Miller
2010-12-03check that g^x^q === 1 mod p; recommended by JPAKE author Feng HaoDamien Miller
2010-11-29automatically order the hostkeys requested by the client based onDamien Miller
2010-11-29correctly load comment for encrypted rsa1 keys;Markus Friedl
2010-11-26Pass through ssh command-line flags and options when doing remote-remoteDamien Miller
2010-11-25replace close() loop for fds 3->64 with closefrom();Damien Miller
2010-11-24remove a debug() that pollutes stderr on client connecting to a serverDamien Miller
2010-11-23avoid NULL deref on receiving a channel request on an unknown or invalidDamien Miller
2010-11-23use strict_modes already passed as function argument over referencingDamien Miller