summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)Author
2020-11-20Restore correct flags during localtime_r check.Darren Tucker
2020-11-13Remove use of TIME_WITH_SYS_TIME.Darren Tucker
2020-11-13Revert "detect Linux/X32 systems"Damien Miller
2020-11-13Remove obsolete AC_HEADER_TIME macro.Darren Tucker
2020-11-06Fix function body for variadic macro test.Darren Tucker
2020-11-06Remove AC_PROC_CC_C99 obsoleted in autoconf 2.70.Darren Tucker
2020-11-06Move AC_PROG_CC_C99 to immediately afer AC_PROG_CC.Darren Tucker
2020-11-06AC_CHECK_HEADER() is obsoleted in autoconf 2.70.Darren Tucker
2020-10-27Remove checks for strict POSIX mkdtemp()Damien Miller
2020-10-17check for and require a C99 capable compilerDamien Miller
2020-09-18configure.ac: add missing includespedro martelletto
2020-09-11Move the local m4 macrosSebastian Andrzej Siewior
2020-09-02configure.ac: fix libfido2 back-compatpedro martelletto
2020-08-27tweak back-compat for older libfido2Damien Miller
2020-08-27degrade semi-gracefully when libfido2 is too oldDamien Miller
2020-08-21Remove check for 'ent' command.Darren Tucker
2020-08-05support NetBSD's utmpx.ut_ss address fieldDamien Miller
2020-07-31Remove AC_REVISION.Darren Tucker
2020-07-28Use argv in OSSH_CHECK_CFLAG_COMPILE test.Darren Tucker
2020-07-17detect Linux/X32 systemsDamien Miller
2020-07-03add check for fido_cred_set_prot() to configureDamien Miller
2020-06-26upstream: avoid spurious error message when ssh-keygen creates filesdjm@openbsd.org
2020-06-05Add support for AUDIT_ARCH_RISCV64Andreas Schwab
2020-05-13Skip building sk-dummy library if no SK support.Darren Tucker
2020-05-08Ensure SA_SIGNAL test only signals itself.Darren Tucker
2020-05-07Check if -D_REENTRANT is needed for localtime_r.Darren Tucker
2020-05-01Use LONG_LONG_MAX and friends if available.Darren Tucker
2020-05-01See if SA_RESTART signals will interrupt select().Darren Tucker
2020-05-01Include sys/byteorder.h for htons and friends.Darren Tucker
2020-04-03prefer libcrypto chacha20-poly1305 where possibleDamien Miller
2020-03-14Include fido.h when checking for fido/credman.h.Darren Tucker
2020-03-14upstream: spelling errors in comments; no code change fromdjm@openbsd.org
2020-02-17Check if getpeereid is actually declared.Darren Tucker
2020-02-06Don't look for UINT32_MAX in inttypes.hDarren Tucker
2020-01-30Look in inttypes.h for UINT32_MAX.Darren Tucker
2020-01-26Wrap stdint.h in tests inside HAVE_STDINT_H.Darren Tucker
2020-01-23Plumb WITH_ZLIB into configure.Darren Tucker
2020-01-21configure.ac: fix ldns testRuben Kerkhof
2020-01-14Improve search for 'struct timespec'.Darren Tucker
2020-01-14Remove configure test & compat code for ripemd160.Darren Tucker
2019-12-14only link ssh-sk-helper against libfido2Damien Miller
2019-12-11Check if memmem is declared in system headers.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-18Enable -Wimplicit-fallthrough if supportedDarren Tucker
2019-11-15Add wrappers for other ultrix headers.Darren Tucker
2019-11-15Remove ultrix realpath hack.Darren Tucker
2019-11-15configure flag to built-in security key supportDamien Miller
2019-11-15don't fatal if libfido2 not foundDamien Miller
2019-11-15upstream: directly support U2F/FIDO2 security keys in OpenSSH bydjm@openbsd.org