summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
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
2014-04-22zap eol whitespace;Jason McIntyre
2014-04-22Document sftp upload resume.Loganaden Velvindron
2014-04-22comment out the .if (${KERBEROS5:L} block for now, breaks the buildHenning Brauer
2014-04-22Sort the sftp command list.Loganaden Velvindron
2014-04-21Implement sftp upload resume support.Loganaden Velvindron
2014-04-20Add support for SSHFP DNS records for ED25519 key types.logan
2014-04-20add a canonical 6.6 + curve25519 bignum fix fake version that I canDamien Miller
2014-04-20use get/put_u32 to load values rather than *((UINT32 *)p) that breaks onDamien Miller
2014-04-19delete .xr to hosts.equiv. there's still an unfortunate amount ofTed Unangst
2014-04-19remove some really old rsh referencesTed Unangst
2014-04-19Delete futile calls to RAND_seed. ok djmTed Unangst
2014-04-19missing wildcard; pointed out by naddy@Damien Miller
2014-04-18OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of connectionsDamien Miller
2014-04-16remove the identity files from this manpage - ssh-agent doesn't dealDamien Miller
2014-04-16skip leading zero bytes in buffer_put_bignum2_from_string();Damien Miller
2014-04-12avoid crash at exit: check that pmonitor!=NULL before dereferencing;Damien Miller
2014-04-01demote a debug3 to PACKET_DEBUG; ok markus@Damien Miller
2014-04-01When using VerifyHostKeyDNS with a DNSSEC resolver, down-convert anyDamien Miller
2014-04-01include fingerprint of key not foundDamien Miller
2014-03-31ssh has a target painted on it's back, so use -fstack-protector-allTheo de Raadt
2014-03-31the text for the -K option was inserted in the wrong place in -r1.108;Jason McIntyre
2014-03-28sync available and default algorithms, improve algorithm list formattingChristian Weisgerber
2014-03-27disable weak proposals in sshd, but keep them in ssh; ok djm@Markus Friedl
2014-03-26remove libwrap support. ok deraadt djm mfriedlTed Unangst
2014-03-26The current sharing of myproposal[] between both client and server codeTheo de Raadt
2014-03-26use __bounded(...) attribute recently added to sys/cdefs.h instead ofDamien Miller
2014-03-25trimm default proposals.Markus Friedl
2014-03-19there is no need for rcp anymoreTed Unangst
2014-03-17old descriptions of des and blowfish are old. maybe ok deraadtTed Unangst
2014-03-15Improve usage() and documentation towards the standard form. In particular,Theo de Raadt
2014-03-12scan for Ed25519 keys by default tooChristian Weisgerber
2014-03-12correct test that kdf name is not "none" or "bcrypt"Damien Miller
2014-03-12don't count on things that accept arguments by reference to clearDamien Miller
2014-03-12scan for Ed25519 keys by default tooDamien Miller
2014-03-03ignore enviornment variables with embedded '=' or '\0' characters;Damien Miller
2014-02-28Absolutely do not override base system build features in this file!!Theo de Raadt
2014-02-27openssh-6.6Damien Miller