summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2002-01-22 - (djm) autoconf hacking:Damien Miller
- Add OpenSSL sanity check: verify that header version matches version reported by library
2002-01-22 - (djm) autoconf hacking:Damien Miller
- We don't support --without-zlib currently, so don't allow it. - Rework cryptographic random number support detection. We now detect whether OpenSSL seeds itself. If it does, then we don't bother with the ssh-rand-helper program. You can force the use of ssh-rand-helper using the --with-rand-helper configure argument - Simplify and clean up ssh-rand-helper configuration
2002-01-14 - (djm) Bug #50 - make autoconf entropy path checks more robustDamien Miller
2002-01-05 - (stevesk) fix spurious ; from NCR change.Kevin Steves
2002-01-05 - (bal) NCR requies use_pipes to operate correctly.Ben Lindstrom
2001-12-24 - (djm) Ignore fix & patchlevel in OpenSSL version check. Patch fromDamien Miller
solar@openwall.com - (djm) Rework entropy code. If the OpenSSL PRNG is has not been internally seeded, execute a subprogram "ssh-rand-helper" to obtain some entropy for us. Rewrite the old in-process entropy collecter as an example ssh-rand-helper. - (djm) Always perform ssh_prng_cmds path lookups in configure, even if we don't end up using ssh_prng_cmds (so we always get a valid file)
2001-12-07 - (bal) PCRE no longer required. Banished from the source along withBen Lindstrom
fake-regex.h
2001-11-26[contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,Tim Rice
openbsd-compat/bsd-cygwin_util.h, openbsd-compat/daemon.c] Allow SSHD to install as service under WIndows 9x/Me [configure.ac] Fix to allow linking against PCRE on Cygwin Patches by Corinna Vinschen <vinschen@redhat.com>
2001-11-03[ contrib/caldera/openssh.spec contrib/caldera/sshd.init]Tim Rice
Updates from Raymund Will <ray@caldera.de> [acconfig.h configure.in] Clean up login checks. Problem reported by Jim Knoble <jmknoble@pobox.com>
2001-10-27[configure.ac] Fixes for ReliantUNIX (don't use libucb)Tim Rice
Patch by Robert Dahlem <Robert.Dahlem@siemens.com>
2001-10-25Give path given in --with-xxx= for pcre,zlib, andTim Rice
tcp-wrappers precedence over system libraries and includes. Report from Dave Dykstra <dwd@bell-labs.com>
2001-10-24Use configure.ac instead of configure.in so older versions of autoconfTim Rice
don't even try.