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
*
upstream: remove incorrect check that can break enrolling a
djm@openbsd.org
2022-08-19
1
-5
/
+1
*
upstream: Strictly enforce the maximum allowed SSH2 banner size in
dtucker@openbsd.org
2022-08-19
1
-1
/
+15
*
Fix cygwin conditional steps.
Darren Tucker
2022-08-19
1
-2
/
+2
*
Add a bit more debug output.
Darren Tucker
2022-08-19
1
-0
/
+2
*
Add Cygwin (on windows-2019) test target.
Darren Tucker
2022-08-19
3
-7
/
+25
*
upstream: double free() in error path; from Eusgor via GHPR333
djm@openbsd.org
2022-08-19
1
-3
/
+4
*
Check for perms to run agent-getpeereid test.
Darren Tucker
2022-08-18
1
-1
/
+11
*
on Cygwin, prefer WinHello FIDO device
Damien Miller
2022-08-17
1
-0
/
+4
*
upstream: add an extra flag to sk_probe() to indicate whether we're
djm@openbsd.org
2022-08-17
1
-6
/
+6
*
upstream: use .Cm for "sign"; from josiah frentsos
jmc@openbsd.org
2022-08-17
1
-3
/
+3
*
Revert "check_sk_options: add temporary WinHello workaround"
Corinna Vinschen
2022-08-12
1
-9
/
+0
*
fido_dev_is_winhello: return 0, not "false"
Corinna Vinschen
2022-08-12
1
-1
/
+1
*
upstream: sftp-server: support home-directory request
djm@openbsd.org
2022-08-12
2
-2
/
+51
*
Replace deprecated ubuntu-18.04 runners with 22.04
Darren Tucker
2022-08-12
1
-9
/
+9
*
Add a timegm implementation from Heimdal via Samba.
Darren Tucker
2022-08-11
5
-0
/
+89
*
Rerun tests if any .github config file changes.
Darren Tucker
2022-08-11
3
-4
/
+4
*
Skip hostbased during Valgrind tests.
Darren Tucker
2022-08-11
1
-2
/
+3
*
upstream: add some tests for parse_absolute_time(), including cases
djm@openbsd.org
2022-08-11
1
-1
/
+63
*
upstream: allow certificate validity intervals, sshsig verification
djm@openbsd.org
2022-08-11
4
-35
/
+113
*
Fix conditional for running hostbased tests.
Darren Tucker
2022-08-11
1
-1
/
+1
*
fix SANDBOX_SECCOMP_FILTER_DEBUG
Damien Miller
2022-08-11
1
-6
/
+9
*
Test hostbased auth on github runners.
Darren Tucker
2022-08-10
2
-0
/
+15
*
Rename our getentropy to prevent possible loops.
Darren Tucker
2022-08-10
3
-2
/
+11
*
Actually put HAVE_STDINT_H around the stdint.h.
Darren Tucker
2022-08-08
1
-2
/
+2
*
Give unused param a name.
Darren Tucker
2022-08-08
4
-5
/
+70
*
upstream: don't prompt for FIDO passphrase before attempting to enroll
djm@openbsd.org
2022-08-05
1
-9
/
+2
*
sk_sign: set FIDO2 uv attribute explicitely for WinHello
Corinna Vinschen
2022-08-05
1
-0
/
+8
*
check_sk_options: add temporary WinHello workaround
Corinna Vinschen
2022-08-05
1
-0
/
+9
*
compat code for fido_dev_is_winhello()
Corinna Vinschen
2022-08-05
2
-0
/
+9
*
Factor out getrnd() and rename to getentropy().
Darren Tucker
2022-08-05
5
-55
/
+91
*
Include CHANNEL and FIDO2 libs in configure output
Darren Tucker
2022-08-04
1
-0
/
+6
*
upstream: avoid double-free in error path introduced in r1.70; report
djm@openbsd.org
2022-08-01
1
-4
/
+2
*
Remove deprecated MacOS 10.15 runners.
Darren Tucker
2022-07-27
1
-2
/
+1
*
Move stale-configure check as early as possible.
Darren Tucker
2022-07-27
2
-6
/
+9
*
Move libcrypto into CHANNELLIBS.
Darren Tucker
2022-07-27
2
-24
/
+26
*
Remove seed_rng calls from scp, sftp, sftp-server.
Darren Tucker
2022-07-27
3
-6
/
+0
*
Group libcrypto and PRNGD checks together.
Darren Tucker
2022-07-27
1
-20
/
+20
*
Do not link scp, sftp and sftp-server w/ zlib.
Darren Tucker
2022-07-27
2
-10
/
+15
*
Remove workarounds for OpenSSL missing AES-CTR.
Darren Tucker
2022-07-25
6
-189
/
+1
*
Remove workarounds for OpenSSL missing AES-GCM.
Darren Tucker
2022-07-25
3
-49
/
+0
*
upstream: Restore missing "!" in TEST_SSH_ELAPSED_TIMES test.
dtucker@openbsd.org
2022-07-25
1
-2
/
+2
*
upstream: Test TEST_SSH_ELAPSED_TIMES for empty string not
dtucker@openbsd.org
2022-07-25
1
-2
/
+2
*
Convert "have_prog" function into "which".
Darren Tucker
2022-07-23
1
-1
/
+9
*
Skip scp3 test if there's no scp on remote path.
Darren Tucker
2022-07-23
1
-0
/
+6
*
crank SSH_SK_VERSION_MAJOR in sk-dummy.so
Damien Miller
2022-07-20
1
-1
/
+1
*
upstream: ssh-keygen: fix touch prompt, pin retries;
djm@openbsd.org
2022-07-20
1
-13
/
+10
*
upstream: sk-usbhid: preserve error code returned by key_lookup()
djm@openbsd.org
2022-07-20
1
-2
/
+2
*
upstream: when enrolling a resident key on a security token, check
djm@openbsd.org
2022-07-20
4
-6
/
+102
*
upstream: pull passphrase reading and confirmation into a separate
djm@openbsd.org
2022-07-20
1
-28
/
+37
*
Move vmshutdown to first step.
Darren Tucker
2022-07-15
1
-2
/
+2
[next]