summaryrefslogtreecommitdiffstats
path: root/Makefile.in
AgeCommit message (Expand)Author
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
2019-11-29compile sk-dummy.so with no-PIE version of LDFLAGSDamien Miller
2019-11-29(yet) another x-platform fix for sk-dummy.soDamien Miller
2019-11-29another attempt at sk-dummy.so working x-platformDamien Miller
2019-11-29upstream: lots of dependencies go away here with ed25519 no longerdjm@openbsd.org
2019-11-28$< doesn't work as` I thought; explicily list objsDamien Miller
2019-11-28missing .SUFFIXES line makes make sadDamien Miller
2019-11-28(hopefully) fix out of tree builds of sk-dummy.soDamien Miller
2019-11-27wire sk-dummy.so into test suiteDamien Miller
2019-11-15correct object dependencyDamien Miller
2019-11-15upstream: directly support U2F/FIDO2 security keys in OpenSSH bydjm@openbsd.org
2019-11-13upstream: implement ssh-ed25519-sk verification; ok djm@markus@openbsd.org
2019-11-08upstream: Fill in missing man page bits for U2F security key support:naddy@openbsd.org
2019-11-03Put sftp-realpath in libssh.aDarren Tucker
2019-11-01upstream: ssh-agent support for U2F/FIDO keysdjm@openbsd.org