summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshconnect2.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix ssh-keysign fd handling problem introduced in r1.304 caused by a typodjm2019-05-311-2/+2
* When doing the fork+exec'ing for ssh-keysign, rearrange the socketderaadt2019-05-151-7/+9
* fix regression in r1.302 reported by naddy@ - only the first publicdjm2019-02-121-5/+5
* cleanup GSSAPI authentication context after completion of thedjm2019-02-111-67/+88
* merge kexkem[cs] into kexgendjm2019-01-211-9/+9
* use KEM API for vanilla ECDHdjm2019-01-211-2/+2
* use KEM API for vanilla DH KEXdjm2019-01-211-6/+6
* use KEM API for vanilla c25519 KEXdjm2019-01-211-2/+2
* Add support for a PQC KEX/KEM: sntrup4591761x25519-sha512@tinyssh.orgdjm2019-01-211-1/+2
* GSSAPI code got missed when converting to new packet APIdjm2019-01-211-4/+4
* convert the remainder of sshconnect2.c to new packet APIdjm2019-01-191-49/+46
* convert sshconnect2.c to new packet APIdjm2019-01-191-13/+16
* begin landing remaining refactoring of packet parsing API, starteddjm2019-01-191-1/+4
* eliminate function-static attempt counters for passwd/kbdintdjm2019-01-041-8/+10
* move client/server SSH-* banners to buffers under ssh->kex and factordjm2018-12-271-26/+23
* don't truncate user or host name in "user@host's password: " prompts.djm2018-11-281-6/+5
* fix bug in client that was keeping a redundant ssh-agent socket arounddjm2018-11-161-3/+5
* don't send new-style rsa-sha2-*-cert-v01@openssh.com names to olderdjm2018-10-111-2/+3
* second try, deals properly with missing and private-only keys:djm2018-09-141-26/+53
* revert following; deals badly with agent keysdjm2018-09-141-47/+26
* Use consistent format in debug log for keys readied, offered anddjm2018-09-141-26/+47
* revert compat.[ch] section of the following change. It causesdjm2018-08-131-8/+7
* fix some memory leaks spotted by Coverity via Jakub Jelen in bz#2366djm2018-07-311-7/+8
* Remove support for running ssh(1) setuid and fatal if attempted.dtucker2018-07-181-2/+1
* Remove support for loading HostBasedAuthentication keys directly indtucker2018-07-161-7/+3
* treat ssh_packet_write_wait() errors as fatal; ok djm@markus2018-07-111-3/+3
* remove legacy key emulation layer; ok djm@markus2018-07-111-6/+6
* client: switch to sshbuf API; ok djm@markus2018-07-091-212/+277
* Revert previous two commitssf2018-07-091-2/+2
* Remove leftovers from pre-authentication compressionsf2018-07-061-2/+2
* repair PubkeyAcceptedKeyTypes (and friends) after RSA signature work -djm2018-07-041-4/+6
* some finesse to fix RSA-SHA2 certificate authentication for certsdjm2018-07-031-3/+6
* check correct variable; unbreak agent keysdjm2018-07-031-2/+2
* Improve strictness and control over RSA-SHA2 signature types:djm2018-07-031-129/+216
* whitespacedjm2018-06-261-2/+2
* fix bogus warning when signing cert keys using agent; from djm; ok deraadt dtuckermarkus2018-03-241-1/+3
* warn when the agent returns a signature type that was different todjm2018-03-031-7/+34
* ssh_free checks for and handles NULL args, remove NULL checks from remainingdtucker2018-02-071-3/+2
* Drop compatibility hacks for some ancient SSH implementations, includingdjm2018-01-231-45/+10
* Increase the buffer sizes for user prompts to ensure that they won't bedtucker2017-08-271-3/+3
* refuse to a private keys when its corresponding .pub key does notdjm2017-08-111-1/+6
* Add user@host prefix to client's "Permisison denied" messages, useful indtucker2017-06-141-2/+3
* remove now obsolete ctx from ssh_dispatch_run; ok djm@markus2017-05-311-3/+3
* another ctx => ssh conversion (in GSSAPI code)djm2017-05-311-5/+4
* protocol handlers all get struct ssh passed; ok djm@markus2017-05-301-41/+31
* ssh: pass struct ssh to auth functions, too; ok djm@markus2017-05-301-15/+27
* switch from Key typedef with struct sshkey; ok djm@markus2017-05-301-7/+7
* more simplification and removal of SSHv1-related code; ok djm@naddy2017-05-051-2/+2
* remove KEY_RSA1djm2017-04-301-5/+2
* include key fingerprint in "Offering public key" debug messagedjm2017-04-281-3/+12