summaryrefslogtreecommitdiffstats
path: root/Makefile.in
AgeCommit message (Expand)Author
2023-10-20Have configure find PuTTY and Conch binaries.Darren Tucker
2023-10-20upstream: Allow overriding the locations of the Dropbear binariesdtucker@openbsd.org
2023-10-13run t-extra regress testsDamien Miller
2023-03-01upstream: Rework logging for the regression tests.dtucker@openbsd.org
2023-02-02adapt compat_kex_proposal() test to portableDamien Miller
2023-01-16upstream: update OpenSSH's Ed25519 code to the last version of SUPERCOPdjm@openbsd.org
2023-01-06Set OPENSSL_BIN from OpenSSL directory.Darren Tucker
2023-01-06upstream: unit tests for misc.c:ptimeout_* APIdjm@openbsd.org
2022-09-19upstream: use users-groups-by-id@openssh.com sftp-server extensiondjm@openbsd.org
2022-07-27Move stale-configure check as early as possible.Darren Tucker
2022-07-27Move libcrypto into CHANNELLIBS.Darren Tucker
2022-07-27Do not link scp, sftp and sftp-server w/ zlib.Darren Tucker
2022-07-25Remove workarounds for OpenSSL missing AES-CTR.Darren Tucker
2022-05-27upstream: split the low-level file handling functions out fromdjm@openbsd.org
2022-04-01Set Makefile SHELL as determined by configure.Darren Tucker
2022-02-25Use PICFLAG instead of hard coding -fPIC.Darren Tucker
2022-02-10upstream: Add unit tests for hpdelim.dtucker@openbsd.org
2021-10-28remove built-in support for md5crypt()Damien Miller
2021-10-06clean regress/misc/sk-dummy in cleandir targetDamien Miller
2021-09-29Remove TEST_SSH_ECC.Darren Tucker
2021-09-29Expand TEST_SHELL consistently with other vars.Darren Tucker
2021-09-29Replace `pwd` with make variable in regress cmd.Darren Tucker
2021-09-29Get BUILDDIR from autoconf.Darren Tucker
2021-08-17Remove trailing backslash on regress-unit-binariesDarren Tucker
2021-08-03upstream: support for using the SFTP protocol for file transfers indjm@openbsd.org
2021-06-18Put second -lssh in link line for sftp-server.Darren Tucker
2021-06-01upstream: unit test for misc.c:strdelim() that mostly servces todjm@openbsd.org
2021-04-08Pass OBJ to unit test make invocation.Darren Tucker
2021-04-03enable authopt and misc unit testsDamien Miller
2021-03-13Point TEST_SSH_MODULI_FILE at our own moduli.Darren Tucker
2021-02-26upstream: remove this KEX fuzzer; it's awkward to use and doesn't playdjm@openbsd.org
2021-01-11upstream: Add PerSourceMaxStartups and PerSourceNetBlockSizedtucker@openbsd.org
2021-01-11upstream: Move address handling functions out into their own filedtucker@openbsd.org
2020-12-29upstream: Update/replace the experimental post-quantim hybrid keydjm@openbsd.org
2020-09-11Move the local m4 macrosSebastian Andrzej Siewior
2020-08-21Remove check for 'ent' command.Darren Tucker
2020-06-26upstream: avoid spurious error message when ssh-keygen creates filesdjm@openbsd.org
2020-06-19Hook sshsig tests up to Portable Makefiles.Darren Tucker
2020-05-13Skip building sk-dummy library if no SK support.Darren Tucker
2020-05-13explicitly manage .depend and .depend.bakDamien Miller
2020-05-13revert removal of .depend before makedependDamien Miller
2020-05-02Remove use of tail for 'make depend'.Darren Tucker
2020-04-22Put the values from env vars back.Darren Tucker
2020-04-22Pass configure's egrep through to test-exec.sh.Darren Tucker
2020-04-22Remove unneeded env vars from t-exec invocation.Darren Tucker
2020-04-03prefer libcrypto chacha20-poly1305 where possibleDamien Miller
2020-01-26upstream: factor out reading/writing sshbufs to dedicateddjm@openbsd.org
2019-12-14only link ssh-sk-helper against libfido2Damien Miller
2019-12-14adapt Makefile to ssh-sk-client everywhereDamien Miller
2019-12-11Sort .depend when rebuilding.Darren Tucker