summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2017-05-31one more void *ctx => struct ssh *ssh conversionDamien Miller
2017-05-31fix possible OOB strlen() in SOCKS4A hostname parsing; ok markus@Damien Miller
2017-05-30tweak previous;Jason McIntyre
2017-05-30Add RemoteCommand option to specify a command in the ssh configAlexander Bluhm
2017-05-30switch auth2 to ssh_dispatch API; ok djm@Markus Friedl
2017-05-30switch auth2-none.c to modern APIs; ok djm@Markus Friedl
2017-05-30switch auth2-passwd.c to modern APIs; ok djm@Markus Friedl
2017-05-30switch auth2-hostbased.c to modern APIs; ok djm@Markus Friedl
2017-05-30protocol handlers all get struct ssh passed; ok djm@Markus Friedl
2017-05-30ssh: pass struct ssh to auth functions, too; ok djm@Markus Friedl
2017-05-30sshd: pass struct ssh to auth functions; ok djm@Markus Friedl
2017-05-30remove unused wrapper functions from key.[ch]; ok djm@Markus Friedl
2017-05-30sshkey_new() might return NULL (pkcs#11 code only); ok djm@Markus Friedl
2017-05-30switch sshconnect.c to modern APIs; ok djm@Markus Friedl
2017-05-30switch auth2-pubkey.c to modern APIs; with & ok djm@Markus Friedl
2017-05-30switch from Key typedef with struct sshkey; ok djm@Markus Friedl
2017-05-30remove ssh1 references; ok djm@Markus Friedl
2017-05-30revise sshkey_load_public(): remove ssh1 related comments, remove extraMarkus Friedl
2017-05-26sshbuf_consume: reset empty buffer; ok djm@Markus Friedl
2017-05-26remove SSH_CHANNEL_XXX_DRAINING (ssh1 only); ok djm@Markus Friedl
2017-05-26remove channel_input_close_confirmation (ssh1 only); ok djm@Markus Friedl
2017-05-26fix references to obsolete v00 cert format; spotted by Jakub JelenDamien Miller
2017-05-20there's no reason to artificially limit the key path here, just checkDamien Miller
2017-05-19Now that we no longer support SSHv1, replace the contents of this fileDamien Miller
2017-05-17allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717Damien Miller
2017-05-16remove duplicate check; spotted by Jakub JelenDamien Miller
2017-05-16mention that Ed25519 keys are valid as CA keys; spotted byDamien Miller
2017-05-08remove hmac-ripemd160; ok dtuckerDamien Miller
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