summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* OpenSSL dev branch now identifies as 3.2.0.Darren Tucker2022-10-181-1/+1
* Fix snprintf configure test for clang 15Harmen Stoppels2022-10-141-3/+3
* Add a timegm implementation from Heimdal via Samba.Darren Tucker2022-08-111-0/+1
* compat code for fido_dev_is_winhello()Corinna Vinschen2022-08-051-0/+1
* Factor out getrnd() and rename to getentropy().Darren Tucker2022-08-051-1/+2
* Include CHANNEL and FIDO2 libs in configure outputDarren Tucker2022-08-041-0/+6
* Move stale-configure check as early as possible.Darren Tucker2022-07-271-0/+8
* Move libcrypto into CHANNELLIBS.Darren Tucker2022-07-271-3/+4
* Group libcrypto and PRNGD checks together.Darren Tucker2022-07-271-20/+20
* Do not link scp, sftp and sftp-server w/ zlib.Darren Tucker2022-07-271-5/+9
* Remove workarounds for OpenSSL missing AES-CTR.Darren Tucker2022-07-251-22/+0
* Remove workarounds for OpenSSL missing AES-GCM.Darren Tucker2022-07-251-30/+0
* Add AUDIT_ARCH_PPC to supported seccomp arches.Darren Tucker2022-07-151-0/+3
* Remove special casing of crypt().Darren Tucker2022-07-131-24/+11
* Only refuse to use OpenSSL 3.0.4 on x86_64.Darren Tucker2022-07-131-1/+9
* Refuse to use OpenSSL 3.0.4 due to potential RCE.Darren Tucker2022-07-121-0/+1
* Skip all rlimit tests when sandboxing disabled.Darren Tucker2022-07-031-11/+9
* Move checks for pollfd.fd and nfds_t.Darren Tucker2022-07-031-20/+20
* Skip select+rlimit check if sandboxing is disabledDarren Tucker2022-07-011-4/+8
* Zero out LIBFIDO2 when SK support not usable.Darren Tucker2022-06-251-1/+1
* Disable SK support if FIDO libs not found.Darren Tucker2022-06-251-0/+1
* fix broken case statement in previousDamien Miller2022-06-241-0/+1
* request 1.1x API compatibility for OpenSSL >=3.xDamien Miller2022-06-241-2/+7
* automatically enable built-in FIDO supportDamien Miller2022-06-241-31/+34
* configure.ac: Add missing AC_DEFINE for caph_cache_tzdata test causingTim Rice2022-05-241-1/+5
* Cache timezone data in capsicum sandbox.Darren Tucker2022-04-231-1/+9
* Use bash or ksh if available for SH in Makefile.Darren Tucker2022-04-011-0/+2
* Provide killpg implementation.Darren Tucker2022-03-091-0/+1
* Check for missing ftruncate prototype.Darren Tucker2022-03-091-0/+6
* Default to not using sandbox when cross compiling.Darren Tucker2022-03-081-2/+2
* Extend select+rlimit sanbox test to include poll.Darren Tucker2022-02-221-5/+23
* Include sys/param.h if present.Darren Tucker2022-02-221-0/+1
* minix needs BROKEN_POLL too; chokes on /dev/nullDamien Miller2022-02-171-0/+3
* Simplify handling of --with-ssl-dir.Darren Tucker2022-02-111-15/+9
* compat code for fido_assert_set_clientdata()Damien Miller2022-02-071-0/+1
* upstream: use libfido2 1.8.0+ fido_assert_set_clientdata() insteaddjm@openbsd.org2022-02-071-0/+1
* OS X poll(2) is broken; use compat replacementDamien Miller2022-01-121-0/+4
* Add minix host tuple.Darren Tucker2021-12-101-0/+3
* Don't auto-enable Capsicum sandbox on FreeBSD 9/10.Darren Tucker2021-11-191-0/+6
* Add compat implementation of ppoll using pselect.Darren Tucker2021-11-181-0/+21
* Don't trust closefrom() on Linux.Darren Tucker2021-11-101-0/+2
* Skip getline() on HP-UX 10.x.Darren Tucker2021-11-061-0/+1
* Use -Wbitwise-instead-of-logical if supported.Darren Tucker2021-10-291-0/+1
* use -Wmisleading-indentation cflag if availableDamien Miller2021-10-281-0/+1
* remove built-in support for md5crypt()Damien Miller2021-10-281-15/+0
* enable security key support for --without-opensslDamien Miller2021-10-011-4/+0
* Look for clang after cc and gcc.Darren Tucker2021-09-291-1/+1
* Remove TEST_SSH_ECC.Darren Tucker2021-09-291-6/+0
* Add new compiler hardening flags.Darren Tucker2021-09-291-0/+2
* Disable tracing on FreeBSD using procctl.David Carlier2021-09-091-0/+2