summaryrefslogtreecommitdiff
path: root/sshconnect2.c
Commit message (Expand)AuthorAgeFilesLines
* upstream: note successful authentication method in final "Authenticateddjm@openbsd.org2021-07-231-3/+11
* Sync remaining ChallengeResponse removal.Darren Tucker2021-07-031-3/+1
* upstream: fix debug message when finding a private key to match adjm@openbsd.org2021-06-071-3/+3
* upstream: Client-side workaround for a bug in OpenSSH 7.4: this releasedjm@openbsd.org2021-06-061-2/+11
* upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org2021-04-031-3/+3
* upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_tdjm@openbsd.org2021-01-271-15/+9
* upstream: remove global variable used to stash compat flags and use thedjm@openbsd.org2021-01-271-14/+14
* upstream: Rename HostbasedKeyTypes (ssh) anddtucker@openbsd.org2021-01-261-3/+3
* upstream: make ssh hostbased authentication send the signaturedjm@openbsd.org2021-01-251-3/+3
* upstream: Rename PubkeyAcceptedKeyTypes keyword todtucker@openbsd.org2021-01-221-11/+11
* upstream: If a signature operation on a FIDO key fails with adjm@openbsd.org2021-01-081-3/+12
* upstream: Update/replace the experimental post-quantim hybrid keydjm@openbsd.org2020-12-291-2/+2
* upstream: add a ssh_config KnownHostsCommand that allows the clientdjm@openbsd.org2020-12-221-2/+7
* upstream: plumb ssh_conn_info through to sshconnect.c; feedback/okdjm@openbsd.org2020-12-211-7/+12
* upstream: load_hostkeys()/hostkeys_foreach() variants for FILE*djm@openbsd.org2020-12-211-5/+6
* upstream: scrub keyboard-interactive authentication prompts comingdjm@openbsd.org2020-11-131-3/+5
* upstream: prefix keyboard interactive prompts with (user@host) todjm@openbsd.org2020-11-131-7/+12
* upstream: when requesting a security key touch on stderr, inform thedjm@openbsd.org2020-11-091-2/+2
* upstream: print reason in fatal error message whendjm@openbsd.org2020-11-041-4/+4
* upstream: whitespace; no code changedjm@openbsd.org2020-10-291-3/+3
* upstream: use the new variant log macros instead of prependingdjm@openbsd.org2020-10-181-117/+101
* upstream: use do_log2 instead of function pointers to different logdjm@openbsd.org2020-10-171-3/+4
* upstream: revert kex->flags cert hostkey downgrade back to a plaindjm@openbsd.org2020-10-071-7/+2
* upstream: when ordering host key algorithms in the client, considerdjm@openbsd.org2020-10-071-3/+5
* upstream: record when the host key checking code downgrades adjm@openbsd.org2020-10-031-2/+7
* upstream: tweak the client hostkey preference ordering algorithm todjm@openbsd.org2020-09-181-3/+38
* upstream: support for user-verified FIDO keysdjm@openbsd.org2020-08-271-13/+24
* upstream: Replace TAILQ concatenation loops with TAILQ_CONCATbket@openbsd.org2020-07-031-9/+3
* upstream: wrap long linedjm@openbsd.org2020-06-051-2/+3
* upstream: when ordering the hostkey algorithms to request from adjm@openbsd.org2020-05-271-4/+16
* upstream: fix reversed test that caused IdentitiesOnly=yes to notdjm@openbsd.org2020-04-171-2/+2
* upstream: When using HostkeyAlgorithms to merely append or removedjm@openbsd.org2020-02-071-15/+26
* upstream: Replace "security key" with "authenticator" in programnaddy@openbsd.org2020-02-071-6/+7
* upstream: Make zlib optional. This adds a "ZLIB" build time optiondtucker@openbsd.org2020-01-231-3/+3
* upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org2020-01-231-4/+4
* upstream: Remove unsupported algorithms from list of defaults at rundtucker@openbsd.org2020-01-231-4/+4
* upstream: a little more verbosity in sign_and_send_pubkey() debugdjm@openbsd.org2020-01-211-3/+5
* upstream: close the "touch your security key" notifier on the errordjm@openbsd.org2019-11-151-2/+2
* upstream: stdarg.h required more broadly; ok djmderaadt@openbsd.org2019-11-151-2/+2
* upstream: security keys typically need to be tapped/touched indjm@openbsd.org2019-11-131-1/+16
* upstream: enable ed25519 support; ok djmmarkus@openbsd.org2019-11-131-8/+5
* upstream: Refactor signing - use sshkey_sign for everything,djm@openbsd.org2019-11-011-14/+3
* upstream: ssh client support for U2F/FIDO keysdjm@openbsd.org2019-11-011-25/+86
* upstream: Remove now-redundant perm_ok arg sincedtucker@openbsd.org2019-08-081-3/+3
* upstream: Remove some set but never used variables. ok daraadt@dtucker@openbsd.org2019-07-081-5/+4
* upstream: When system calls indicate an error they return -1, notderaadt@openbsd.org2019-07-051-10/+10
* upstream: fix ssh-keysign fd handling problem introduced in r1.304djm@openbsd.org2019-06-081-2/+2
* upstream: When doing the fork+exec'ing for ssh-keysign, rearrangederaadt@openbsd.org2019-05-171-7/+9
* upstream: fix regression in r1.302 reported by naddy@ - only the firstdjm@openbsd.org2019-02-131-5/+5
* upstream: cleanup GSSAPI authentication context after completion of thedjm@openbsd.org2019-02-111-67/+88