index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sshconnect2.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: remove duplicate check; GHPR392 from Pedro Martelletto
djm@openbsd.org
2024-10-18
1
-5
/
+3
*
upstream: pull post-quantum ML-KEM/x25519 key exchange out from
djm@openbsd.org
2024-09-09
1
-3
/
+1
*
upstream: Add experimental support for hybrid post-quantum key exchange
djm@openbsd.org
2024-09-02
1
-1
/
+4
*
upstream: remove externs for removed vars; ok djm@
jsg@openbsd.org
2024-05-22
1
-3
/
+1
*
upstream: remove ext-info-* in the kex.c code, not in callers;
djm@openbsd.org
2024-01-08
1
-15
/
+6
*
upstream: add "ext-info-in-auth@openssh.com" extension
djm@openbsd.org
2023-12-18
1
-15
/
+35
*
upstream: implement "strict key exchange" in ssh and sshd
djm@openbsd.org
2023-12-18
1
-9
/
+3
*
upstream: when invoking KnownHostsCommand to determine the order of
djm@openbsd.org
2023-12-13
1
-2
/
+2
*
upstream: release GSS OIDs only at end of authentication; bz2982,
djm@openbsd.org
2023-10-12
1
-4
/
+9
*
upstream: remove unnecessary if statement.
dtucker@openbsd.org
2023-08-01
1
-7
/
+5
*
upstream: Re-split the merge of the reorder-hostkeys test.
dtucker@openbsd.org
2023-03-09
1
-10
/
+13
*
upstream: Delete obsolete /* ARGSUSED */ lint comments.
guenther@openbsd.org
2023-03-08
1
-13
/
+1
*
upstream: Refactor creation of KEX proposal.
dtucker@openbsd.org
2023-03-06
1
-41
/
+24
*
upstream: Check return value from fctnl and warn on failure.
dtucker@openbsd.org
2023-03-03
1
-2
/
+3
*
upstream: Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code
dtucker@openbsd.org
2023-02-17
1
-17
/
+3
*
upstream: add a RequiredRSASize for checking RSA key length in
djm@openbsd.org
2022-09-17
1
-1
/
+19
*
upstream: attemp FIDO key signing without PIN and use the error
djm@openbsd.org
2022-08-19
1
-22
/
+20
*
upstream: Don't leak the strings allocated by order_hostkeyalgs()
dtucker@openbsd.org
2022-07-01
1
-6
/
+10
*
upstream: Roll back previous KEX changes as they aren't safe until
dtucker@openbsd.org
2022-06-27
1
-6
/
+4
*
upstream: Don't leak the strings allocated by order_hostkeyalgs()
dtucker@openbsd.org
2022-06-27
1
-4
/
+6
*
upstream: mark const string array contents const too, i.e. static
djm@openbsd.org
2022-02-02
1
-2
/
+2
*
upstream: allow hostbased auth to select RSA keys when only
djm@openbsd.org
2022-01-06
1
-4
/
+5
*
upstream: PubkeyAuthentication=yes|no|unbound|host-bound
djm@openbsd.org
2021-12-19
1
-4
/
+8
*
upstream: client side of host-bound pubkey authentication
djm@openbsd.org
2021-12-19
1
-4
/
+15
*
upstream: ssh client side of binding
djm@openbsd.org
2021-12-19
1
-12
/
+35
*
upstream: note successful authentication method in final "Authenticated
djm@openbsd.org
2021-07-23
1
-3
/
+11
*
Sync remaining ChallengeResponse removal.
Darren Tucker
2021-07-03
1
-3
/
+1
*
upstream: fix debug message when finding a private key to match a
djm@openbsd.org
2021-06-07
1
-3
/
+3
*
upstream: Client-side workaround for a bug in OpenSSH 7.4: this release
djm@openbsd.org
2021-06-06
1
-2
/
+11
*
upstream: highly polished whitespace, mostly fixing spaces-for-tab
djm@openbsd.org
2021-04-03
1
-3
/
+3
*
upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_t
djm@openbsd.org
2021-01-27
1
-15
/
+9
*
upstream: remove global variable used to stash compat flags and use the
djm@openbsd.org
2021-01-27
1
-14
/
+14
*
upstream: Rename HostbasedKeyTypes (ssh) and
dtucker@openbsd.org
2021-01-26
1
-3
/
+3
*
upstream: make ssh hostbased authentication send the signature
djm@openbsd.org
2021-01-25
1
-3
/
+3
*
upstream: Rename PubkeyAcceptedKeyTypes keyword to
dtucker@openbsd.org
2021-01-22
1
-11
/
+11
*
upstream: If a signature operation on a FIDO key fails with a
djm@openbsd.org
2021-01-08
1
-3
/
+12
*
upstream: Update/replace the experimental post-quantim hybrid key
djm@openbsd.org
2020-12-29
1
-2
/
+2
*
upstream: add a ssh_config KnownHostsCommand that allows the client
djm@openbsd.org
2020-12-22
1
-2
/
+7
*
upstream: plumb ssh_conn_info through to sshconnect.c; feedback/ok
djm@openbsd.org
2020-12-21
1
-7
/
+12
*
upstream: load_hostkeys()/hostkeys_foreach() variants for FILE*
djm@openbsd.org
2020-12-21
1
-5
/
+6
*
upstream: scrub keyboard-interactive authentication prompts coming
djm@openbsd.org
2020-11-13
1
-3
/
+5
*
upstream: prefix keyboard interactive prompts with (user@host) to
djm@openbsd.org
2020-11-13
1
-7
/
+12
*
upstream: when requesting a security key touch on stderr, inform the
djm@openbsd.org
2020-11-08
1
-2
/
+2
*
upstream: print reason in fatal error message when
djm@openbsd.org
2020-11-04
1
-4
/
+4
*
upstream: whitespace; no code change
djm@openbsd.org
2020-10-29
1
-3
/
+3
*
upstream: use the new variant log macros instead of prepending
djm@openbsd.org
2020-10-18
1
-117
/
+101
*
upstream: use do_log2 instead of function pointers to different log
djm@openbsd.org
2020-10-16
1
-3
/
+4
*
upstream: revert kex->flags cert hostkey downgrade back to a plain
djm@openbsd.org
2020-10-07
1
-7
/
+2
*
upstream: when ordering host key algorithms in the client, consider
djm@openbsd.org
2020-10-07
1
-3
/
+5
*
upstream: record when the host key checking code downgrades a
djm@openbsd.org
2020-10-03
1
-2
/
+7
[next]