summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* support NetBSD's utmpx.ut_ss address fieldDamien Miller2020-08-051-0/+1
* Remove AC_REVISION.Darren Tucker2020-07-311-1/+0
* Use argv in OSSH_CHECK_CFLAG_COMPILE test.Darren Tucker2020-07-281-0/+1
* detect Linux/X32 systemsDamien Miller2020-07-171-0/+6
* add check for fido_cred_set_prot() to configureDamien Miller2020-07-031-0/+3
* upstream: avoid spurious error message when ssh-keygen creates filesdjm@openbsd.org2020-06-261-7/+1
* Add support for AUDIT_ARCH_RISCV64Andreas Schwab2020-06-051-0/+3
* Skip building sk-dummy library if no SK support.Darren Tucker2020-05-131-0/+4
* Ensure SA_SIGNAL test only signals itself.Darren Tucker2020-05-081-2/+4
* Check if -D_REENTRANT is needed for localtime_r.Darren Tucker2020-05-071-0/+13
* Use LONG_LONG_MAX and friends if available.Darren Tucker2020-05-011-1/+2
* See if SA_RESTART signals will interrupt select().Darren Tucker2020-05-011-0/+37
* 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