summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2003-05-30 - (dtucker) Define SSHD_ACQUIRES_CTTY for NCR MP-RAS and Reliant Unix.Darren Tucker
I'm pretty sure these are required. I also want to add -D_XOPEN_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 to CPPFLAGS for MP-RAS but I haven't had confirmation that it will not break anything else.
2003-05-20 - (djm) Configure logic to detect syslog_r and friendsDamien Miller
2003-05-18 - (djm) Remove IPv4 by default hack now that we can specify AF in configDamien Miller
2003-05-15 - (dtucker) HP-UX needs to include <sys/strtio.h> for TIOCSBRKDarren Tucker
2003-05-15 - (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)Damien Miller
2003-05-15better glue w/ jakob@Damien Miller
2003-05-15 - (djm) Configure glue for DNS support (code doesn't work in portable yet)Damien Miller
2003-05-10 - (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge withDamien Miller
proper challenge-response module
2003-05-10 - (dtucker) Bug #536: Test for and work around openpty/controlling ttyDarren Tucker
problem on Linux (fixes "could not set controlling tty" errors). Also renames STREAMS_PUSH_ACQUIRES_CTTY to the more generic SSHD_ACQUIRES_CTTY and moves the Solaris-specific comments to configure.ac.
2003-05-02 - (dtucker) Bug #544: ignore invalid cmsg_type on Linux 2.0 kernels,Darren Tucker
privsep should now work.
2003-04-29 - (djm) Add back radix.o (used by AFS support), after it went missing fromDamien Miller
Makefile many moons ago - (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer - (djm) Fix blibpath specification for AIX/gcc - (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
2003-03-21 - (bal) Disable Privsep for Tru64 after pre-authentication due to issuesBen Lindstrom
with SIA. Also, clean up of tru64 support patch by Chris Adams <cmadams@hiwaay.net>
2003-03-21 - (bal) The days of lack of int64_t support are over. Sorry kids.Ben Lindstrom
2003-03-18[configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]Tim Rice
add nanosleep(). testing/corrections by Darren Tucker <dtucker@zip.com.au>
2003-03-10 - (djm) Bug #245: TTY problems on Solaris. Fix by stevesk@ andDamien Miller
dtucker@zip.com.au
2003-02-24 - (djm) Bug #456: Support for NEC SX6 with Unicos; from wendyp@cray.comDamien Miller
2003-02-24 - (djm) Rest of Bug #499: Import a basename() function from OpenBSD libcDamien Miller
2003-02-24 - (djm) Most of Bug #499: Cygwin compile fixes for new progressmeterDamien Miller
2003-02-11 - (djm) Cygwin needs libcrypt too. Patch from vinschen@redhat.comDamien Miller
2003-02-01 - (bal) AIX 4.2.1 lacks nanosleep(). Patch to use nsleep() provided byBen Lindstrom
dtucker@zip.com.au
2003-01-28 - (djm) Search libposix4 and librt for nanosleep. From dtucker@zip.com.auDamien Miller
and openssh-unix-dev@thewrittenword.com
2003-01-27 - (bal) Bugzilla 477 patch by wendyp@cray.com. Define TIOCGPGRP forBen Lindstrom
cray. Also removed test for tcgetpgrp in configure.ac since it is no longer used.
2003-01-19 [configure.ac] Add -belf to build ELF binaries on OpenServer 5 whenTim Rice
using cc. (gcc already did)
2003-01-17 - (djm) Bug #470: Detect strnvis, not strvis in configure.Damien Miller
From d_wllms@lanl.gov
2003-01-13 - (djm) Bug #467: Add a --disable-strip option to turn off stripping ofDamien Miller
installed binaries. From mdev@idg.nl
2003-01-13 - (djm) Rework openbsd-compat/setproctitle.c a bit: move emulation typeDamien Miller
detection to configure.ac. Prompted by stevesk@
2003-01-10 - (djm) Enable new setproctitle emulation for Linux, AIX and HP/UX. MoreDamien Miller
systems may be added later.
2003-01-08[Makefile.in configure.ac] replace fixpath with sed script. Patch by Mo DeJong.Tim Rice
2003-01-08missing newlineDamien Miller
2003-01-07 - (djm) Bug #111: Run syslog and stderr logging through strnvis to eliminateDamien Miller
nasties. Report from peak@argo.troja.mff.cuni.cz
2003-01-07 - (djm) Bug #26: Use local mkstemp() rather than glibc's silly one. FixesDamien Miller
Can't pass KRB4 TGT passing. Fix from: jan.iven@cern.ch
2002-11-22[configure.ac] fix STDPATH test for IRIX. First reported by advax@triumf.ca.Tim Rice
This type of solution tested by <herb@sgi.com>
2002-11-13[configure.ac] remove unused variables no_libsocket and no_libnslTim Rice
2002-10-16 - (bal) More advanced strsep test by Darren Tucker <dtucker@zip.com.au>Ben Lindstrom
2002-10-04 - (bal) Disable post-authentication Privsep for OSF/1. It conflicts withBen Lindstrom
SIA.
2002-09-25Cray fixes (bug 367) based on patch from Wendy Palm @ cray.Tim Rice
This does not include the deattack.c fixes.
2002-09-23[configure.ac] s/return/exit/ patch by dtucker@zip.com.auTim Rice
From autoconf guidelines: "Test programs should exit, not return, from main, because on some systems (old Suns, at least) the argument to return in main is ignored."
2002-09-12 - (djm) Added getpeereid() replacement. Properly implemented for systemsDamien Miller
with SO_PEERCRED support. Faked for systems which lack it.
2002-09-04 - (djm) Patch from itojun@ for Darwin OS: test getaddrinfo, reorder libcryptDamien Miller
2002-08-13[configure.ac] Display OpenSSL header/library version.Tim Rice
Patch by dtucker@zip.com.au
2002-07-23 - (bal) [configure.ac] Missing ;; from cray patch.Ben Lindstrom
2002-07-22 - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial syncBen Lindstrom
with Cray (mostly #ifdef renaming). Patch by wendyp@cray.com.
2002-07-19[configure.ac] test for libxnet on HP. Patch by dtucker@zip.com.auTim Rice
2002-07-18 [configure.ac] Bug 267 rework int64_t test.Tim Rice
2002-07-17 [configure.ac] change how we do paths in AC_PATH_PROGS testsTim Rice
for autoconf 2.53. Based on a patch by jrj@purdue.edu
2002-07-14 (bal/tim) [acconfig.h configure.ac monitor_mm.c servconf.cTim Rice
openbsd-compat/Makefile.in] support compression on platforms that have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c Based on patch from nalin@redhat.com of code extracted from Owl's package
2002-07-12 [configure.ac] remove unused filepriv lineTim Rice
2002-07-09 - (bal) NO_IPPORT_RESERVED_CONCEPT used instead of CYGWIN so other platformsBen Lindstrom
lacking that concept can share it. Patch by vinschen@redhat.com
2002-07-08[configure.ac] fix libc89 utimes test. Mention default path forTim Rice
--with-privsep-path=
2002-07-07[acconfig.h configure.ac sshd.c] s/BROKEN_FD_PASSING/DISABLE_FD_PASSING/Tim Rice