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