index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sftp.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-18
upstream: apply destination constraints to all p11 keys
djm@openbsd.org
1
-5
/
+100
2023-12-18
upstream: add "ext-info-in-auth@openssh.com" extension
djm@openbsd.org
7
-67
/
+260
2023-12-18
upstream: implement "strict key exchange" in ssh and sshd
djm@openbsd.org
6
-85
/
+148
2023-12-18
better detection of broken -fzero-call-used-regs
Damien Miller
2
-3
/
+15
2023-12-13
upstream: when invoking KnownHostsCommand to determine the order of
djm@openbsd.org
1
-2
/
+2
2023-12-13
upstream: prevent leak in sshsig_match_principals; ok djm@
markus@openbsd.org
1
-4
/
+3
2023-12-06
upstream: short circuit debug log processing early if we're not going
djm@openbsd.org
1
-1
/
+5
2023-11-26
Add tests for OpenSSL 3.2.0 and 3.2 stable branch.
Darren Tucker
1
-0
/
+2
2023-11-24
Use non-zero arg in compiler test program.
Darren Tucker
1
-1
/
+1
2023-11-24
upstream: Plug mem leak of msg when processing a quit message.
dtucker@openbsd.org
1
-1
/
+2
2023-11-24
upstream: Include existing mux path in debug message.
dtucker@openbsd.org
1
-2
/
+2
2023-11-23
Add an Ubuntu 22.04 test VM.
Darren Tucker
1
-0
/
+1
2023-11-23
Add gcc-12 -Werror test on Ubuntu 22.04.
Darren Tucker
2
-3
/
+14
2023-11-23
Check return value from write to prevent warning.
Darren Tucker
1
-1
/
+1
2023-11-23
Run compiler test program when compiling natively.
Darren Tucker
1
-6
/
+27
2023-11-23
Factor out compiler test program into a macro.
Darren Tucker
1
-49
/
+24
2023-11-21
Add fbsd14 VM to test pool.
Darren Tucker
1
-0
/
+2
2023-11-21
Expand -fzero-call-used-regs test to cover gcc 11.
Darren Tucker
1
-1
/
+7
2023-11-21
Stop using -fzero-call-used-regs=all
Darren Tucker
1
-2
/
+5
2023-11-21
Allow for vendor prefix on clang version numbers.
Darren Tucker
1
-3
/
+4
2023-11-20
upstream: set errno=EAFNOSUPPORT when filtering addresses that don't
djm@openbsd.org
1
-2
/
+2
2023-11-16
upstream: when connecting via socket (the default case), filter
djm@openbsd.org
1
-1
/
+9
2023-11-15
upstream: when deciding whether to enable keystroke timing
djm@openbsd.org
3
-4
/
+22
2023-11-15
upstream: Make sure sftp_get_limits() only returns 0 if 'limits'
tobhe@openbsd.org
1
-2
/
+2
2023-11-13
Test current releases of LibreSSL and OpenSSL.
Darren Tucker
1
-4
/
+4
2023-11-01
upstream: Specify ssh binary to use
dtucker@openbsd.org
1
-5
/
+5
2023-11-01
Put long-running test targets on hipri runners.
Darren Tucker
1
-7
/
+8
2023-11-01
upstream: add some tests of forced commands overriding Subsystem
djm@openbsd.org
1
-12
/
+44
2023-10-31
upstream: Don't try to use sudo inside sshd log wrapper.
dtucker@openbsd.org
1
-2
/
+2
2023-10-31
upstream: Only try to chmod logfile if we have sudo. If we don't have
dtucker@openbsd.org
1
-2
/
+2
2023-10-31
upstream: move PKCS#11 setup code to test-exec.sh so it can be reused
djm@openbsd.org
2
-90
/
+93
2023-10-30
upstream: tidy and refactor PKCS#11 setup code
djm@openbsd.org
1
-61
/
+72
2023-10-30
Add obsd74 test VM and retire obsd69 and obsd70.
Darren Tucker
1
-2
/
+1
2023-10-30
Add OpenSSL 3.3.0 as a known dev version.
Darren Tucker
1
-1
/
+1
2023-10-30
Restore nopasswd sudo rule on Mac OS X.
Darren Tucker
1
-7
/
+19
2023-10-30
Don't exit early when setting up on Mac OS X.
Darren Tucker
1
-5
/
+12
2023-10-29
upstream: Only try to chown logfiles that exist to prevent spurious
dtucker@openbsd.org
1
-5
/
+7
2023-10-29
upstream: make use of bsd.regress.mk in extra and interop targets; ok
anton@openbsd.org
1
-1
/
+1
2023-10-26
upstream: Skip conch interop tests when not enabled instead of fatal.
dtucker@openbsd.org
1
-2
/
+2
2023-10-26
upstream: Import regenerated moduli.
dtucker@openbsd.org
1
-444
/
+454
2023-10-26
upstream: ssh conch interop tests requires a controlling terminal;
anton@openbsd.org
1
-3
/
+6
2023-10-26
upstream: Use private key that is allowed by sshd defaults in conch
anton@openbsd.org
1
-2
/
+2
2023-10-20
Install Dropbear for interop testing.
Darren Tucker
1
-2
/
+2
2023-10-20
Resync PuTTY and Conch path handling with upstream.
Darren Tucker
1
-22
/
+10
2023-10-20
Have configure find PuTTY and Conch binaries.
Darren Tucker
2
-3
/
+6
2023-10-20
upstream: Allow overriding the locations of the Dropbear binaries
dtucker@openbsd.org
3
-1
/
+23
2023-10-20
upstream: Add interop test with Dropbear.
dtucker@openbsd.org
4
-2
/
+102
2023-10-16
Update openssl-devel dependency in RPM spec.
Fabio Pedretti
1
-9
/
+14
2023-10-16
Remove reference of dropped sshd.pam.old file
Fabio Pedretti
1
-5
/
+4
2023-10-16
upstream: Move declaration of "len" into the block where it's used.
dtucker@openbsd.org
1
-2
/
+3
[next]