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 ssh-sk-helper and manpage to RPM spec file
Damien Miller
2020-07-20
2
-0
/
+9
*
upstream: Add %k to the TOKENs for Match Exec for consistency with
dtucker@openbsd.org
2020-07-17
1
-2
/
+5
*
upstream: fix macro slip in previous;
jmc@openbsd.org
2020-07-17
1
-2
/
+2
*
upstream: Add test for '%k' (HostKeyAlias) TOKEN.
dtucker@openbsd.org
2020-07-17
1
-1
/
+2
*
upstream: Add tests for expansions on UserKnownHostsFile.
dtucker@openbsd.org
2020-07-17
1
-10
/
+29
*
upstream: log error message for process_write() write failures
djm@openbsd.org
2020-07-17
1
-4
/
+5
*
upstream: Add a '%k' TOKEN that expands to the effective HostKey of
dtucker@openbsd.org
2020-07-17
4
-4
/
+14
*
upstream: Add %-TOKEN, environment variable and tilde expansion to
dtucker@openbsd.org
2020-07-17
2
-6
/
+30
*
upstream: - Add [-a rounds] in ssh-keygen man page and usage() -
solene@openbsd.org
2020-07-17
2
-10
/
+18
*
upstream: start sentence with capital letter;
jmc@openbsd.org
2020-07-17
1
-3
/
+3
*
detect Linux/X32 systems
Damien Miller
2020-07-17
1
-0
/
+6
*
upstream: Fix previous by calling the correct function.
dtucker@openbsd.org
2020-07-15
1
-2
/
+2
*
upstream: Update test to match recent change in match.c
dtucker@openbsd.org
2020-07-15
1
-2
/
+2
*
Adjust portable code to match changes in 939d787d,
Darren Tucker
2020-07-15
1
-2
/
+2
*
upstream: Add default for number of rounds (-a). ok djm@
dtucker@openbsd.org
2020-07-15
1
-2
/
+3
*
upstream: allow some additional control over the use of ssh-askpass
djm@openbsd.org
2020-07-15
4
-15
/
+70
*
upstream: correct recently broken comments
deraadt@openbsd.org
2020-07-15
2
-4
/
+4
*
upstream: some language improvements; ok markus
djm@openbsd.org
2020-07-15
15
-79
/
+79
*
upstream: update setproctitle after re-exec; ok djm
markus@openbsd.org
2020-07-15
1
-1
/
+2
*
upstream: keep ignoring HUP after fork+exec; ok djm
markus@openbsd.org
2020-07-15
1
-1
/
+2
*
upstream: don't exit the listener on send_rexec_state errors; ok
markus@openbsd.org
2020-07-15
1
-2
/
+2
*
upstream: Use $OBJ to find key files. Fixes test when run on an obj
dtucker@openbsd.org
2020-07-15
1
-5
/
+5
*
Wrap stdint.h in ifdef HAVE_STDINT_H.
Darren Tucker
2020-07-04
1
-0
/
+2
*
upstream: put back the mux_ctx memleak fix, but only for channels of
djm@openbsd.org
2020-07-03
1
-1
/
+5
*
upstream: revert r1.399 - the lifetime of c->mux_ctx is more complex;
djm@openbsd.org
2020-07-03
1
-3
/
+1
*
upstream: avoid tilde_expand_filename() in expanding ~/.ssh/rc - if
djm@openbsd.org
2020-07-03
1
-2
/
+2
*
upstream: when redirecting sshd's log output to a file, undo this
djm@openbsd.org
2020-07-03
2
-2
/
+13
*
upstream: start ClientAliveInterval bookkeeping before first pass
djm@openbsd.org
2020-07-03
1
-1
/
+3
*
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
[next]