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: 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
*
upstream: tweak the client hostkey preference ordering algorithm to
djm@openbsd.org
2020-09-18
1
-3
/
+38
*
upstream: support for user-verified FIDO keys
djm@openbsd.org
2020-08-27
1
-13
/
+24
*
upstream: Replace TAILQ concatenation loops with TAILQ_CONCAT
bket@openbsd.org
2020-07-03
1
-9
/
+3
*
upstream: wrap long line
djm@openbsd.org
2020-06-05
1
-2
/
+3
*
upstream: when ordering the hostkey algorithms to request from a
djm@openbsd.org
2020-05-27
1
-4
/
+16
*
upstream: fix reversed test that caused IdentitiesOnly=yes to not
djm@openbsd.org
2020-04-17
1
-2
/
+2
*
upstream: When using HostkeyAlgorithms to merely append or remove
djm@openbsd.org
2020-02-06
1
-15
/
+26
*
upstream: Replace "security key" with "authenticator" in program
naddy@openbsd.org
2020-02-06
1
-6
/
+7
*
upstream: Make zlib optional. This adds a "ZLIB" build time option
dtucker@openbsd.org
2020-01-23
1
-3
/
+3
*
upstream: Replace all calls to signal(2) with a wrapper around
dtucker@openbsd.org
2020-01-23
1
-4
/
+4
*
upstream: Remove unsupported algorithms from list of defaults at run
dtucker@openbsd.org
2020-01-23
1
-4
/
+4
*
upstream: a little more verbosity in sign_and_send_pubkey() debug
djm@openbsd.org
2020-01-21
1
-3
/
+5
*
upstream: close the "touch your security key" notifier on the error
djm@openbsd.org
2019-11-15
1
-2
/
+2
*
upstream: stdarg.h required more broadly; ok djm
deraadt@openbsd.org
2019-11-14
1
-2
/
+2
*
upstream: security keys typically need to be tapped/touched in
djm@openbsd.org
2019-11-13
1
-1
/
+16
[next]