index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssh-keysign.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-09-29
Include stdlib.h for arc4random_uniform prototype.
Darren Tucker
1
-0
/
+1
2021-09-29
Look for clang after cc and gcc.
Darren Tucker
1
-1
/
+1
2021-09-29
Use backticks instead of $(..) for portability.
Darren Tucker
2
-2
/
+2
2021-09-29
Skip file-based tests by default on Mac OS.
Darren Tucker
1
-0
/
+1
2021-09-29
Build without OpenSSL on Mac OS.
Darren Tucker
1
-0
/
+8
2021-09-29
Remove TEST_SSH_ECC.
Darren Tucker
3
-10
/
+3
2021-09-29
Split c89 test openssl setting out.
Darren Tucker
1
-1
/
+2
2021-09-29
Expand TEST_SHELL consistently with other vars.
Darren Tucker
1
-1
/
+1
2021-09-29
Replace `pwd` with make variable in regress cmd.
Darren Tucker
1
-3
/
+3
2021-09-29
Get BUILDDIR from autoconf.
Darren Tucker
1
-20
/
+20
2021-09-29
Add make clean step to tests.
Darren Tucker
2
-0
/
+4
2021-09-29
Test all available clang and gcc versions.
Darren Tucker
3
-0
/
+16
2021-09-29
upstream: Test certificate hostkeys held in ssh-agent too. Would have
djm@openbsd.org
1
-25
/
+59
2021-09-29
upstream: add some debug output showing how many key file/command lines
djm@openbsd.org
1
-3
/
+8
2021-09-29
upstream: Make prototype for rijndaelEncrypt match function
dtucker@openbsd.org
1
-3
/
+2
2021-09-29
upstream: Import regenerated moduli.
dtucker@openbsd.org
1
-449
/
+382
2021-09-29
Add new compiler hardening flags.
Darren Tucker
1
-0
/
+2
2021-09-26
initgroups needs grp.h
V_8_8_P1
Damien Miller
1
-0
/
+1
2021-09-26
upstream: openssh-8.8
djm@openbsd.org
1
-2
/
+2
2021-09-26
upstream: need initgroups() before setresgid(); reported by anton@,
djm@openbsd.org
1
-1
/
+7
2021-09-26
update version numbers for release
Damien Miller
3
-3
/
+3
2021-09-26
upstream: RSA/SHA-1 is not used by default anymore
kn@openbsd.org
1
-8
/
+5
2021-09-24
Move the fgrep replacement to hostkey-rotate.sh.
Darren Tucker
2
-19
/
+19
2021-09-24
Replacement function for buggy fgrep.
Darren Tucker
1
-0
/
+19
2021-09-23
Don't prompt for yes/no questions.
David Manouchehri
1
-2
/
+3
2021-09-21
upstream: fix missing -s in SYNOPSYS and usage() as well as a
djm@openbsd.org
2
-5
/
+5
2021-09-20
upstream: Fix "Allocated port" debug message
dtucker@openbsd.org
1
-2
/
+3
2021-09-20
upstream: Switch scp back to use the old protocol by default, ahead of
djm@openbsd.org
2
-16
/
+12
2021-09-19
upstream: better error message for ~user failures when the
djm@openbsd.org
1
-2
/
+3
2021-09-19
upstream: make some more scp-in-SFTP mode better match Unix idioms
djm@openbsd.org
1
-9
/
+8
2021-09-19
upstream: allow log_stderr==2 to prefix log messages with argv[0]
djm@openbsd.org
2
-11
/
+12
2021-09-17
Test against LibreSSL 3.2.6, 3.3.4, 3.4.0.
Darren Tucker
1
-1
/
+3
2021-09-16
upstream: missing space character in ssh -G output broke the
djm@openbsd.org
1
-2
/
+2
2021-09-16
upstream: allow CanonicalizePermittedCNAMEs=none in ssh_config; ok
djm@openbsd.org
4
-17
/
+60
2021-09-15
upstream: put back the mux_ctx memleak fix for SSH_CHANNEL_MUX_CLIENT
mbuhl@openbsd.org
1
-3
/
+5
2021-09-11
upstream: Do not ignore SIGINT while waiting for input if editline(3)
schwarze@openbsd.org
1
-11
/
+14
2021-09-11
upstream: when using SFTP protocol, continue transferring files after a
djm@openbsd.org
1
-6
/
+10
2021-09-10
upstream: Document that non-interactive commands are run via the user's
dtucker@openbsd.org
1
-3
/
+8
2021-09-10
upstream: Document behaviour of arguments following non-interactive
dtucker@openbsd.org
2
-6
/
+11
2021-09-10
upstream: Clarify which file's attributes -p preserves, and that
dtucker@openbsd.org
1
-5
/
+5
2021-09-10
upstream: openssh-7.4 was incorrectly listed twice; spotted by
djm@openbsd.org
1
-2
/
+1
2021-09-10
upstream: - move CAVEATS to its correct order - use the term
jmc@openbsd.org
1
-10
/
+10
2021-09-09
Disable tracing on FreeBSD using procctl.
David Carlier
2
-0
/
+12
2021-09-09
upstream: Use the SFTP protocol by default. The original scp/rcp
djm@openbsd.org
2
-23
/
+25
2021-09-08
Really fix test on OpenSSL 1.1.1 stable.
Darren Tucker
2
-1
/
+2
2021-09-08
Correct OpenSSL 1.1.1 stable identifier.
Darren Tucker
1
-1
/
+1
2021-09-08
Increment nfds when coming from startup_pipe.
Darren Tucker
1
-1
/
+1
2021-09-08
Tests for OpenSSL 3.0.0 release & 1.1.1 branch.
Darren Tucker
1
-1
/
+3
2021-09-08
upstream: correct my mistake in previous fix; spotted by halex
djm@openbsd.org
1
-2
/
+2
2021-09-07
upstream: avoid NULL deref in -Y find-principals. Report and fix
djm@openbsd.org
1
-2
/
+3
[next]