summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* upstream: Rework logging for the regression tests.dtucker@openbsd.org2023-03-011-0/+5
* adapt compat_kex_proposal() test to portableDamien Miller2023-02-021-0/+1
* upstream: update OpenSSH's Ed25519 code to the last version of SUPERCOPdjm@openbsd.org2023-01-161-2/+2
* Set OPENSSL_BIN from OpenSSL directory.Darren Tucker2023-01-061-0/+1
* upstream: unit tests for misc.c:ptimeout_* APIdjm@openbsd.org2023-01-061-1/+2
* upstream: use users-groups-by-id@openssh.com sftp-server extensiondjm@openbsd.org2022-09-191-1/+1
* Move stale-configure check as early as possible.Darren Tucker2022-07-271-6/+1
* Move libcrypto into CHANNELLIBS.Darren Tucker2022-07-271-21/+22
* Do not link scp, sftp and sftp-server w/ zlib.Darren Tucker2022-07-271-5/+6
* Remove workarounds for OpenSSL missing AES-CTR.Darren Tucker2022-07-251-1/+1
* upstream: split the low-level file handling functions out fromdjm@openbsd.org2022-05-271-1/+1
* Set Makefile SHELL as determined by configure.Darren Tucker2022-04-011-2/+1
* Use PICFLAG instead of hard coding -fPIC.Darren Tucker2022-02-251-1/+1
* upstream: Add unit tests for hpdelim.dtucker@openbsd.org2022-02-101-1/+2
* remove built-in support for md5crypt()Damien Miller2021-10-281-1/+1
* clean regress/misc/sk-dummy in cleandir targetDamien Miller2021-10-061-0/+3
* Remove TEST_SSH_ECC.Darren Tucker2021-09-291-1/+0
* Expand TEST_SHELL consistently with other vars.Darren Tucker2021-09-291-1/+1
* Replace `pwd` with make variable in regress cmd.Darren Tucker2021-09-291-3/+3
* Get BUILDDIR from autoconf.Darren Tucker2021-09-291-20/+20
* Remove trailing backslash on regress-unit-binariesDarren Tucker2021-08-171-1/+1
* upstream: support for using the SFTP protocol for file transfers indjm@openbsd.org2021-08-031-2/+4
* Put second -lssh in link line for sftp-server.Darren Tucker2021-06-181-1/+1
* upstream: unit test for misc.c:strdelim() that mostly servces todjm@openbsd.org2021-06-011-1/+2
* Pass OBJ to unit test make invocation.Darren Tucker2021-04-081-0/+1
* enable authopt and misc unit testsDamien Miller2021-04-031-18/+56
* Point TEST_SSH_MODULI_FILE at our own moduli.Darren Tucker2021-03-131-0/+2
* upstream: remove this KEX fuzzer; it's awkward to use and doesn't playdjm@openbsd.org2021-02-261-14/+0
* upstream: Add PerSourceMaxStartups and PerSourceNetBlockSizedtucker@openbsd.org2021-01-111-1/+1
* upstream: Move address handling functions out into their own filedtucker@openbsd.org2021-01-111-1/+1
* upstream: Update/replace the experimental post-quantim hybrid keydjm@openbsd.org2020-12-291-1/+1
* Move the local m4 macrosSebastian Andrzej Siewior2020-09-111-1/+1
* Remove check for 'ent' command.Darren Tucker2020-08-211-1/+0
* upstream: avoid spurious error message when ssh-keygen creates filesdjm@openbsd.org2020-06-261-2/+1
* Hook sshsig tests up to Portable Makefiles.Darren Tucker2020-06-191-0/+17
* Skip building sk-dummy library if no SK support.Darren Tucker2020-05-131-1/+3
* explicitly manage .depend and .depend.bakDamien Miller2020-05-131-1/+4
* revert removal of .depend before makedependDamien Miller2020-05-131-1/+1
* Remove use of tail for 'make depend'.Darren Tucker2020-05-021-3/+4
* Put the values from env vars back.Darren Tucker2020-04-221-18/+18
* Pass configure's egrep through to test-exec.sh.Darren Tucker2020-04-221-0/+1
* Remove unneeded env vars from t-exec invocation.Darren Tucker2020-04-221-20/+0
* prefer libcrypto chacha20-poly1305 where possibleDamien Miller2020-04-031-1/+1
* upstream: factor out reading/writing sshbufs to dedicateddjm@openbsd.org2020-01-261-1/+2
* only link ssh-sk-helper against libfido2Damien Miller2019-12-141-1/+1
* adapt Makefile to ssh-sk-client everywhereDamien Miller2019-12-141-27/+52
* Sort .depend when rebuilding.Darren Tucker2019-12-111-0/+2
* compile sk-dummy.so with no-PIE version of LDFLAGSDamien Miller2019-11-291-1/+2
* (yet) another x-platform fix for sk-dummy.soDamien Miller2019-11-291-1/+3
* another attempt at sk-dummy.so working x-platformDamien Miller2019-11-291-2/+4