summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2020-10-18Install authorized_keys(5) as a symlink to sshd(8)Tomas Pospisek
2020-10-18GSSAPI key exchange supportSimon Wilkinson
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
2019-11-01upstream: U2F/FIDO middleware interfacedjm@openbsd.org
2019-11-01upstream: Initial infrastructure for U2F/FIDO supportdjm@openbsd.org
2019-09-06Provide explicit path to configure-check.Darren Tucker
2019-09-05revert config.h/config.h.in freshness checksDamien Miller
2019-09-05extend autoconf freshness testDamien Miller
2019-09-05check that configure/config.h is up to dateDamien Miller
2019-09-03portability fixes for sshsigDamien Miller
2019-09-03upstream: sshsig: lightweight signature and verification abilitydjm@openbsd.org
2019-07-29Report success of individual tests as well as all.Darren Tucker
2019-07-24Split test targets further.Darren Tucker
2019-07-24Add lib dependencies for regress binary targets.Darren Tucker
2019-07-24Make "unit" a dependency of "test".Darren Tucker
2019-07-23Split regress-binaries into two targets.Darren Tucker
2019-07-19Revert one dependency per line change.Darren Tucker
2019-07-19Force dependencies one per line.Darren Tucker
2019-07-16upstream: remove mostly vestigal uuencode.[ch]; moving the only uniquedjm@openbsd.org
2019-07-08remove realpath() compat replacementDamien Miller
2019-07-08upstream: add a local implementation of BSD realpath() fordjm@openbsd.org