Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-12 | [configure.ac] add <sys/types.h> to msghdr tests. | Tim Rice | |
Change -L to -h on testing for /bin being symbolic link | |||
2002-04-10 | oops. time for beer i think. | Kevin Steves | |
2002-04-08 | - (bal) Minor OpenSC updates. Fix up header locations and update | Ben Lindstrom | |
README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi> | |||
2002-04-07 | oops, user should be a string constant | Kevin Steves | |
2002-04-07 | - (stevesk) --with-privsep-user; default sshd | Kevin Steves | |
2002-04-07 | - (stevesk) remove configure support for poll.h; it was removed | Kevin Steves | |
from sshd.c a long time ago. | |||
2002-04-07 | - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them in | Kevin Steves | |
monitor_mm.c | |||
2002-04-07 | - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now. | Kevin Steves | |
Future: we may want to test if fd passing works correctly. | |||
2002-04-06 | - (bal) We no longer use atexit()/xatexit()/on_exit() | Ben Lindstrom | |
2002-04-06 | - (bal) Quiet down configure.ac if /bin/test does not exist. | Ben Lindstrom | |
2002-04-06 | - (bal) Revered out of runtime IRIX runtime detection of joblimits. Code is | Ben Lindstrom | |
incomplete. | |||
2002-04-05 | - (bal) Too many <sys/queue.h> issues. Remove all workarounds and | Ben Lindstrom | |
using internal version only. | |||
2002-04-05 | - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by | Ben Lindstrom | |
Juha Yrjölä <jyrjola@cc.hut.fi> - (bal) Minor documentation update to reflect smartcard library support changes. | |||
2002-03-31 | [configure.ac] use /bin/test -L to work around broken builtin on Solaris 8 | Tim Rice | |
2002-03-30 | - (stevesk) [configure.ac] remove header check for sys/ttcompat.h | Kevin Steves | |
bug 167 | |||
2002-03-22 | - (stevesk) configure and cpp __FUNCTION__ gymnastics to handle nielsisms | Kevin Steves | |
2002-03-22 | - (stevesk) HAVE_ACCRIGHTS_IN_MSGHDR configure support | Kevin Steves | |
2002-03-17 | [configure.ac] Assume path given with --with-pid-dir=PATH is wanted, | Tim Rice | |
warn if directory doesn not exist. Put system directories in front of PATH for finding entorpy commands. | |||
2002-03-08 | - (bal) Test for IRIX JOBS support at runtime. Patch provided | Ben Lindstrom | |
by David Kaelbling <drk@sgi.com> | |||
2002-03-08 | - (bal) Add in check for rpc/types.h since it is needed on | Ben Lindstrom | |
some platforms for INADDR_LOOPBACK. We should retest SCO 3 to see if this fixes their problem also. | |||
2002-02-26 | correction to sig_atomic_t test | Tim Rice | |
2002-02-26 | correction to Bug 123 fix | Tim Rice | |
2002-02-26 | Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests | Tim Rice | |
based on patch by mooney@dogbert.cc.ndsu.nodak.edu (Tim Mooney) Bug 45 [configure.ac] modify skey test to work around conflict with autoconf reported by nolan@naic.edu (Michael Nolan) patch by Pekka Savola <pekkas@netcore.fi> Bug 74 [configure.ac defines.h] add sig_atomic_t test reported by dwd@bell-labs.com (Dave Dykstra) Bug 102 [defines.h] UNICOS fixes. patch by wendyp@cray.com [configure.ac Makefile.in] link libwrap only with sshd based on patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl> Bug 123 link libpam only with sshd reported by peak@argo.troja.mff.cuni.cz (Pavel Kankovsky) [configure.ac defines.h] modify previous SCO3 fix to not break Solaris 7 [acconfig.h] remove unused HAVE_REGCOMP | |||
2002-02-14 | - (djm) Don't use system sys/queue.h on AIX. Report from gert@greenie.muc.de | Damien Miller | |
2002-02-13 | Add rpc/rpc.h for INADDR_LOOPBACK on SCO OSR3 | Tim Rice | |
2002-02-13 | - (djm) Bug #106: Add --without-rpath configure option. Patch from | Damien Miller | |
Nicolas.Williams@ubsw.com | |||
2002-01-30 | [configure.ac] fix logic on when ssh-rand-helper is installed. | Tim Rice | |
[sshd_config] put back in line that tells what PATH was compiled into sshd. | |||
2002-01-23 | - (djm) Use case statements in autoconf to clean up some tests | Damien Miller | |
2002-01-22 | - (stevesk) fix --with-zlib= | Kevin Steves | |
2002-01-23 | - (djm) Fix non-standard shell syntax in autoconf. Patch from | Damien Miller | |
Dave Dykstra <dwd@bell-labs.com> | |||
2002-01-22 | - (djm) Recent Glibc includes an incompatible sys/queue.h. Treat it as | Damien Miller | |
bogus in configure | |||
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 robust | Damien 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 from | Damien 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 with | Ben 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-25 | Give path given in --with-xxx= for pcre,zlib, and | Tim Rice | |
tcp-wrappers precedence over system libraries and includes. Report from Dave Dykstra <dwd@bell-labs.com> | |||
2001-10-24 | Use configure.ac instead of configure.in so older versions of autoconf | Tim Rice | |
don't even try. |