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