index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
channels.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-23
Convert "have_prog" function into "which".
Darren Tucker
1
-1
/
+9
2022-07-23
Skip scp3 test if there's no scp on remote path.
Darren Tucker
1
-0
/
+6
2022-07-20
crank SSH_SK_VERSION_MAJOR in sk-dummy.so
Damien Miller
1
-1
/
+1
2022-07-20
upstream: ssh-keygen: fix touch prompt, pin retries;
djm@openbsd.org
1
-13
/
+10
2022-07-20
upstream: sk-usbhid: preserve error code returned by key_lookup()
djm@openbsd.org
1
-2
/
+2
2022-07-20
upstream: when enrolling a resident key on a security token, check
djm@openbsd.org
4
-6
/
+102
2022-07-20
upstream: pull passphrase reading and confirmation into a separate
djm@openbsd.org
1
-28
/
+37
2022-07-15
Move vmshutdown to first step.
Darren Tucker
1
-2
/
+2
2022-07-15
Rename bbone test target to ARM.
Darren Tucker
1
-1
/
+1
2022-07-15
Add AUDIT_ARCH_PPC to supported seccomp arches.
Darren Tucker
1
-0
/
+3
2022-07-14
Remove unintended changes.
Darren Tucker
2
-13
/
+2
2022-07-14
Return ERANGE from getcwd() if buffer size is 1.
Darren Tucker
1
-1
/
+4
2022-07-14
Split README.platform into its own line.
Darren Tucker
1
-1
/
+3
2022-07-14
Clarify README.md text.
Darren Tucker
1
-2
/
+2
2022-07-13
Remove special casing of crypt().
Darren Tucker
1
-24
/
+11
2022-07-13
Only refuse to use OpenSSL 3.0.4 on x86_64.
Darren Tucker
3
-3
/
+22
2022-07-12
Capture stderr output from configure.
Darren Tucker
1
-1
/
+1
2022-07-12
Refuse to use OpenSSL 3.0.4 due to potential RCE.
Darren Tucker
1
-0
/
+1
2022-07-12
Move unset to before we set anything.
Darren Tucker
1
-2
/
+3
2022-07-06
Test against openssl-3.0.5.
Darren Tucker
1
-1
/
+1
2022-07-05
Update sanitizer test targets:
Darren Tucker
2
-2
/
+3
2022-07-05
Add GCC address sanitizer build/test.
Darren Tucker
2
-9
/
+18
2022-07-05
Move sanitizer logs into regress for collection.
Darren Tucker
2
-4
/
+6
2022-07-04
upstream: Add TEST_REGRESS_CACHE_DIR.
dtucker@openbsd.org
1
-1
/
+28
2022-07-03
Add clang sanitizer tests.
Darren Tucker
4
-1
/
+64
2022-07-03
Skip all rlimit tests when sandboxing disabled.
Darren Tucker
1
-11
/
+9
2022-07-03
Move checks for pollfd.fd and nfds_t.
Darren Tucker
1
-20
/
+20
2022-07-01
upstream: Remove leftover line.
dtucker@openbsd.org
1
-3
/
+1
2022-07-01
upstream: use consistent field names (s/char/byte)
djm@openbsd.org
1
-6
/
+6
2022-07-01
Skip select+rlimit check if sandboxing is disabled
Darren Tucker
1
-4
/
+8
2022-07-01
upstream: bump up loglevel from debug to info when unable to open
djm@openbsd.org
1
-5
/
+9
2022-07-01
upstream: Don't leak the strings allocated by order_hostkeyalgs()
dtucker@openbsd.org
2
-12
/
+21
2022-07-01
upstream: Always return allocated strings from the kex filtering so
dtucker@openbsd.org
1
-4
/
+11
2022-07-01
upstream: ignore SIGPIPE earlier in main(), specifically before
djm@openbsd.org
1
-2
/
+3
2022-07-01
upstream: reflect the update to -D arg name in usage();
jmc@openbsd.org
1
-2
/
+2
2022-06-29
Update OpenSSL tests to the most recent releases.
Darren Tucker
1
-2
/
+2
2022-06-27
upstream: allow arguments to sftp -D option, e.g. sftp -D
djm@openbsd.org
2
-11
/
+15
2022-06-27
upstream: Roll back previous KEX changes as they aren't safe until
dtucker@openbsd.org
2
-12
/
+6
2022-06-27
upstream: Don't leak the strings allocated by order_hostkeyalgs()
dtucker@openbsd.org
2
-6
/
+12
2022-06-25
Zero out LIBFIDO2 when SK support not usable.
Darren Tucker
1
-1
/
+1
2022-06-25
Disable SK support if FIDO libs not found.
Darren Tucker
1
-0
/
+1
2022-06-24
fix broken case statement in previous
Damien Miller
1
-0
/
+1
2022-06-24
request 1.1x API compatibility for OpenSSL >=3.x
Damien Miller
1
-2
/
+7
2022-06-24
upstream: make it clear that RekeyLimit applies to both transmitted
djm@openbsd.org
2
-10
/
+10
2022-06-24
upstream: Make sure not to fclose() the same fd twice in case of an
tobhe@openbsd.org
1
-7
/
+12
2022-06-24
upstream: Don't attempt to fprintf a null identity comment. From
dtucker@openbsd.org
1
-3
/
+3
2022-06-24
upstream: Log an error if pipe() fails while accepting a
dtucker@openbsd.org
1
-3
/
+7
2022-06-24
automatically enable built-in FIDO support
Damien Miller
1
-31
/
+34
2022-06-24
fix possible NULL deref when built without FIDO
Damien Miller
1
-1
/
+2
2022-06-15
upstream: make sure that UseDNS hostname lookup happens in the monitor
djm@openbsd.org
5
-27
/
+20
[next]