summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* - Only set define entropy collection macros if they are founddamien2000-04-081-30/+61
|
* - Add tests for RAND_add function when searching for OpenSSLdamien2000-04-041-1/+1
|
* - Disable tests and typedefs for 64 bit types. They are currently unused.V_1_2_3_TEST2damien2000-04-031-6/+6
|
* - Wrote entropy collection routines for systems that lack /dev/randomdamien2000-04-031-12/+39
| | | | and EGD
* Test RSA_private_decrypt when searching for OpenSSLdamien2000-03-261-6/+16
|
* - Checks for 64 bit int types. Problem report from Mats Fredholmdamien2000-03-171-16/+17
| | | | <matsf@init.se>
* - Clarified --with-default-path option.damien2000-03-161-0/+17
| | | | | | - Added -blibpath handling for AIX to work around stupid runtime linking. Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble <jmknoble@pobox.com>
* - Propogate LD through to Makefiledamien2000-03-151-4/+11
|
* - Fixed configure not passing LDFLAGS to Solaris. Report from David G.damien2000-03-151-2/+1
| | | | Hesprich <dghespri@sprintparanet.com>
* - Configure fix from Bratislav ILICH <bilic@zepter.ru>damien2000-03-151-1/+1
|
* - Created contrib/ subdirectory. Included helpers from Phil Hands'damien2000-03-151-19/+0
| | | | | | | | Debian package, README file and chroot patch from Ricardo Cerqueira <rmcc@clix.pt> - Moved gnome-ssh-askpass.c to contrib directory and reomved config option. - Slight cleanup to doc files
* - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_listdamien2000-03-141-14/+18
| | | | problems with gcc/Solaris.
* *** empty log message ***damien2000-03-141-1/+1
|
* - Include /usr/local/include and /usr/local/lib for systems that don'tdamien2000-03-141-2/+14
| | | | | | | do it themselves - -R/usr/local/lib for Solaris - Fix RSAref detection - Fix IN6_IS_ADDR_V4MAPPED macro
* - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>damien2000-03-111-0/+22
|
* More config fixesdamien2000-03-111-2/+2
|
* - Detect RSArefdamien2000-03-111-41/+56
|
* - Removed warning workaround for Linux and devpts filesystems (no longerdamien2000-03-091-9/+0
| | | | required after OpenBSD updates)
* - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>damien2000-03-071-1/+1
|
* - Check for libwrap if --with-tcp-wrappers option specified. Suggestiondamien2000-03-051-1/+18
| | | | Mate Wierdl <mw@moni.msci.memphis.edu>
* - Check for getpagesize in libucb.a if not found in libc. Fix for olddamien2000-03-051-1/+7
| | | | Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
* - Explicitly seed OpenSSL's PRNG before checking rsa_alive()damien2000-03-051-2/+6
|
* - Warning was valid - possible race condition on PTYs. Avoided usingdamien2000-03-021-2/+21
| | | | | platform-specific code. - Document some common problems
* - Big cleanup of autoconf codedamien2000-03-021-208/+240
| | | | | | | | - Rearranged to be a little more logical - Added -R option for Solaris - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program to detect library and header location _and_ ensure library has proper RSA support built in (this is a problem with OpenSSL 0.9.5).
* - Removed SOCKS code. Will support through a ProxyCommand.damien2000-02-071-53/+2
|
* - Add --with-ssl-dir optiondamien2000-02-031-3/+10
|
* - Added note in UPGRADING re interop with commercial SSH using idea.damien2000-01-281-1/+2
| | | | | | Report from Jim Knoble <jmknoble@pobox.com> - Fix linking order for Kerberos/AFS. Fix from Holget Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
* - NeXT keeps it lastlog in /usr/adm. Report fromdamien2000-01-271-1/+1
| | | | mouring@newton.pconline.com
* - Use preformatted manpages on SCO, report from Gary E. Millerdamien2000-01-261-0/+3
| | | | | <gem@rellim.com> - New URL for x11-ssh-askpass.
* - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankindamien2000-01-221-2/+42
| | | | <drankin@bohemians.lexington.ky.us>
* - Make IPv4 use the default in RPM packagesdamien2000-01-221-1/+3
| | | | - Irix uses preformatted manpages
* - Merge preformatted manpage patch from Andre Lucasdamien2000-01-221-1/+21
| | | | <andre.lucas@dial.pipex.com>
* - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> anddamien2000-01-201-25/+30
| | | | Christos Zoulas <christos@netbsd.org>
* - Don't use getaddrinfo on AIXdamien2000-01-201-0/+1
|
* - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPECdamien2000-01-191-0/+9
| | | | | addresses using getaddrinfo(). Added a configure switch to make the default lookup mode AF_INET
* - SCO compile fixes from Gary E. Miller <gem@rellim.com>damien2000-01-191-2/+2
|
* - Compile fix for HPUX and Solaris from Andre Lucasdamien2000-01-171-0/+1
| | | | <andre.lucas@dial.pipex.com>
* - Fixed --with-pid-dir optiondamien2000-01-171-1/+1
|
* - Substitute PID directory in sshd.8. Suggestion from Andrewdamien2000-01-171-1/+4
| | | | Stribblehill <a.d.stribblehill@durham.ac.uk>
* - Patch from Christos Zoulas <christos@zoulas.com>damien2000-01-171-5/+15
| | | | | - Try $prefix first when looking for OpenSSL. - Include sys/types.h when including sys/socket.h in test programs
* - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonendamien2000-01-171-1/+1
| | | | <jhuuskon@hytti.uku.fi>
* - Revert __snprintf -> snprintf aliasing. Apparently Solarisdamien2000-01-161-1/+1
| | | | __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
* - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>damien2000-01-161-1/+1
| | | | | - Fixed broken bugfix for /dev/ptmx on Linux systems which lack openpty(). Report from Kiyokazu SUTO <suto@ks-and-ks.ne.jp>
* - Renamed --with-xauth-path to --with-xauthV_1_2_1_PRE26damien2000-01-161-2/+11
| | | | | - Added --with-pid-dir option - Released 1.2.1pre26
* - Add --with-xauth-path configure directive and explicit test fordamien2000-01-151-5/+46
| | | | | | | | | | | | | /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.
* - Merged OpenBSD IPv6 patch:damien2000-01-141-5/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [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
* - Solaris build fix from Gary E. Miller <gem@rellim.com>V_1_2_1_PRE25damien2000-01-071-6/+9
|
* - Better KrbIV / AFS detection, based on patch from:damien2000-01-061-7/+43
| | | | Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE>
* - Fixed annoying DES corruption problem. libcrypt has beendamien2000-01-061-4/+6
| | | | | | | 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.
* - Added support for directory-based lastlogsdamien2000-01-021-2/+0
| | | | | | - 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>