summaryrefslogtreecommitdiff
path: root/sshconnect2.c
Commit message (Expand)AuthorAgeFilesLines
* upstream: Re-split the merge of the reorder-hostkeys test.dtucker@openbsd.org2023-03-091-10/+13
* upstream: Delete obsolete /* ARGSUSED */ lint comments.guenther@openbsd.org2023-03-081-13/+1
* upstream: Refactor creation of KEX proposal.dtucker@openbsd.org2023-03-061-41/+24
* upstream: Check return value from fctnl and warn on failure.dtucker@openbsd.org2023-03-031-2/+3
* upstream: Remove now-unused compat bit SSH_BUG_RSASIGMD5. The codedtucker@openbsd.org2023-02-171-17/+3
* upstream: add a RequiredRSASize for checking RSA key length indjm@openbsd.org2022-09-171-1/+19
* upstream: attemp FIDO key signing without PIN and use the errordjm@openbsd.org2022-08-191-22/+20
* upstream: Don't leak the strings allocated by order_hostkeyalgs()dtucker@openbsd.org2022-07-011-6/+10
* upstream: Roll back previous KEX changes as they aren't safe untildtucker@openbsd.org2022-06-281-6/+4
* upstream: Don't leak the strings allocated by order_hostkeyalgs()dtucker@openbsd.org2022-06-281-4/+6
* upstream: mark const string array contents const too, i.e. staticdjm@openbsd.org2022-02-021-2/+2
* upstream: allow hostbased auth to select RSA keys when onlydjm@openbsd.org2022-01-071-4/+5
* upstream: PubkeyAuthentication=yes|no|unbound|host-bounddjm@openbsd.org2021-12-201-4/+8
* upstream: client side of host-bound pubkey authenticationdjm@openbsd.org2021-12-201-4/+15
* upstream: ssh client side of bindingdjm@openbsd.org2021-12-201-12/+35
* 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