summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
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
2010-11-21Refactor internals of private key loading and saving to work on memoryDamien Miller
2010-11-21honour $TMPDIR for client xauth and ssh-agent temporary directories;Damien Miller
2010-11-20clean up cases of ;;Theo de Raadt
2010-11-18add IPQoS to the various -o lists, and zap some trailing whitespace;Jason McIntyre
2010-11-15libary -> library;Jason McIntyre
2010-11-13allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead ofDamien Miller
2010-11-10use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED.Damien Miller
2010-11-05whitespace KNFDamien Miller
2010-11-04umask should be parsed as octal. reported by candland AT xmission.com;Damien Miller
2010-10-28knock out some "-*- nroff -*-" lines;Jason McIntyre
2010-10-28fix a possible NULL deref on loading a corrupt ECDH keyDamien Miller
2010-10-23escape '[' in filename tab-completion; fix a type while there.Stuart Henderson
2010-10-13The heimdal code switched to using DES from libcrypto when 0.7.2Jonathan Gray
2010-10-12Typo in confirmation message. bz#1827, patch from imorgan at nas nasa govDarren Tucker