index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sshkey-xmss.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-06
upstream: spelling fix;
jmc@openbsd.org
1
-2
/
+2
2023-10-04
crank version numbers
V_9_5_P1
Damien Miller
3
-3
/
+3
2023-10-04
upstream: openssh-9.5
djm@openbsd.org
1
-2
/
+2
2023-10-04
upstream: add some cautionary text about % token expansion and
djm@openbsd.org
1
-2
/
+12
2023-10-04
upstream: fix link to agent draft; spotted by Jann Horn
djm@openbsd.org
1
-2
/
+2
2023-10-04
use portable provider allowlist path in manpage
Damien Miller
1
-1
/
+1
2023-10-01
upstream: typo; from Jim Spath
deraadt@openbsd.org
1
-3
/
+3
2023-09-11
upstream: rename remote_glob() -> sftp_glob() to match other API
djm@openbsd.org
3
-15
/
+15
2023-09-11
upstream: typo in comment
djm@openbsd.org
1
-2
/
+2
2023-09-10
Use zero-call-used-regs=used with Apple compilers.
Darren Tucker
1
-2
/
+8
2023-09-10
upstream: randomise keystroke obfuscation intervals and average
djm@openbsd.org
1
-6
/
+46
2023-09-08
upstream: fix sizeof(*ptr) instead sizeof(ptr) in realloc (pointer here
djm@openbsd.org
1
-7
/
+7
2023-09-08
upstream: regress test recursive remote-remote directories copies where
djm@openbsd.org
1
-6
/
+13
2023-09-08
upstream: fix recursive remote-remote copies of directories that
djm@openbsd.org
1
-14
/
+22
2023-09-08
upstream: regress test for recursive copies of directories containing
djm@openbsd.org
1
-7
/
+17
2023-09-08
upstream: the sftp code was one of my first contributions to
djm@openbsd.org
6
-298
/
+302
2023-09-08
upstream: fix scp in SFTP mode recursive upload and download of
djm@openbsd.org
1
-23
/
+50
2023-09-07
upstream: regression test for override of subsystem in match blocks
djm@openbsd.org
2
-2
/
+93
2023-09-07
upstream: allow override of Sybsystem directives in sshd Match
djm@openbsd.org
2
-8
/
+54
2023-09-07
upstream: allocate the subsystems array as necessary and remove the
djm@openbsd.org
1
-5
/
+13
2023-09-07
upstream: preserve quoting of Subsystem commands and arguments.
djm@openbsd.org
1
-13
/
+11
2023-09-07
upstream: downgrade duplicate Subsystem directives from being a
djm@openbsd.org
1
-6
/
+15
2023-09-07
upstream: handle cr+lf (instead of just cr) in sshsig signature
djm@openbsd.org
1
-8
/
+19
2023-09-07
upstream: Generate Ed25519 keys when invoked without arguments
job@openbsd.org
2
-10
/
+6
2023-09-04
upstream: trigger keystroke timing obfucation only if the channels
djm@openbsd.org
1
-10
/
+14
2023-09-04
upstream: avoid bogus "obfuscate_keystroke_timing: stopping ..."
djm@openbsd.org
1
-4
/
+6
2023-09-04
upstream: make channel_output_poll() return a flag indicating
djm@openbsd.org
2
-15
/
+24
2023-09-04
upstream: set interactive mode for ControlPersist sessions if they
djm@openbsd.org
1
-4
/
+7
2023-08-31
Set LLONG_MAX for C89 test.
Darren Tucker
1
-0
/
+7
2023-08-29
upstream: make PerSourceMaxStartups first-match-wins; ok dtucker@
djm@openbsd.org
1
-2
/
+2
2023-08-29
upstream: descriptive text shouldn't be under .Cm
djm@openbsd.org
1
-2
/
+3
2023-08-28
upstream: limit artificial login delay to a reasonable maximum (5s)
djm@openbsd.org
1
-2
/
+9
2023-08-28
upstream: add spacing for punctuation when macro args;
jmc@openbsd.org
1
-2
/
+2
2023-08-28
upstream: explicit long long type in timing calculations (doesn't
djm@openbsd.org
1
-3
/
+3
2023-08-28
upstream: Add keystroke timing obfuscation to the client.
djm@openbsd.org
8
-21
/
+255
2023-08-28
upstream: Introduce a transport-level ping facility
djm@openbsd.org
5
-18
/
+96
2023-08-28
upstream: Log errors in kex_exchange_identification() with level
tobhe@openbsd.org
1
-5
/
+5
2023-08-28
upstream: correct math for ClientAliveInterval that caused the
djm@openbsd.org
1
-2
/
+2
2023-08-25
Include Portable version in sshd version string.
Darren Tucker
1
-1
/
+1
2023-08-21
obsd-arm64 host is real hardware...
Darren Tucker
1
-1
/
+1
2023-08-21
Add OpenBSD ARM64 test host.
Darren Tucker
1
-0
/
+1
2023-08-21
Add test for zlib development branch.
Darren Tucker
3
-0
/
+13
2023-08-21
upstream: want stdlib.h for free(3)
djm@openbsd.org
1
-1
/
+2
2023-08-18
Fix zlib version check for 1.3 and future version.
Darren Tucker
1
-1
/
+1
2023-08-18
Add 9.4 branch to CI status page.
Darren Tucker
1
-0
/
+4
2023-08-18
upstream: fix regression in OpenSSH 9.4 (mux.c r1.99) that caused
djm@openbsd.org
4
-18
/
+39
2023-08-18
upstream: defence-in-depth MaxAuthTries check in monitor; ok markus
djm@openbsd.org
1
-1
/
+6
2023-08-15
upstream: add message number of SSH2_MSG_NEWCOMPRESS defined in RFC8308
djm@openbsd.org
1
-1
/
+2
2023-08-13
Add obsd72 and obsd73 test targets.
Darren Tucker
1
-0
/
+2
2023-08-11
upstream: better debug logging of sessions' exit status
djm@openbsd.org
1
-4
/
+11
[next]