Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2000-01-16 | - Compilation fix from Kiyokazu SUTO <suto@ks-and-ks.ne.jp> | Damien Miller | |
2000-01-16 | - Renamed --with-xauth-path to --with-xauth | Damien Miller | |
- Added --with-pid-dir option - Released 1.2.1pre26 | |||
2000-01-16 | Added PreReq lines | Damien Miller | |
2000-01-15 | Prepare spec files for pre26 | Damien Miller | |
2000-01-15 | - Add --with-xauth-path configure directive and explicit test for | Damien 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-11 | - Fixes to auth-skey to enable it to use the standard OpenSSL libraries | Damien Miller | |
2000-01-07 | Fix typo | Damien Miller | |
2000-01-07 | - Solaris build fix from Gary E. Miller <gem@rellim.com> | Damien Miller | |
2000-01-07 | - New config.sub and config.guess to fix problems on SCO. Supplied | Damien Miller | |
by Gary E. Miller <gem@rellim.com> | |||
2000-01-07 | - Better KrbIV / AFS detection, based on patch from: | Damien Miller | |
Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE> | |||
2000-01-06 | Doc updates | Damien Miller | |
2000-01-06 | Prepare for V_1_2_1_PRE25 | Damien Miller | |
2000-01-06 | - Fixed annoying DES corruption problem. libcrypt has been | Damien 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-03 | - OpenBSD CVS updates | Damien Miller | |
- [ssh-agent.c] cleanup_exit() for SIGTERM/SIGHUP, too. from fgsch@ and dgaudet@arctic.org - [sshconnect.c] compare correct version for 1.3 compat mode | |||
2000-01-03 | - Removed "nullok" directive from default PAM configuration files. | Damien Miller | |
Added information on enabling EmptyPasswords on openssh+PAM in UPGRADING file. | |||
2000-01-03 | - Add explicit make rules for files proccessed by fixpaths. | Damien Miller | |
- Fix "make install" in RPM spec files. Report from Tenkou N. Hattori <tnh@kondara.org> | |||
2000-01-02 | - Run fixpaths before install. (Andre Lucas) | Damien Miller | |
2000-01-02 | - Properly clean up on exit of ssh-agent. Patch from Dean Gaudet | Damien Miller | |
<dgaudet@arctic.org> | |||
2000-01-02 | - Added support for directory-based lastlogs | Damien 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 | Prepare for pre24 | Damien Miller | |
1999-12-31 | - Remove test for quad_t. No longer needed. | Damien Miller | |
1999-12-31 | - Really fix broken default path. Fix from Jim Knoble | Damien Miller | |
<jmknoble@pobox.com> | |||
1999-12-31 | - Fill in ut_utaddr utmp field. Report from Benjamin Charron | Damien Miller | |
<iretd@bigfoot.com> | |||
1999-12-31 | - Prevent typedefs from being compiled more than once. Report from | Damien Miller | |
Marc G. Fournier <marc.fournier@acadiau.ca> | |||
1999-12-31 | - Fix occasional crash on LinuxPPC. Patch from Franz Sirl | Damien Miller | |
<Franz.Sirl-kernel@lauterbach.com> | |||
1999-12-31 | - Fix broken autoconf typedef detection. Report from Marc G. | Damien Miller | |
Fournier <marc.fournier@acadiau.ca> | |||
1999-12-31 | - Fix password support on systems with a mixture of shadowed and | Damien Miller | |
non-shadowed passwords (e.g. NIS). Report and fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp> | |||
1999-12-30 | - Merged Dante SOCKS support patch from David Rankin | Damien Miller | |
<drankin@bohemians.lexington.ky.us> - Updated documentation with ./configure options | |||
1999-12-30 | Prepare for 1.2.1pre23 | Damien Miller | |
1999-12-30 | - Removed most of the pam code into its own file auth-pam.[ch]. This | Damien Miller | |
cleaned up sshd.c up significantly. - Several other cleanups | |||
1999-12-30 | - OpenBSD CVS updates: | Damien Miller | |
- [auth-passwd.c] check for NULL 1st | |||
1999-12-30 | - Rename helper.[ch] to (more appropriate) bsd-misc.[ch] | Damien Miller | |
1999-12-29 | - Rename helper.[ch] to (more appropriate) bsd-misc.[ch] | Damien Miller | |
- Minor Makefile cleaning | |||
1999-12-29 | *** empty log message *** | Damien Miller | |
1999-12-29 | - Detect missing size_t and typedef it. | Damien Miller | |