summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2017-05-08make requesting bad ECDSA bits yield the same error (SSH_ERR_KEY_LENGTH)Damien Miller
2017-05-08helps if I commit the correct version of the file. fix missingDamien Miller
2017-05-08I was too aggressive with the scalpel in the last commit;Damien Miller
2017-05-07Refuse RSA keys <1024 bits in length. Improve reporting for keys thatDamien Miller
2017-05-07Don't offer CBC ciphers by default in the client. ok markus@Damien Miller
2017-05-07As promised in last release announcement: remove support forDamien Miller
2017-05-05more simplification and removal of SSHv1-related code; ok djm@Christian Weisgerber
2017-05-05remove superfluous protocol 2 mentions; ok jmc@Christian Weisgerber
2017-05-04since a couple of people have asked, leave a comment explaining why weDamien Miller
2017-05-04another tentacle: cipher_set_key_string() was only ever used for SSHv1Damien Miller
2017-05-03restore mistakenly deleted description of the ConnectionAttempts optionChristian Weisgerber
2017-05-03remove miscellaneous SSH1 leftovers; ok markus@Christian Weisgerber
2017-05-03more protocol 1 bits removed; ok djmJason McIntyre
2017-05-03more protocol 1 stuff to go; ok djmJason McIntyre
2017-05-02rsa1 is no longer valid;Jason McIntyre
2017-05-02add PubKeyAcceptedKeyTypes to the -o list: scp(1) has it, so i guessJason McIntyre
2017-05-02remove now obsolete protocol1 options from the -o lists;Jason McIntyre
2017-05-02more -O shuffle; ok djmJason McIntyre
2017-05-02remove -1 / -2 options; pointed out by jmc@Damien Miller
2017-05-02remove options -12 from usage();Jason McIntyre
2017-05-02tidy up -O somewhat; ok djmJason McIntyre
2017-05-01when freeing a bitmap, zero all it bytes; spotted by Ilya KalimanDamien Miller
2017-05-01this one I did forget to "cvs rm"Damien Miller
2017-05-01don't know why cvs didn't exterminate these the first time around,Damien Miller
2017-05-01remove unused variableDamien Miller
2017-05-01fixup setting ciphercontext->plaintext (lost in SSHv1 purge), thoughDamien Miller
2017-04-30flense SSHv1 support from ssh-agent, considerably simplifying itDamien Miller
2017-04-30obliterate ssh1.h and some dead code that used itDamien Miller
2017-04-30exterminate the -1 flag from scpDamien Miller
2017-04-30purge the last traces of SSHv1 from the TTY modes handling codeDamien Miller
2017-04-30remove the (in)famous SSHv1 CRC compensation attack detector.Damien Miller
2017-04-30undo some local debugging stuff that I committed by accidentDamien Miller
2017-04-30remove SSHv1 support from packet and buffer APIsDamien Miller
2017-04-30remove SSHv1-related buffers from client codeDamien Miller
2017-04-30remove KEY_RSA1Damien Miller
2017-04-30remove SSHv1 configuration options and man pages bitsDamien Miller
2017-04-30remove SSH1 make flag and associated filesDamien Miller
2017-04-30remove SSHv1 ciphers; ok markus@Damien Miller
2017-04-30remove compat20/compat13/compat15 variablesDamien Miller
2017-04-30remove options.protocol and client Protocol configuration knobDamien Miller
2017-04-30unifdef WITH_SSH1Damien Miller
2017-04-29tweak previous;Jason McIntyre
2017-04-29allow ssh-keygen to include arbitrary string or flag certificateDamien Miller
2017-04-28sort;Jason McIntyre
2017-04-28include key fingerprint in "Offering public key" debug messageDamien Miller
2017-04-28Avoid relying on implementation-specific behavior when detectingTodd C. Miller
2017-04-28Add SyslogFacility option to ssh(1) matching the equivalent option inDarren Tucker
2017-04-27remove a static array unused since rev 1.306 spotted by clangJonathan Gray
2017-04-27Avoid potential signed int overflow when parsing the file size.Todd C. Miller
2017-04-17Recognize nl_langinfo(CODESET) return values "646" and "" as aliasesIngo Schwarze