summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)Author
2018-04-13Using "==" in shell tests is not portable.Darren Tucker
2018-03-30Disable native strndup and strnlen on AIX.Darren Tucker
2018-03-25 Use libiaf on all sysv5 systemsTim Rice
2018-03-12Add AC_LANG_PROGRAM to AC_COMPILE_IFELSE.Darren Tucker
2018-03-08configure.ac: properly set seccomp_audit_arch for MIPS64Vicente Olivert Riera
2018-03-08configure.ac: detect MIPS ABIVicente Olivert Riera
2018-03-05Disable UTMPX on SunOS4.Darren Tucker
2018-03-05Check for and work around buggy fflush(NULL).Darren Tucker
2018-03-03Add strndup for platforms that need it.Darren Tucker
2018-02-27Check dlopen has RTLD_NOW before enabling pkcs11.Darren Tucker
2018-02-27Check for attributes on prototype args.Darren Tucker
2018-02-26Hook up flock() compat code.Darren Tucker
2018-02-26XMSS-related files get includes.hDamien Miller
2018-02-26Invert sense of getpgrp test.Darren Tucker
2018-02-26Add no-op getsid implmentation.Darren Tucker
2018-02-26bsd-statvfs: include sys/vfs.h, check for f_flags.Darren Tucker
2018-02-26Handle calloc(0,x) where different from malloc.Darren Tucker
2018-02-26Add prototype for readv if needed.Darren Tucker
2018-02-26Check for raise and supply if needed.Darren Tucker
2018-02-26Check for bzero and supply if needed.Darren Tucker
2018-02-23Check for ifaddrs.h for BindInterface.Darren Tucker
2018-02-22Add headers for sys/audit.h.Darren Tucker
2018-02-18Remove now-unused check for getrusage.Darren Tucker
2018-02-15Remove remaining now-obsolete cvs $Ids.Darren Tucker
2018-02-15Remove UNICOS support.Darren Tucker
2018-02-13Retpoline linker flag only needed for linking.Darren Tucker
2018-02-13Default PidFile is sshd.pid not ssh.pid.Darren Tucker
2018-02-11Include headers for linux/if.h.Darren Tucker
2018-02-11Fix test for -z,retpolineplt linker flag.Darren Tucker
2018-02-11Add checks for Spectre v2 mitigation (retpoline)Darren Tucker
2018-02-07Remove obsolete "Smartcard support" messageDarren Tucker
2017-12-11Add autogenerated dependency info to Makefile.Darren Tucker
2017-12-11Fix pasto in ldns handling.Darren Tucker
2017-12-09Remove now-used check for perl.Darren Tucker
2017-12-01Replace mkinstalldirs with mkdir -p.Darren Tucker
2017-11-03Check for linux/if.h when enabling rdomain.Darren Tucker
2017-11-03Add headers for sys/sysctl.h and net/route.hDarren Tucker
2017-10-25autoconf glue to enable Linux VRFDamien Miller
2017-10-25check for net/route.h and sys/sysctl.hDamien Miller
2017-09-28don't fatal ./configure for LibreSSLDamien Miller
2017-09-28abort in configure when only openssl-1.1.x foundDamien Miller
2017-09-27Check for and handle calloc(p, 0) = NULL.Darren Tucker
2017-09-25Add minimal strsignal for platforms without it.Darren Tucker
2017-09-19add freezero(3) replacementDamien Miller
2017-09-19move FORTIFY_SOURCE into hardening options groupDamien Miller
2017-09-08Give configure ability to set CFLAGS/LDFLAGS laterDamien Miller
2017-08-28Switch Capsicum header to sys/capsicum.h.Darren Tucker
2017-07-11modified: configure.acTim Rice
2017-06-10portability for sftp globbed ls sort by mtimeDamien Miller
2017-06-01add recallocarray replacement and dependencyDamien Miller