summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2014-07-09fix ssh-add crash while loading more than one keySebastian Benoit
2014-07-09downgrade more error() to debug() to better match what old authfile.cDamien Miller
2014-07-09more useful error message when GLOB_NOSPACE occurs;Damien Miller
2014-07-07mention that ProxyCommand is executed using shell "exec" to avoidDamien Miller
2014-07-05fix remote-forward cancel regression; ok markus@Damien Miller
2014-07-03remove leakmalloc droppingsDamien Miller
2014-07-03Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc isDamien Miller
2014-07-03allow explicit ::1 and 127.0.0.1 forwarding bind addresses whenDamien Miller
2014-07-03when rekeying, skip file/DNS lookup if it is the same as the key sentDamien Miller
2014-07-03Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - thisJoel Sing
2014-07-03make the "Too many authentication failures" message include theDamien Miller
2014-07-03escape %C since groff thinks it part of an Rs/Re block;Jason McIntyre
2014-07-03Add a %C escape sequence for LocalCommand and ControlPath that expandsDamien Miller
2014-07-03document that -g will only work in the multiplexed case if applied toDamien Miller
2014-07-03mention '%%' escape sequence in HostName directives and how it mayDamien Miller
2014-07-03forward-declare struct sshbuf so consumers don't need to include sshbuf.hDamien Miller
2014-07-03When hashing or removing hosts using ssh-keygen, don't choke onDamien Miller
2014-07-03standardise on NI_MAXHOST for gethostname() string lengths; aboutDamien Miller
2014-07-03use EVP_Digest() for one-shot hash instead of creating, updating,Damien Miller
2014-07-03make stdout line-buffered; saves partial output getting lost whenDamien Miller
2014-07-03Only cleanup agent socket in the main agent process and not in anyDamien Miller
2014-07-03make Ed25519 keys' title fit properly in the randomart border; bz#2247Damien Miller
2014-07-02fix ssh protocol 1 on the server that regressed with the sshkey changeDamien Miller
2014-06-30suppress spurious error message when loading key with a passphrase;Damien Miller
2014-06-27fix loading of private keysMarkus Friedl
2014-06-27fix remote fwding with same listen port but different listen addressMarkus Friedl
2014-06-25unblock SIGSEGV before raising itTheo de Raadt
2014-06-24when copying local->remote fails during read, don't send uninitialisedDamien Miller
2014-06-24don't fatal() when hostname canonicalisation fails with aDamien Miller
2014-06-24New key API: refactor key-related functions to be more library-like,Damien Miller
2014-06-24New key API: refactor key-related functions to be more library-like,Damien Miller
2014-06-24fix bug in KRL generation: multiple consecutive revoked certificateDamien Miller
2014-06-18The ssh_get_bignum functions must accept the same range of bignumsChristian Weisgerber
2014-06-18Now that we have a dedicated getentropy(2) system call forMatthew Dempsky
2014-06-13permit SYS_getentropyTheo de Raadt
2014-06-10Group ECC functions together to make things a little easier in -portable.Darren Tucker
2014-06-05fix inverted test that caused PKCS#11 keys that were explicitly listedDamien Miller
2014-05-05Zap extra whitespace.Loganaden Velvindron
2014-05-03unbreak compression, by re-init-ing the compression code in theMarkus Friedl
2014-05-02revert __bounded change; it causes way more problems for portable thanDamien Miller
2014-04-30UMAC can use our local fallback implementation of AES when OpenSSL isn'tChristian Weisgerber
2014-04-30New buffer API; the first installment of the conversion/replacementDamien Miller
2014-04-29Don't attempt to append a nul quote char to the filename. Should preventDarren Tucker
2014-04-29Move nulling of variable next to where it's freed. ok markus@Darren Tucker
2014-04-29make compiling against OpenSSL optional (make OPENSSL=no);Markus Friedl
2014-04-29re-add our own aesctr implementation; ok djm@Markus Friedl
2014-04-29re-add our own aesctr implementation; ok djm@Markus Friedl
2014-04-29bz#1818 - don't send channel success/failre replies on channels thatDamien Miller
2014-04-28buffer_get_string_ptr's return should be const to remindDamien Miller
2014-04-23don't record duplicate IdentityFilesDamien Miller