summaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add autogenerated dependency info to Makefile.Darren Tucker2017-12-111-0/+1
* Fix pasto in ldns handling.Darren Tucker2017-12-111-1/+1
* Remove now-used check for perl.Darren Tucker2017-12-081-2/+0
* Replace mkinstalldirs with mkdir -p.Darren Tucker2017-12-011-0/+1
* Check for linux/if.h when enabling rdomain.Darren Tucker2017-11-031-2/+3
* Add headers for sys/sysctl.h and net/route.hDarren Tucker2017-11-031-3/+7
* autoconf glue to enable Linux VRFDamien Miller2017-10-251-0/+2
* check for net/route.h and sys/sysctl.hDamien Miller2017-10-251-0/+6
* don't fatal ./configure for LibreSSLDamien Miller2017-09-291-0/+1
* abort in configure when only openssl-1.1.x foundDamien Miller2017-09-281-1/+4
* Check for and handle calloc(p, 0) = NULL.Darren Tucker2017-09-261-0/+10
* Add minimal strsignal for platforms without it.Darren Tucker2017-09-251-0/+1
* add freezero(3) replacementDamien Miller2017-09-191-0/+1
* move FORTIFY_SOURCE into hardening options groupDamien Miller2017-09-191-1/+1
* Give configure ability to set CFLAGS/LDFLAGS laterDamien Miller2017-09-081-0/+22
* Switch Capsicum header to sys/capsicum.h.Darren Tucker2017-08-281-4/+10
* modified: configure.acTim Rice2017-07-121-0/+1
* portability for sftp globbed ls sort by mtimeDamien Miller2017-06-101-0/+2
* add recallocarray replacement and dependencyDamien Miller2017-06-011-0/+2
* configure: actually set cache vars when cross-compilingMike Frysinger2017-05-251-2/+4
* remove configure --with-ssh1Damien Miller2017-05-011-28/+0
* Check for and use gcc's -pipe.Darren Tucker2017-03-311-0/+1
* Remove check for OpenSSL < 0.9.8g.Darren Tucker2017-03-291-9/+0
* Enable ldns when using ldns-config.Darren Tucker2017-03-231-0/+1
* Add llabs() implementation.V_7_5_P1Darren Tucker2017-03-201-0/+1
* require OpenSSL >=1.0.1Damien Miller2017-03-141-2/+2
* prefer to use ldns-config to find libldnsDamien Miller2017-02-031-20/+32
* Remove _XOPEN_SOURCE from wide char detection.Darren Tucker2017-02-031-4/+4
* Get default of TEST_SSH_UTF8 from environment.Darren Tucker2016-12-131-1/+1
* Add strcasestr to compat library.Darren Tucker2016-12-131-0/+1
* exit is in stdlib.h not unistd.h (that's _exit).Darren Tucker2016-12-091-1/+1
* Include <unistd.h> for exit in utf8 locale test.Darren Tucker2016-12-091-0/+1
* Check for utf8 local support before testing it.Darren Tucker2016-12-081-0/+18
* Use AC_PATH_TOOL for krb5-config.Darren Tucker2016-12-081-1/+1
* Use ptrace(PT_DENY_ATTACH, ..) on OS X.Darren Tucker2016-10-311-0/+1
* Remove portability support for mmapDamien Miller2016-09-281-2/+0
* removing UseLogin bits from configure.acDamien Miller2016-08-231-30/+0
* Only check for prctl once.Darren Tucker2016-08-171-1/+0
* add a --with-login-program configure argumentDamien Miller2016-08-161-5/+17
* add --with-pam-service to specify PAM service nameDamien Miller2016-08-161-0/+11
* Use tabs consistently inside "case $host".Darren Tucker2016-08-021-8/+9
* Explicitly test for broken strnvis.Darren Tucker2016-08-021-4/+35
* modified: configure.ac opensshd.init.inTim Rice2016-08-011-0/+3
* define _OPENBSD_SOURCE for reallocarray on NetBSDV_7_3_P1Damien Miller2016-07-281-0/+1
* Move Cygwin IPPORT_RESERVED overrride to defines.hDarren Tucker2016-07-231-2/+0
* add a --disable-pkcs11 knobDamien Miller2016-07-151-1/+11
* fix newline escaping for unsupported_algorithmsDamien Miller2016-07-151-11/+20
* Check for VIS_ALL.Darren Tucker2016-07-141-0/+3
* Add compat code for missing wcwidth.Darren Tucker2016-07-141-1/+6
* Move err.h replacements into compat lib.Darren Tucker2016-07-131-0/+4