summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)Author
2022-03-08Default to not using sandbox when cross compiling.Darren Tucker
2022-02-22Extend select+rlimit sanbox test to include poll.Darren Tucker
2022-02-22Include sys/param.h if present.Darren Tucker
2022-02-17minix needs BROKEN_POLL too; chokes on /dev/nullDamien Miller
2022-02-11Simplify handling of --with-ssl-dir.Darren Tucker
2022-02-07compat code for fido_assert_set_clientdata()Damien Miller
2022-02-07upstream: use libfido2 1.8.0+ fido_assert_set_clientdata() insteaddjm@openbsd.org
2022-01-12OS X poll(2) is broken; use compat replacementDamien Miller
2021-12-10Add minix host tuple.Darren Tucker
2021-11-19Don't auto-enable Capsicum sandbox on FreeBSD 9/10.Darren Tucker
2021-11-18Add compat implementation of ppoll using pselect.Darren Tucker
2021-11-10Don't trust closefrom() on Linux.Darren Tucker
2021-11-06Skip getline() on HP-UX 10.x.Darren Tucker
2021-10-29Use -Wbitwise-instead-of-logical if supported.Darren Tucker
2021-10-28use -Wmisleading-indentation cflag if availableDamien Miller
2021-10-28remove built-in support for md5crypt()Damien Miller
2021-10-01enable security key support for --without-opensslDamien Miller
2021-09-29Look for clang after cc and gcc.Darren Tucker
2021-09-29Remove TEST_SSH_ECC.Darren Tucker
2021-09-29Add new compiler hardening flags.Darren Tucker
2021-09-09Disable tracing on FreeBSD using procctl.David Carlier
2021-09-05Correct version_num for OpenSSL dev branch.Darren Tucker
2021-09-05OpenSSL development is now 3.1.*Darren Tucker
2021-08-20Replace shell function with ssh-keygen -A.Darren Tucker
2021-08-18Check compiler for c99 declarations after code.Darren Tucker
2021-07-12Add configure-time detection for SSH_TIME_T_MAX.Darren Tucker
2021-07-09Re-indent krb5 section after pkg-config addition.John Ericson
2021-07-09Support finding Kerberos via pkg-configJohn Ericson
2021-06-04Add pselect implementation for platforms without.Darren Tucker
2021-02-26detech BSD libc hash functions in libbsd / libmdDamien Miller
2021-02-18support OpenSSL 3.x cipher IV API changeDamien Miller
2021-02-18prefer login_getpwclass() to login_getclass()Damien Miller
2021-02-05Using explicit_memset for the explicit_bzero compatibility layer.David Carlier
2021-01-26Disable sntrup761 if compiler doesn't support VLAs.Darren Tucker
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