Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-03 | - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu | Damien 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 Durham | Damien Miller | |
<jmd@aoe.vt.edu> | |||
2000-02-01 | - Use socket pairs by default (instead of pipes). Prevents race condition | Damien 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 keypairs | Damien Miller | |
- Split random collector into seperate file | |||
2000-01-29 | fix comment | Damien 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 from | Damien Miller | |
mouring@newton.pconline.com | |||
2000-01-27 | ssh should be setuid | Damien Miller | |
2000-01-27 | Add const to suppress compiler warning | Damien Miller | |
2000-01-26 | - Added 'DESTDIR' option to Makefile to ease package building. Patch from | Damien 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 Knoble | Damien Miller | |
<jmknoble@pobox.com> | |||
2000-01-26 | - Use preformatted manpages on SCO, report from Gary E. Miller | Damien Miller | |
<gem@rellim.com> - New URL for x11-ssh-askpass. | |||
2000-01-26 | - Reorder PAM initialisation so it does not mess up lastlog. Reported | Damien Miller | |
by Andre Lucas <andre.lucas@dial.pipex.com> | |||
2000-01-26 | - Fix NULL pointer dereference in login.c. Fix from Andre Lucas | Damien Miller | |
<andre.lucas@dial.pipex.com> | |||
2000-01-24 | - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number | Damien Miller | |
increment) | |||
2000-01-23 | - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com> | Damien Miller | |
2000-01-23 | Prepare for 1.2.2 | Damien Miller | |
2000-01-23 | - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin | Damien 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 Trapp | Damien Miller | |
<Holger.Trapp@Informatik.TU-Chemnitz.DE> | |||
2000-01-22 | - Make IPv4 use the default in RPM packages | Damien Miller | |
- Irix uses preformatted manpages | |||
2000-01-22 | - Merge preformatted manpage patch from Andre Lucas | Damien Miller | |
<andre.lucas@dial.pipex.com> | |||
2000-01-22 | - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben Taylor | Damien Miller | |
<bent@clark.net> | |||
2000-01-21 | - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and | Damien Miller | |
Christos Zoulas <christos@netbsd.org> | |||
2000-01-20 | - Doc updates | Damien Miller | |
2000-01-20 | - Big manpage and config file cleanup from Andre Lucas | Damien Miller | |
<andre.lucas@dial.pipex.com> - Re-added latest (unmodified) OpenBSD manpages | |||
2000-01-20 | - Big manpage and config file cleanup from Andre Lucas | Damien Miller | |
<andre.lucas@dial.pipex.com> - Re-added latest (unmodified) OpenBSD manpages | |||
2000-01-20 | - Update to latest OpenBSD CVS: | Damien Miller | |
- [auth-rsa.c] - fix user/1056, sshd keeps restrictions; dbt@meat.net - [sshconnect.c] - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags. - destroy keys earlier - split key exchange (kex) and user authentication (user-auth), ok: provos@ - [sshd.c] - no need for poll.h; from bright@wintelcom.net - disable agent fwding for proto 1.3, remove abuse of auth-rsa flags. - split key exchange (kex) and user authentication (user-auth), ok: provos@ | |||
2000-01-20 | - Don't use getaddrinfo on AIX | Damien Miller | |
2000-01-19 | - Linux/glibc-2.1.2 takes a *long* time to look up names for AF_UNSPEC | Damien 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-19 | - Compile fix from Darren_Hall@progressive.com | Damien Miller | |
2000-01-18 | - Compile fix for HPUX and Solaris from Andre Lucas | Damien Miller | |
<andre.lucas@dial.pipex.com> | |||
2000-01-18 | - Makefile fix from Gary E. Miller <gem@rellim.com> | Damien Miller | |
2000-01-18 | - Fixed --with-pid-dir option | Damien Miller | |
2000-01-17 | - Substitute PID directory in sshd.8. Suggestion from Andrew | Damien 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 hang on logout if processes are still using the pty. Needs | Damien Miller | |
further testing. | |||
2000-01-17 | - Fix --with-ipaddr-display option test. Fix from Jarno Huuskonen | Damien Miller | |
<jhuuskon@hytti.uku.fi> | |||
2000-01-17 | - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c) | Damien Miller | |
2000-01-17 | - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6 | Damien Miller | |
INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to deliver (no IPv6 kernel kernel support) - Released 1.2.1pre27 | |||
2000-01-17 | Prepare for pre27 | Damien Miller | |
2000-01-17 | - Document location of Redhat PAM file in INSTALL. | Damien Miller | |
2000-01-17 | - Revert __snprintf -> snprintf aliasing. Apparently Solaris | Damien Miller | |
__snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org> | |||
2000-01-17 | - Clean up bsd-bindresvport.c. Use arc4random() for picking initial | Damien Miller | |
port, ignore EINVAL errors (Linux) when searching for free port. | |||
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> |