index
:
delta/openssh-git.git
IBS
PRIVSEP
V_2_5_2
V_2_9_9
V_2_9_P1
V_3_0_2
V_3_2_3
V_3_3
V_3_5
V_3_6
V_3_6_1
V_3_7
V_3_8
V_3_8_1
V_3_9
V_4_0
V_4_1
V_4_2
V_4_3
V_4_4
V_4_5
V_4_6
V_4_7
V_4_9
V_5_3
V_5_4
V_5_6
V_5_8
V_5_9
V_6_0
V_6_2
V_6_3
V_6_4
V_6_5
V_6_6
V_6_7
V_6_8
V_6_9
V_7_0
V_7_1
V_7_2
V_7_3
V_7_4
V_7_5
V_7_6
V_7_7
V_7_8
V_7_9
V_8_0
V_8_1
V_8_2
V_8_3
V_8_4
V_8_5
V_8_6
V_8_7
V_8_8
V_8_9
V_9_0
V_9_1
V_9_2
V_9_3
baserock/6.7-musl
baserock/morph
baserock/tiagogomes/armv8l64
master
anongit.mindrot.org: openssh.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sshconnect2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: Remove now-redundant perm_ok arg since
dtucker@openbsd.org
2019-08-08
1
-3
/
+3
*
upstream: Remove some set but never used variables. ok daraadt@
dtucker@openbsd.org
2019-07-08
1
-5
/
+4
*
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-07-05
1
-10
/
+10
*
upstream: fix ssh-keysign fd handling problem introduced in r1.304
djm@openbsd.org
2019-06-08
1
-2
/
+2
*
upstream: When doing the fork+exec'ing for ssh-keysign, rearrange
deraadt@openbsd.org
2019-05-17
1
-7
/
+9
*
upstream: fix regression in r1.302 reported by naddy@ - only the first
djm@openbsd.org
2019-02-13
1
-5
/
+5
*
upstream: cleanup GSSAPI authentication context after completion of the
djm@openbsd.org
2019-02-11
1
-67
/
+88
*
upstream: rename kex->kem_client_pub -> kex->client_pub now that
djm@openbsd.org
2019-01-21
1
-9
/
+9
*
upstream: use KEM API for vanilla ECDH
djm@openbsd.org
2019-01-21
1
-2
/
+2
*
upstream: use KEM API for vanilla DH KEX
djm@openbsd.org
2019-01-21
1
-6
/
+6
*
upstream: use KEM API for vanilla c25519 KEX
djm@openbsd.org
2019-01-21
1
-2
/
+2
*
upstream: Add support for a PQC KEX/KEM:
djm@openbsd.org
2019-01-21
1
-1
/
+2
*
upstream: GSSAPI code got missed when converting to new packet API
djm@openbsd.org
2019-01-21
1
-4
/
+4
*
upstream: convert the remainder of sshconnect2.c to new packet
djm@openbsd.org
2019-01-20
1
-49
/
+46
*
upstream: convert sshconnect2.c to new packet API
djm@openbsd.org
2019-01-20
1
-13
/
+16
*
upstream: begin landing remaining refactoring of packet parsing
djm@openbsd.org
2019-01-20
1
-1
/
+4
*
upstream: eliminate function-static attempt counters for
djm@openbsd.org
2019-01-04
1
-8
/
+10
*
upstream: move client/server SSH-* banners to buffers under
djm@openbsd.org
2018-12-27
1
-26
/
+23
*
upstream: don't truncate user or host name in "user@host's
djm@openbsd.org
2018-12-07
1
-6
/
+5
*
upstream: fix bug in client that was keeping a redundant ssh-agent
djm@openbsd.org
2018-11-16
1
-3
/
+5
*
upstream: don't send new-style rsa-sha2-*-cert-v01@openssh.com names to
djm@openbsd.org
2018-10-12
1
-2
/
+3
*
upstream: second try, deals properly with missing and private-only
djm@openbsd.org
2018-09-14
1
-26
/
+53
*
upstream: revert following; deals badly with agent keys
djm@openbsd.org
2018-09-14
1
-47
/
+26
*
upstream: Use consistent format in debug log for keys readied,
djm@openbsd.org
2018-09-14
1
-26
/
+47
*
upstream: revert compat.[ch] section of the following change. It
djm@openbsd.org
2018-08-13
1
-8
/
+7
*
upstream: fix some memory leaks spotted by Coverity via Jakub Jelen
djm@openbsd.org
2018-07-31
1
-7
/
+8
*
upstream: Remove support for running ssh(1) setuid and fatal if
dtucker@openbsd.org
2018-07-19
1
-2
/
+1
*
upstream: Remove support for loading HostBasedAuthentication keys
dtucker@openbsd.org
2018-07-19
1
-7
/
+3
*
upstream: treat ssh_packet_write_wait() errors as fatal; ok djm@
markus@openbsd.org
2018-07-12
1
-3
/
+3
*
upstream: remove legacy key emulation layer; ok djm@
markus@openbsd.org
2018-07-12
1
-6
/
+6
*
upstream: client: switch to sshbuf API; ok djm@
markus@openbsd.org
2018-07-10
1
-212
/
+277
*
upstream: Revert previous two commits
sf@openbsd.org
2018-07-10
1
-2
/
+2
*
upstream: Remove leftovers from pre-authentication compression
sf@openbsd.org
2018-07-10
1
-2
/
+2
*
upstream: repair PubkeyAcceptedKeyTypes (and friends) after RSA
djm@openbsd.org
2018-07-04
1
-4
/
+6
*
upstream: some finesse to fix RSA-SHA2 certificate authentication
djm@openbsd.org
2018-07-03
1
-3
/
+6
*
upstream: check correct variable; unbreak agent keys
djm@openbsd.org
2018-07-03
1
-2
/
+2
*
upstream: Improve strictness and control over RSA-SHA2 signature
djm@openbsd.org
2018-07-03
1
-129
/
+216
*
upstream: whitespace
djm@openbsd.org
2018-06-26
1
-2
/
+2
*
upstream: fix bogus warning when signing cert keys using agent;
markus@openbsd.org
2018-03-25
1
-1
/
+3
*
upstream: warn when the agent returns a signature type that was
djm@openbsd.org
2018-03-03
1
-7
/
+34
*
upstream commit
dtucker@openbsd.org
2018-02-09
1
-3
/
+2
*
upstream commit
djm@openbsd.org
2018-01-23
1
-45
/
+10
*
upstream commit
dtucker@openbsd.org
2017-09-04
1
-3
/
+3
*
upstream commit
djm@openbsd.org
2017-08-12
1
-1
/
+6
*
upstream commit
dtucker@openbsd.org
2017-06-16
1
-2
/
+3
*
upstream commit
markus@openbsd.org
2017-06-01
1
-3
/
+3
*
upstream commit
djm@openbsd.org
2017-05-31
1
-5
/
+4
*
upstream commit
markus@openbsd.org
2017-05-31
1
-41
/
+31
*
upstream commit
markus@openbsd.org
2017-05-31
1
-15
/
+27
*
upstream commit
markus@openbsd.org
2017-05-31
1
-7
/
+7
[next]