summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* - (dtucker) [configure.ac] test that we can set number of file descriptorsDarren Tucker2013-03-061-3/+30
* - (dtucker) [configure.ac] use "=" for shell test and not "==". Spotted byDarren Tucker2013-03-051-3/+3
* - (dtucker) [configure.ac ssh-gss.h] bz#2073: additional #includes neededDarren Tucker2013-02-251-2/+16
* - (djm) [configure.ac includes.h loginrec.c mux.c sftp.c] PreferDamien Miller2013-02-231-3/+3
* - (djm) [configure.ac sandbox-seccomp-filter.c] Support for LinuxDamien Miller2013-02-221-37/+49
* - (dtucker) [configure.ac] bz#2073: look for Solaris' differently-namedDarren Tucker2013-02-221-3/+7
* - (dtucker) [Makefile.in configure.ac] bz#2072: don't link krb5 libs toDarren Tucker2013-02-221-14/+14
* - (dtucker) [configure.ac openbsd-compat/Makefile.in openbsd-compat/strtoull.cDarren Tucker2013-02-151-2/+3
* - (dtucker) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]Darren Tucker2013-02-151-2/+4
* - (djm) [configure.ac openbsd-compat/openssl-compat.h] Repair build on oldDamien Miller2013-02-111-3/+12
* - (dtucker) [configure.ac openbsd-compat/sys-tree.h] Test if compiler allowsDarren Tucker2013-02-081-2/+14
* - (djm) [configure.ac] Don't probe seccomp capability of running kernelDamien Miller2013-02-071-5/+4
* - (djm) [cipher.c configure.ac openbsd-compat/openssl-compat.h]Damien Miller2013-01-091-2/+22
* - (djm) [configure.ac cipher-ctr.c] Adapt EVP AES CTR change to retain ourDamien Miller2012-12-131-2/+23
* - (djm) [configure.ac] Revert previous. configure.ac already does thisDamien Miller2012-12-031-3/+2
* - (djm) [configure.ac] Turn on -g for gcc compilers. Helps pre-installationDamien Miller2012-12-031-2/+3
* - (djm) [configure.ac] Recursively expand $(bindir) to ensure it has noDamien Miller2012-07-061-9/+12
* - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf forDarren Tucker2012-07-041-2/+3
* - (dtucker) [configure.ac sandbox-rlimit.c] Test whether or notDarren Tucker2012-07-031-2/+21
* - (dtucker) [configure.ac] Detect platforms that can't use select(2) withDarren Tucker2012-07-031-4/+47
* - (dtucker) [configure.ac contrib/Makefile] bz#1996: use AC_PATH_TOOL to findDarren Tucker2012-05-191-3/+3
* - (dtucker) [configure.ac] bz#2010: fix non-portable shell construct. PatchDarren Tucker2012-05-191-3/+3
* - (dtucker) [configure.ac] Include <sys/param.h> rather than <sys/types.h>Darren Tucker2012-05-041-3/+3
* - (djm) [configure.ac] Fix compilation error on FreeBSD, whose libutilDamien Miller2012-04-191-6/+9
* - (djm) [Makefile.in configure.ac sandbox-seccomp-filter.c] Add sandboxDamien Miller2012-04-041-3/+65
* - (dtucker) [audit-bsm.c configure.ac] bug #1968: enable workarounds for BSMDarren Tucker2012-02-241-2/+7
* - (dtucker) [configure.ac mac.c openbsd-compat/openssl-compat.h] AddDarren Tucker2012-01-171-3/+3
* - (dtucker) [configure.ac] Set _FORTIFY_SOURCE. ok djm@Darren Tucker2011-11-211-2/+3
* - (dtucker) [INSTALL LICENCE configure.ac openbsd-compat/Makefile.inDarren Tucker2011-11-041-2/+37
* remove SELECT_REQUIRED_FDS added erroneously with strnlen. spotted by timDarren Tucker2011-10-021-47/+2
* - (dtucker) [configure.ac openbsd-compat/Makefile.inDarren Tucker2011-09-291-2/+48
* - (djm) [configure.ac defines.h] No need to detect sizeof(char); patchDamien Miller2011-09-291-3/+2
* - (tim) [configure.ac] Typo in error message spotted by Andy TsouladzeTim Rice2011-08-171-3/+3
* - (djm) [configure.ac] error out if the host lacks the necessary bits forDamien Miller2011-08-171-3/+10
* - (djm) [configure.ac Makefile.in sandbox-darwin.c] Add a sandbox forDamien Miller2011-06-271-2/+9
* - djm@cvs.openbsd.org 2011/06/22 21:57:01Damien Miller2011-06-231-2/+41
* - (djm) [configure.ac] enable setproctitle emulation for OS XDamien Miller2011-06-031-2/+5
* - (tim) [configure.ac defines.h] Run test program to detect system mailTim Rice2011-06-021-10/+86
* - (djm) [aclocal.m4 configure.ac] since gcc-4.x ignores all -Wno-optionsDamien Miller2011-05-201-22/+10
* - (tim) [configure.ac] Add AC_LANG_SOURCE to OPENSSH_CHECK_CFLAG_COMPILETim Rice2011-05-041-3/+3
* - (djm) [Makefile.in WARNING.RNG aclocal.m4 buildpkg.sh.in configure.ac]Damien Miller2011-05-051-174/+75
* 20110127Tim Rice2011-01-261-1308/+1193
* - (djm) [configure.ac Makefile.in ssh.c openbsd-compat/port-linux.cDamien Miller2011-01-251-4/+8
* - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}] AddDarren Tucker2011-01-221-3/+3
* - (djm) [configure.ac] Disable ECC on OpenSSL <0.9.8g. Releases prior toDamien Miller2011-01-191-2/+8
* - (dtucker) [LICENCE Makefile.in audit-bsm.c audit-linux.c audit.c audit.hDarren Tucker2011-01-171-4/+12
* - (djm) [configure.ac regress/agent-getpeereid.sh regress/multiplex.sh]Damien Miller2011-01-171-2/+3
* - (dtucker) [Makefile.in configure.ac regress/kextype.sh] Skip sha256-basedDarren Tucker2011-01-161-3/+5
* - (tim) [Makefile.in configure.ac opensshd.init.in] Add support for generatingTim Rice2011-01-121-2/+5
* - (djm) [configure.ac] Fix broken test for gcc >= 4.4 with per-compilerDamien Miller2011-01-121-7/+25