index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
add check for fido_cred_set_prot() to configure
Damien Miller
2020-07-03
1
-0
/
+3
*
upstream: Only reset the serveralive check when we receive traffic from
dtucker@openbsd.org
2020-07-03
1
-14
/
+22
*
sync sys-queue.h with OpenBSD upstream
Damien Miller
2020-07-03
1
-147
/
+113
*
upstream: fix memory leak of mux_ctx; patch from Sergiy Lozovsky
djm@openbsd.org
2020-07-03
1
-1
/
+3
*
upstream: free kex in ssh_packet_close; ok djm semarie
markus@openbsd.org
2020-07-03
2
-5
/
+5
*
upstream: Replace TAILQ concatenation loops with TAILQ_CONCAT
bket@openbsd.org
2020-07-03
1
-9
/
+3
*
upstream: backout 1.293 fix kex mem-leak in ssh_packet_close at markus
semarie@openbsd.org
2020-06-27
1
-3
/
+1
*
document a PAM spec problem in a frustrated comment
Damien Miller
2020-06-26
1
-1
/
+5
*
upstream: avoid spurious error message when ssh-keygen creates files
djm@openbsd.org
2020-06-26
3
-13
/
+8
*
missing ifdef SELINUX; spotted by dtucker
Damien Miller
2020-06-26
1
-0
/
+4
*
upstream: regress test for ssh-add -d; ok dtucker@
djm@openbsd.org
2020-06-26
1
-5
/
+68
*
upstream: add test for mux w/-Oproxy; ok djm
markus@openbsd.org
2020-06-26
1
-6
/
+8
*
upstream: handle EINTR in waitfd() and timeout_connect() helpers;
djm@openbsd.org
2020-06-26
1
-8
/
+13
*
upstream: allow "ssh-add -d -" to read keys to be deleted from
djm@openbsd.org
2020-06-26
2
-19
/
+61
*
upstream: constify a few things; ok dtucker (as part of another
djm@openbsd.org
2020-06-26
2
-6
/
+6
*
upstream: Defer creation of ~/.ssh by ssh(1) until we attempt to
dtucker@openbsd.org
2020-06-26
4
-37
/
+44
*
upstream: Expand path to ~/.ssh/rc rather than relying on it
dtucker@openbsd.org
2020-06-26
1
-8
/
+12
*
upstream: fix kex mem-leak in ssh_packet_close; ok djm
markus@openbsd.org
2020-06-26
1
-1
/
+3
*
upstream: fix ssh -O proxy w/mux which got broken by no longer
markus@openbsd.org
2020-06-26
1
-2
/
+5
*
upstream: support loading big sshd_config files w/o realloc; ok
markus@openbsd.org
2020-06-26
1
-1
/
+7
*
upstream: allow sshd_config longer than 256k; ok djm
markus@openbsd.org
2020-06-26
1
-2
/
+2
*
upstream: only call sshkey_xmss_init() once for KEY_XMSS_CERT; ok
markus@openbsd.org
2020-06-26
1
-2
/
+4
*
upstream: some clarifying comments
djm@openbsd.org
2020-06-26
1
-2
/
+9
*
upstream: updated argument name for -P in first synopsis was
jmc@openbsd.org
2020-06-26
1
-2
/
+2
*
upstream: supply word missing in previous;
jmc@openbsd.org
2020-06-26
1
-2
/
+2
*
missing files for webauthn/sshsig unit test
Damien Miller
2020-06-22
3
-0
/
+706
*
upstream: add support for verification of webauthn sshsig signature,
djm@openbsd.org
2020-06-22
1
-7
/
+12
*
upstream: Add support for FIDO webauthn (verification only).
djm@openbsd.org
2020-06-22
3
-10
/
+144
*
upstream: refactor ECDSA-SK verification a little ahead of adding
djm@openbsd.org
2020-06-22
1
-21
/
+23
*
upstream: support for RFC4648 base64url encoding; ok markus
djm@openbsd.org
2020-06-22
2
-2
/
+47
*
upstream: better terminology for permissions; feedback & ok markus@
djm@openbsd.org
2020-06-22
1
-11
/
+11
*
upstream: better terminology for permissions; feedback & ok markus@
djm@openbsd.org
2020-06-22
3
-37
/
+37
*
upstream: Correct synopsis and usage for the options accepted when
dtucker@openbsd.org
2020-06-22
2
-5
/
+12
*
Add OPENBSD ORIGINAL marker to bcrypt_pbkdf.
Darren Tucker
2020-06-19
1
-0
/
+2
*
Extra brackets around sizeof() in bcrypt.
Darren Tucker
2020-06-19
1
-1
/
+1
*
Add includes.h to new test.
Darren Tucker
2020-06-19
1
-0
/
+2
*
Skip OpenSSL specific tests w/out OpenSSL.
Darren Tucker
2020-06-19
2
-0
/
+10
*
Hook sshsig tests up to Portable Makefiles.
Darren Tucker
2020-06-19
3
-1
/
+20
*
upstream: Test that ssh-agent exits when running as as subprocess
dtucker@openbsd.org
2020-06-19
2
-1
/
+24
*
upstream: run sshsig unit tests
djm@openbsd.org
2020-06-19
1
-2
/
+2
*
upstream: basic unit test for sshsig.[ch], including FIDO keys
djm@openbsd.org
2020-06-19
24
-0
/
+340
*
upstream: basic unit test for FIDO kep parsing
djm@openbsd.org
2020-06-19
24
-7
/
+258
*
upstream: check public host key matches private; ok markus@ (as
djm@openbsd.org
2020-06-19
1
-2
/
+11
*
upstream: avoid spurious "Unable to load host key" message when
djm@openbsd.org
2020-06-19
1
-2
/
+8
*
upstream: correct RFC number; from HARUYAMA Seigo via GH PR191
djm@openbsd.org
2020-06-12
1
-1
/
+1
*
upstream: unbreak "sshd -ddd" - close of config passing fd happened too
djm@openbsd.org
2020-06-05
1
-2
/
+1
*
Add support for AUDIT_ARCH_RISCV64
Andreas Schwab
2020-06-05
1
-0
/
+3
*
upstream: make sshbuf_putb(b, NULL) a no-op
djm@openbsd.org
2020-06-05
1
-1
/
+3
*
upstream: make sshbuf_dump() args const
djm@openbsd.org
2020-06-05
2
-4
/
+4
*
upstream: wrap long line
djm@openbsd.org
2020-06-05
1
-2
/
+3
[next]