summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2000-01-29 - Added note in UPGRADING re interop with commercial SSH using idea.Damien Miller
Report from Jim Knoble <jmknoble@pobox.com> - Fix linking order for Kerberos/AFS. Fix from Holget Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
2000-01-27 - NeXT keeps it lastlog in /usr/adm. Report fromDamien Miller
mouring@newton.pconline.com
2000-01-26 - Use preformatted manpages on SCO, report from Gary E. MillerDamien Miller
<gem@rellim.com> - New URL for x11-ssh-askpass.
2000-01-23 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David RankinDamien Miller
<drankin@bohemians.lexington.ky.us>
2000-01-22 - Make IPv4 use the default in RPM packagesDamien Miller
- Irix uses preformatted manpages
2000-01-22 - Merge preformatted manpage patch from Andre LucasDamien Miller
<andre.lucas@dial.pipex.com>
2000-01-21 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> andDamien Miller
Christos Zoulas <christos@netbsd.org>
2000-01-20 - Don't use getaddrinfo on AIXDamien Miller
2000-01-19 - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPECDamien Miller
addresses using getaddrinfo(). Added a configure switch to make the default lookup mode AF_INET
2000-01-19 - SCO compile fixes from Gary E. Miller <gem@rellim.com>Damien Miller
2000-01-18 - Compile fix for HPUX and Solaris from Andre LucasDamien Miller
<andre.lucas@dial.pipex.com>
2000-01-18 - Fixed --with-pid-dir optionDamien Miller
2000-01-17 - Substitute PID directory in sshd.8. Suggestion from AndrewDamien Miller
Stribblehill <a.d.stribblehill@durham.ac.uk>
2000-01-17 - Patch from Christos Zoulas <christos@zoulas.com>Damien Miller
- Try $prefix first when looking for OpenSSL. - Include sys/types.h when including sys/socket.h in test programs
2000-01-17 - Fix --with-ipaddr-display option test. Fix from Jarno HuuskonenDamien Miller
<jhuuskon@hytti.uku.fi>
2000-01-17 - Revert __snprintf -> snprintf aliasing. Apparently SolarisDamien Miller
__snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
2000-01-16 - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>Damien Miller
- Fixed broken bugfix for /dev/ptmx on Linux systems which lack openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
2000-01-16 - Renamed --with-xauth-path to --with-xauthDamien Miller
- Added --with-pid-dir option - Released 1.2.1pre26
2000-01-15 - Add --with-xauth-path configure directive and explicit test forDamien Miller
/usr/openwin/bin/xauth for Solaris systems. Report from Anders Nordby <anders@fix.no> - Fix incorrect detection of /dev/ptmx on Linux systems that lack openpty. Report from John Seifarth <john@waw.be> - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in sys/types.h. Fixes problems on SCO, report from Gary E. Miller <gem@rellim.com> - Use __snprintf and __vnsprintf if they are found where snprintf and vnsprintf are lacking. Suggested by Ben Taylor <bent@shell.clark.net> and others.
2000-01-14 - Merged OpenBSD IPv6 patch:Damien Miller
- [sshd.c sshd.8 sshconnect.c ssh.h ssh.c servconf.h servconf.c scp.1] [scp.c packet.h packet.c login.c log.c canohost.c channels.c] [hostfile.c sshd_config] ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: sshd allows multiple ListenAddress and Port options. note that libwrap is not IPv6-ready. (based on patches from fujiwara@rcac.tdi.co.jp) - [ssh.c canohost.c] more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo, from itojun@ - [channels.c] listen on _all_ interfaces for X11-Fwd (hints.ai_flags = AI_PASSIVE) - [packet.h] allow auth-kerberos for IPv4 only - [scp.1 sshd.8 servconf.h scp.c] document -4, -6, and 'ssh -L 2022/::1/22' - [ssh.c] 'ssh @host' is illegal (null user name), from karsten@gedankenpolizei.de - [sshconnect.c] better error message - [sshd.c] allow auth-kerberos for IPv4 only - Big IPv6 merge: - Cleanup overrun in sockaddr copying on RHL 6.1 - Replacements for getaddrinfo, getnameinfo, etc based on versions from patch from KIKUCHI Takahiro <kick@kyoto.wide.ad.jp> - Replacement for missing structures on systems that lack IPv6 - record_login needed to know about AF_INET6 addresses - Borrowed more code from OpenBSD: rresvport_af and requisites
2000-01-07 - Solaris build fix from Gary E. Miller <gem@rellim.com>Damien Miller
2000-01-07 - Better KrbIV / AFS detection, based on patch from:Damien Miller
Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
2000-01-06 - Fixed annoying DES corruption problem. libcrypt has beenDamien Miller
overriding symbols in libcrypto. Removed libcrypt and crypt.h altogether (libcrypto includes its own crypt(1) replacement) - Added platform-specific rules for Irix 6.x. Included warning that they are untested.
2000-01-02 - Added support for directory-based lastlogsDamien Miller
- Really fix typedefs, patch from Ben Taylor <bent@clark.net> - Prevent multiple inclusion of config.h and defines.h. Suggested by Andre Lucas <andre.lucas@dial.pipex.com>
1999-12-31 - Remove test for quad_t. No longer needed.Damien Miller
1999-12-31 - Really fix broken default path. Fix from Jim KnobleDamien Miller
<jmknoble@pobox.com>
1999-12-31 - Fill in ut_utaddr utmp field. Report from Benjamin CharronDamien Miller
<iretd@bigfoot.com>
1999-12-31 - Fix broken autoconf typedef detection. Report from Marc G.Damien Miller
Fournier <marc.fournier@acadiau.ca>
1999-12-30 - Merged Dante SOCKS support patch from David RankinDamien Miller
<drankin@bohemians.lexington.ky.us> - Updated documentation with ./configure options
1999-12-29 - Detect missing size_t and typedef it.Damien Miller
1999-12-29 - Print whether OpenSSH was compiled with RSARef, patch fromDamien Miller
Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu>
1999-12-29 - Autodetect perl, patch from David RankinDamien Miller
<drankin@bohemians.lexington.ky.us>
1999-12-29 - Applied another NetBSD portability patch from David RankinDamien Miller
<drankin@bohemians.lexington.ky.us> - Fix --with-default-path option.
1999-12-29 - Merged AIX patch from Darren Hall <dhall@virage.org>Damien Miller
- Cleaned up defines.h
1999-12-28 - Portability fixes for Irix 5.3 (now compiles OK!)Damien Miller
- autoconf and other misc cleanups
1999-12-28 - NetBSD login.c compile fix from David RankinDamien Miller
<drankin@bohemians.lexington.ky.us> - Fully set ut_tv if present in utmp or utmpx
1999-12-28 - Replacement for getpagesize() for systems which lack itDamien Miller
1999-12-27 - Added --with-default-path to specify custom path for serverDamien Miller
- Removed #ifdef trickery from acconfig.h into defines.h
1999-12-2619991226Damien Miller
- Enabled utmpx support by default for Solaris - Cleanup sshd.c PAM a little more 19991225 - Merged fixes from Ben Taylor <bent@clark.net> - Fixed configure support for PAM. Reported by Naz <96na@eng.cam.ac.uk> - Disabled logging of PAM password authentication failures when password is empty. (e.g start of authentication loop). Reported by Naz <96na@eng.cam.ac.uk>)
1999-12-25- Prepare for 1.2.1pre20Damien Miller
19991225 - More fixes from Andre Lucas <andre.lucas@dial.pipex.com> - Cleanup of auth-passwd.c for shadow and MD5 passwords - Cleanup and bugfix of PAM authentication code 19991223 - Merged later HPUX patch from Andre Lucas <andre.lucas@dial.pipex.com> - Above patch included better utmpx support from Ben Taylor <bent@clark.net>:
1999-12-21 - Integration of large HPUX patch from Andre LucasDamien Miller
<andre.lucas@dial.pipex.com>. Integrating it had a few other benefits: - Ability to disable shadow passwords at configure time - Ability to disable lastlog support at configure time - Support for IP address in $DISPLAY
1999-12-21Made utmpx optionalDamien Miller
1999-12-15 - Added better test for inline functions compiler support fromDamien Miller
Darren_Hall@progressive.com
1999-12-15 - Integrated patchs from Juergen Keil <jk@tools.de>Damien Miller
- Avoid void* pointer arithmatic - Use LDFLAGS correctly
1999-12-14 - Some older systems don't have poll.h, they use sys/poll.h insteadDamien Miller
- Doc updates
1999-12-13 - Fix compilation on systems with AFS. Reported byDamien Miller
aloomis@glue.umd.edu - Fix installation on Solaris. Reported by Gordon Rowell <gordonr@gormand.com.au> - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com, patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de> - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com> - Compile fix from David Agraz <dagraz@jahoopa.com> - Avoid compiler warning in bsd-snprintf.c - Added pam_limits.so to default PAM config. Suggested by Jim Knoble <jmknoble@pobox.com>
1999-12-09 - Applied patch from David Rankin <drankin@bohemians.lexington.ky.us>Damien Miller
to fix libwrap support on NetBSD
1999-12-09 - Import of patch from Ben Taylor <bent@clark.net>:Damien Miller
- Improved PAM support - "uninstall" rule for Makefile - utmpx support - Should fix PAM problems on Solaris
1999-12-08 - Compile fix for Solaris with /dev/ptmx fromDamien Miller
David Agraz <dagraz@jahoopa.com>
1999-12-07 - Merged more OpenBSD changes:Damien Miller
- [atomicio.c authfd.c scp.c serverloop.c ssh.h sshconnect.c sshd.c] move atomicio into it's own file. wrap all socket write()s which were doing write(sock, buf, len) != len, with atomicio() calls. - [auth-skey.c] fd leak - [authfile.c] properly name fd variable - [channels.c] display great hatred towards strcpy - [pty.c pty.h sshd.c] use openpty() if it exists (it does on BSD4_4) - [tildexpand.c] check for ~ expansion past MAXPATHLEN - Modified helper.c to use new atomicio function. - Reformat Makefile a little - Moved RC4 routines from rc4.[ch] into helper.c - Added autoconf code to detect /dev/ptmx (Solaris) and /dev/ptc (AIX)