summaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check for wchar.h and langinfo.hDarren Tucker2016-07-111-0/+2
* whitelist more architectures for seccomp-bpfDamien Miller2016-07-081-0/+24
* Use Solaris setpflags(__PROC_PROTECT, ...).Darren Tucker2016-06-141-0/+1
* modified: configure.acTim Rice2016-05-311-48/+47
* Remove NO_IPPORT_RESERVED_CONCEPTDarren Tucker2016-04-081-3/+2
* Tidy up openssl header test.Darren Tucker2016-04-041-2/+3
* Fix configure-time warnings for openssl test.Darren Tucker2016-04-041-2/+2
* fix sandbox on OSX LionDamien Miller2016-02-231-0/+3
* Make Solaris privs code build on older systems.Darren Tucker2016-02-181-6/+6
* Look for gethostbyname in libresolv and libnsl.Darren Tucker2016-02-161-1/+3
* Support Illumos/Solaris fine-grained privilegesDamien Miller2016-01-081-2/+36
* Allow --without-ssl-engine with --without-opensslDarren Tucker2015-12-151-3/+3
* Include openssl crypto.h for SSLeay.Darren Tucker2015-12-151-0/+1
* Add a null implementation of pledge.Darren Tucker2015-11-291-1/+1
* Fix compiler warnings in the openssl header check.Darren Tucker2015-11-101-1/+3
* s/SANDBOX_TAME/SANDBOX_PLEDGE/gDamien Miller2015-10-141-1/+1
* upstream commitderaadt@openbsd.org2015-10-131-8/+8
* hook tame(2) sandbox up to buildDamien Miller2015-10-071-2/+9
* Correct default value for --with-ssh1.Darren Tucker2015-09-111-1/+1
* Force resolution of _res for correct detection.Darren Tucker2015-09-111-1/+4