summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Remove portability support for mmapDamien Miller2016-09-291-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-191-6/+6
* Look for gethostbyname in libresolv and libnsl.Darren Tucker2016-02-171-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-301-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-141-8/+8
* hook tame(2) sandbox up to buildDamien Miller2015-10-081-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
* don't check for yp_match; ok tim@Damien Miller2015-09-031-1/+0
* Check if realpath works on nonexistent files.Darren Tucker2015-07-171-1/+26
* upstream commitdjm@openbsd.org2015-07-151-1/+1
* s/--with-ssh1/--without-ssh1/Damien Miller2015-07-011-1/+1
* fix syntax errorDamien Miller2015-06-181-1/+1
* aarch64 support for seccomp-bpf sandboxDamien Miller2015-06-171-4/+7
* Remove unneeded backslashes. Patch from Ángel GonzálezTim Rice2015-06-031-2/+2
* re-enable SSH protocol 1 at compile timeDamien Miller2015-05-291-1/+5
* Look for '${host}-ar' before 'ar'.Darren Tucker2015-04-171-1/+1
* upstream commitdjm@openbsd.org2015-03-271-6/+7
* check for crypt and DES_crypt in openssl blockDamien Miller2015-03-041-1/+2
* Add null declaration of AI_NUMERICINFO.Darren Tucker2015-02-211-0/+7
* support --without-openssl at configure timeDamien Miller2015-01-151-422/+465
* add --without-ssh1 option to configureDamien Miller2015-01-131-2/+17
* Add reallocarray to compat libraryDarren Tucker2014-12-101-0/+1