summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2000-06-19Line up 'configure --help' outputandre
2000-06-18 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT supportDamien Miller
2000-06-18 - (djm) Add summary of configure options to end of ./configure runDamien Miller
- (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from Michael Stone <mstone@cs.loyola.edu> - (djm) rusage is a privileged operation on some Unices (incl. Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com> - (djm) Avoid PAM failures when running without a TTY. Report from Martin Petrak <petrak@spsknm.schools.sk> - (djm) Include sys/types.h when including netinet/in.h in configure tests. Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
2000-06-13 - (djm) Fix short copy in loginrec.c (based on patch from Phill CampDamien Miller
<P.S.S.Camp@ukc.ac.uk>
2000-06-13 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:Damien Miller
- Platform define for SCO 3.x which breaks on /dev/ptmx - Detect and try to fix missing MAXPATHLEN
2000-06-12Stop lastlog detection setting DISABLE_LASTLOG - this flag meansandre
'never even try to get the last login time', whereas we want to try to use wtmp/wtmpx unless told otherwise. See loginrec.c:getlast_entry().
2000-06-12Added catman defines for AIX (Tom Bertelson <tbert@abac.com>)andre
Fixed errant comma (Tom Bertelson <tbert@abac.com>)
2000-06-12 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>Damien Miller
2000-06-09 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usageDamien Miller
(in favour of utmpx) on Solaris 8
2000-06-07 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass throughDamien Miller
list of commands (by default). Removed verbose debugging (by default). - (djm) Increased command entropy estimates and default entropy collection timeout
2000-06-07 - (djm) Don't add /usr/local/lib to library search path on IrixDamien Miller
2000-06-05 - (djm) Added --with-cflags, --with-ldflags and --with-libs options toDamien Miller
configure.
2000-06-04 - Configure tweaking for new login code on Irix 5.3Damien Miller
2000-06-03Disable lastlog for AIX, as it's handled by the OS as part of the loginandre
message
2000-06-03Added new login recording codeandre
Added test program for login code (make logintest)
2000-05-31 - Rewrote bsd-login to use proper utmp API if available. Major cleanupDamien Miller
of fallback DIY code.
2000-05-30 - Define atexit for old SolarisDamien Miller
2000-05-20 - HPUX and Configure fixes from Lutz JaenickeDamien Miller
<Lutz.Jaenicke@aet.TU-Cottbus.DE> - Use mkinstalldirs script to make directories instead of non-portable "install -d". Suggested by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-05-20 - SunOS 4.x support from Todd C. Miller <Todd.Miller@courtesan.com>Damien Miller
2000-05-20 - Don't touch utmp if USE_UTMPX definedDamien Miller
2000-05-17 - Detect OpenSSL seperatly from RSADamien Miller
- Better test for RSA (more compatible with RSAref). Based on work by Ed Eden <ede370@stl.rural.usda.gov>
2000-05-17 - Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>Damien Miller
- INSTALL typo and URL fix - Makefile fix - Solaris fixes - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
2000-05-17 - Fix HAVE_PAM_GETENVLIST setting from Simon Wilkinson <sxw@dcs.ed.ac.uk>Damien Miller
2000-05-17 - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fixDamien Miller
2000-05-17 - Fix from Andre Lucas <andre.lucas@dial.pipex.com>Damien Miller
- Fixes command line printing segfaults (spotter: Bladt Norbert) - Fixes erroneous printing of debug messages to syslog - Fixes utmp for MacOS X (spotter: Aristedes Maniatis) - Gives useful error message if PRNG initialisation fails - Reduced ssh startup delay - Measures cumulative command time rather than the time between reads after select() - 'fixprogs' perl script to eliminate non-working entropy commands, and optionally run 'ent' to measure command entropy
2000-05-08 - Configure caching and cleanup patch from Andre Lucas'Damien Miller
<andre.lucas@dial.pipex.com>
2000-05-07 - Remove references to SSLeay.Damien Miller
- Big OpenBSD CVS update - markus@cvs.openbsd.org [clientloop.c] - typo [session.c] - update proctitle on pty alloc/dealloc, e.g. w/ windows client [session.c] - update proctitle for proto 1, too [channels.h nchan.c serverloop.c session.c sshd.c] - use c-style comments - deraadt@cvs.openbsd.org [scp.c] - more atomicio - markus@cvs.openbsd.org [channels.c] - set O_NONBLOCK [ssh.1] - update AUTHOR [readconf.c ssh-keygen.c ssh.h] - default DSA key file ~/.ssh/id_dsa [clientloop.c] - typo, rm verbose debug - deraadt@cvs.openbsd.org [ssh-keygen.1] - document DSA use of ssh-keygen [sshd.8] - a start at describing what i understand of the DSA side [ssh-keygen.1] - document -X and -x [ssh-keygen.c] - simplify usage - markus@cvs.openbsd.org [sshd.8] - there is no rhosts_dsa [ssh-keygen.1] - document -y, update -X,-x [nchan.c] - fix close for non-open ssh1 channels [servconf.c servconf.h ssh.h sshd.8 sshd.c ] - s/DsaKey/HostDSAKey/, document option [sshconnect2.c] - respect number_of_password_prompts [channels.c channels.h servconf.c servconf.h session.c sshd.8] - GatewayPorts for sshd, ok deraadt@ [ssh-add.1 ssh-agent.1 ssh.1] - more doc on: DSA, id_dsa, known_hosts2, authorized_keys2 [ssh.1] - more info on proto 2 [sshd.8] - sync AUTHOR w/ ssh.1 [key.c key.h sshconnect.c] - print key type when talking about host keys [packet.c] - clear padding in ssh2 [dsa.c key.c radix.c ssh.h sshconnect1.c uuencode.c uuencode.h] - replace broken uuencode w/ libc b64_ntop [auth2.c] - log failure before sending the reply [key.c radix.c uuencode.c] - remote trailing comments before calling __b64_pton [auth2.c readconf.c readconf.h servconf.c servconf.h ssh.1] [sshconnect2.c sshd.8] - add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8 - Bring in b64_ntop and b64_pton from OpenBSD libc (bsd-base64.[ch])
2000-05-02 - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropyDamien Miller
gathering commands from a text file
2000-05-02 - Irix portability fixes - don't include netinet headers more than onceDamien Miller
- Make sure we don't save PRNG seed more than once
2000-05-01 - Include missing headers for OpenSSL tests. Fix from Phil KarnDamien Miller
<karn@ka9q.ampr.org>
2000-04-30 - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collectionDamien Miller
patch. - Adds timeout to entropy collection - Disables slow entropy sources - Load and save seed file - Changed entropy seed code to user per-user seeds only (server seed is saved in root's .ssh directory) - Use atexit() and fatal cleanups to save seed on exit
2000-04-30 - Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>Damien Miller
2000-04-23 - Define __progname in session.c if libc doesn'tDamien Miller
- Remove indentation on autoconf #include statements to avoid bug in DEC Tru64 compiler. Report and fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
2000-04-20 - Merge fixes from Debian patch from Phil Hands <phil@hands.com>Damien Miller
- Allow setting of PAM service name through CFLAGS (SSHD_PAM_SERVICE) - Use vhangup to clean up Linux ttys - Force posix getopt processing on GNU libc systems
2000-04-16 - Reduce diff against OpenBSD sourceDamien Miller
- All OpenSSL includes are now unconditionally referenced as openssl/foo.h - Pick up formatting changes - Other minor changed (typecasts, etc) that I missed
2000-04-08 - Only set define entropy collection macros if they are foundDamien Miller
2000-04-04 - Add tests for RAND_add function when searching for OpenSSLDamien Miller
2000-04-03 - Disable tests and typedefs for 64 bit types. They are currently unused.Damien Miller
2000-04-03 - Wrote entropy collection routines for systems that lack /dev/randomDamien Miller
and EGD
2000-03-26Test RSA_private_decrypt when searching for OpenSSLDamien Miller
2000-03-17 - Checks for 64 bit int types. Problem report from Mats FredholmDamien Miller
<matsf@init.se>
2000-03-17 - Clarified --with-default-path option.Damien Miller
- 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>
2000-03-16 - Propogate LD through to MakefileDamien Miller
2000-03-16 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.Damien Miller
Hesprich <dghespri@sprintparanet.com>
2000-03-15 - Configure fix from Bratislav ILICH <bilic@zepter.ru>Damien Miller
2000-03-15 - Created contrib/ subdirectory. Included helpers from Phil Hands'Damien Miller
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
2000-03-15 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_listDamien Miller
problems with gcc/Solaris.
2000-03-14*** empty log message ***Damien Miller
2000-03-14 - Include /usr/local/include and /usr/local/lib for systems that don'tDamien Miller
do it themselves - -R/usr/local/lib for Solaris - Fix RSAref detection - Fix IN6_IS_ADDR_V4MAPPED macro
2000-03-11 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>Damien Miller