summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-03-07add warningDamien Miller
2000-03-07Update versionDamien Miller
2000-03-05Avoid compiler warningsDamien Miller
2000-03-05 - Check for libwrap if --with-tcp-wrappers option specified. SuggestionDamien Miller
Mate Wierdl <mw@moni.msci.memphis.edu>
2000-03-05 - Check for getpagesize in libucb.a if not found in libc. Fix for oldDamien Miller
Solaris from Andre Lucas <andre.lucas@dial.pipex.com>
2000-03-05 - Explicitly seed OpenSSL's PRNG before checking rsa_alive()Damien Miller
2000-03-05 - Fix DEC compile fixDamien Miller
2000-03-03 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>Damien Miller
- Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
2000-03-03 - Don't permanently fail on bind() if getaddrinfo has more choices left forDamien Miller
us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz Miskiewicz <misiek@pld.org.pl>
2000-03-03- Added "make host-key" target, Suggestion from Dominik BrettnacherDamien Miller
<domi@saargate.de>
2000-03-02 - Allow root access to any key. Patch fromDamien Miller
markus.friedl@informatik.uni-erlangen.de
2000-03-02 - Warning was valid - possible race condition on PTYs. Avoided usingDamien Miller
platform-specific code. - Document some common problems
2000-03-02 - Avoid warning message with Unix98 ptysDamien Miller
2000-03-02 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.deDamien Miller
2000-03-02 - Big cleanup of autoconf codeDamien Miller
- 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).
2000-02-07 - Removed SOCKS code. Will support through a ProxyCommand.Damien Miller
2000-02-03Import of spilt-off random collection codeDamien Miller
2000-02-03Add apologyDamien Miller
2000-02-03 - Add --with-ssl-dir optionDamien Miller
2000-02-03 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.huDamien Miller
2000-02-02 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>Damien Miller
- Added URLs to Japanese translations of documents by HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
2000-02-02 - Fix lastlog code for directory based lastlogs. Fix from Josh DurhamDamien Miller
<jmd@aoe.vt.edu>
2000-02-01 - Use socket pairs by default (instead of pipes). Prevents race conditionDamien Miller
on several (buggy) OSs. Report and fix from tridge@linuxcare.com
2000-01-29 - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com>Damien Miller
2000-01-29 - Seed OpenSSL's random number generator before generating RSA keypairsDamien Miller
- Split random collector into seperate file
2000-01-29fix commentDamien Miller
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-27ssh should be setuidDamien Miller
2000-01-27Add const to suppress compiler warningDamien Miller
2000-01-26 - Added 'DESTDIR' option to Makefile to ease package building. Patch fromDamien Miller
Jim Knoble <jmknoble@pobox.com> - Updated RPM spec files to use DESTDIR
2000-01-26 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim KnobleDamien Miller
<jmknoble@pobox.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-26 - Reorder PAM initialisation so it does not mess up lastlog. ReportedDamien Miller
by Andre Lucas <andre.lucas@dial.pipex.com>
2000-01-26 - Fix NULL pointer dereference in login.c. Fix from Andre LucasDamien Miller
<andre.lucas@dial.pipex.com>
2000-01-24 - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version numberDamien Miller
increment)
2000-01-23 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com>Damien Miller
2000-01-23Prepare for 1.2.2Damien Miller
2000-01-23 - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David RankinDamien Miller
<drankin@bohemians.lexington.ky.us>
2000-01-23 - OpenBSD CVS:Damien Miller
- [packet.c] getsockname() requires initialized tolen; andy@guildsoftware.com
2000-01-22 - OpenBSD CVS updates:Damien Miller
- [ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8] ie. -> i.e.,
2000-01-22 - OpenBSD CVS updates:Damien Miller
- [packet.c] use getpeername() in packet_connection_is_on_socket(), fixes sshd -i; from Holger.Trapp@Informatik.TU-Chemnitz.DE - [sshd.c] log with level log() not fatal() if peer behaves badly. - [readpass.c] instead of blocking SIGINT, catch it ourselves, so that we can clean the tty modes up and kill ourselves -- instead of our process group leader (scp, cvs, ...) going away and leaving us in noecho mode. people with cbreak shells never even noticed..
2000-01-22 - Missing htons() in bsd-bindresvport.c, fix from Holger TrappDamien Miller
<Holger.Trapp@Informatik.TU-Chemnitz.DE>
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-22 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben TaylorDamien Miller
<bent@clark.net>
2000-01-21 - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> andDamien Miller
Christos Zoulas <christos@netbsd.org>
2000-01-20 - Doc updatesDamien Miller
2000-01-20 - Big manpage and config file cleanup from Andre LucasDamien Miller
<andre.lucas@dial.pipex.com> - Re-added latest (unmodified) OpenBSD manpages
2000-01-20 - Big manpage and config file cleanup from Andre LucasDamien Miller
<andre.lucas@dial.pipex.com> - Re-added latest (unmodified) OpenBSD manpages