summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Include sys/byteorder.h for htons and friends.Darren Tucker2020-05-011-0/+1
* prefer libcrypto chacha20-poly1305 where possibleDamien Miller2020-04-031-0/+1
* Include fido.h when checking for fido/credman.h.Darren Tucker2020-03-141-1/+3
* upstream: spelling errors in comments; no code change fromdjm@openbsd.org2020-03-141-1/+5
* Check if getpeereid is actually declared.Darren Tucker2020-02-171-1/+2
* Don't look for UINT32_MAX in inttypes.hDarren Tucker2020-02-061-3/+0
* Look in inttypes.h for UINT32_MAX.Darren Tucker2020-01-301-0/+3
* Wrap stdint.h in tests inside HAVE_STDINT_H.Darren Tucker2020-01-261-2/+6
* Plumb WITH_ZLIB into configure.Darren Tucker2020-01-231-10/+18
* configure.ac: fix ldns testRuben Kerkhof2020-01-211-2/+0
* Improve search for 'struct timespec'.Darren Tucker2020-01-141-1/+24
* Remove configure test & compat code for ripemd160.Darren Tucker2020-01-141-9/+0
* only link ssh-sk-helper against libfido2Damien Miller2019-12-141-1/+0
* Check if memmem is declared in system headers.Darren Tucker2019-12-111-1/+1
* compile sk-dummy.so with no-PIE version of LDFLAGSDamien Miller2019-11-291-1/+3
* (yet) another x-platform fix for sk-dummy.soDamien Miller2019-11-291-0/+16
* Enable -Wimplicit-fallthrough if supportedDarren Tucker2019-11-181-0/+1
* Add wrappers for other ultrix headers.Darren Tucker2019-11-151-8/+10
* Remove ultrix realpath hack.Darren Tucker2019-11-151-1/+0
* configure flag to built-in security key supportDamien Miller2019-11-151-1/+11
* don't fatal if libfido2 not foundDamien Miller2019-11-151-2/+1
* upstream: directly support U2F/FIDO2 security keys in OpenSSH bydjm@openbsd.org2019-11-151-0/+33
* statfs might be defined in sys/mount.h.Darren Tucker2019-11-031-0/+4
* Only enable U2F if OpenSSL supports ECC.Darren Tucker2019-11-021-34/+40
* Add flags needed to build and work on Ultrix.Darren Tucker2019-11-011-1/+17
* Hook up fnmatch for platforms that don't have it.Darren Tucker2019-11-011-0/+2
* Use sftp_realpath if no native realpath.Darren Tucker2019-11-011-0/+1
* Configure flags for haiku from haikuports.Darren Tucker2019-11-011-0/+2
* autoconf pieces for U2F supportDamien Miller2019-11-011-9/+48
* Add implementation of localtime_r.Darren Tucker2019-10-291-0/+1
* Make sure we have struct statfs before using.Darren Tucker2019-10-281-1/+1
* Define UINT32_MAX if needed.Darren Tucker2019-10-281-0/+11
* Add a function call stackprotector tests.Darren Tucker2019-10-241-4/+10
* tweak warning flagsDamien Miller2019-08-301-1/+3
* proc_pidinfo()-based closefrom() for OS XDamien Miller2019-08-301-0/+3
* Re-apply portability changes to current sha2.{c,h}.Darren Tucker2019-07-231-10/+6
* Hook memmem compat code into build.Darren Tucker2019-07-161-0/+1
* fix typo that prevented detection of Linux VRFDamien Miller2019-07-101-1/+1
* remove realpath() compat replacementDamien Miller2019-07-081-28/+0
* Fix typo in man page formatter selector.Darren Tucker2019-05-151-1/+1
* Use "doc" man page format if mandoc present.Darren Tucker2019-05-101-5/+5
* Remove unused variables from RLIMIT_NOFILE test.Darren Tucker2019-04-301-2/+1
* Allow building against OpenSSL dev (3.x) version.Darren Tucker2019-01-221-1/+2
* Make --with-rpath take a flag instead of yes/no.Darren Tucker2019-01-211-22/+23
* conditionalise ECDSA PKCS#11 supportDamien Miller2019-01-211-0/+1
* Check for cc before gcc.Darren Tucker2019-01-211-1/+1
* Add minimal fchownat and fchmodat implementations.Darren Tucker2019-01-181-0/+2
* Add a minimal implementation of utimensat().Darren Tucker2019-01-181-0/+1
* Improve OpenSSL_add_all_algorithms check.Darren Tucker2018-11-251-1/+10
* fix configure test for OpenSSL versionDamien Miller2018-11-231-1/+1