summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)Author
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
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