summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)Author
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
2017-05-25configure: actually set cache vars when cross-compilingMike Frysinger
2017-05-01remove configure --with-ssh1Damien Miller
2017-03-31Check for and use gcc's -pipe.Darren Tucker
2017-03-29Remove check for OpenSSL < 0.9.8g.Darren Tucker
2017-03-24Enable ldns when using ldns-config.Darren Tucker
2017-03-20Add llabs() implementation.V_7_5_P1Darren Tucker
2017-03-14require OpenSSL >=1.0.1Damien Miller
2017-02-03prefer to use ldns-config to find libldnsDamien Miller
2017-02-03Remove _XOPEN_SOURCE from wide char detection.Darren Tucker
2016-12-13Get default of TEST_SSH_UTF8 from environment.Darren Tucker
2016-12-13Add strcasestr to compat library.Darren Tucker
2016-12-09exit is in stdlib.h not unistd.h (that's _exit).Darren Tucker
2016-12-09Include <unistd.h> for exit in utf8 locale test.Darren Tucker
2016-12-08Check for utf8 local support before testing it.Darren Tucker
2016-12-08Use AC_PATH_TOOL for krb5-config.Darren Tucker
2016-11-01Use ptrace(PT_DENY_ATTACH, ..) on OS X.Darren Tucker
2016-09-29Remove portability support for mmapDamien Miller
2016-08-23removing UseLogin bits from configure.acDamien Miller
2016-08-17Only check for prctl once.Darren Tucker
2016-08-16add a --with-login-program configure argumentDamien Miller
2016-08-16add --with-pam-service to specify PAM service nameDamien Miller
2016-08-02Use tabs consistently inside "case $host".Darren Tucker
2016-08-02Explicitly test for broken strnvis.Darren Tucker
2016-08-01modified: configure.ac opensshd.init.inTim Rice
2016-07-28define _OPENBSD_SOURCE for reallocarray on NetBSDV_7_3_P1Damien Miller
2016-07-23Move Cygwin IPPORT_RESERVED overrride to defines.hDarren Tucker
2016-07-15add a --disable-pkcs11 knobDamien Miller
2016-07-15fix newline escaping for unsupported_algorithmsDamien Miller
2016-07-14Check for VIS_ALL.Darren Tucker
2016-07-14Add compat code for missing wcwidth.Darren Tucker
2016-07-13Move err.h replacements into compat lib.Darren Tucker
2016-07-11Check for wchar.h and langinfo.hDarren Tucker
2016-07-08whitelist more architectures for seccomp-bpfDamien Miller
2016-06-14Use Solaris setpflags(__PROC_PROTECT, ...).Darren Tucker
2016-05-31modified: configure.acTim Rice
2016-04-08Remove NO_IPPORT_RESERVED_CONCEPTDarren Tucker
2016-04-04Tidy up openssl header test.Darren Tucker
2016-04-04Fix configure-time warnings for openssl test.Darren Tucker
2016-02-23fix sandbox on OSX LionDamien Miller