Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-16 | - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc) | Damien Miller | |
- (djm) Fix strerror replacement for old SunOS. Based on patch from Charles Levert <charles@comm.polymtl.ca> - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4 implementation. | |||
2000-07-15 | - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca> | Damien Miller | |
- Include floatingpoint.h for entropy.c - strerror replacement | |||
2000-07-11 | - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de> | Damien Miller | |
2000-07-09 | - (djm) AIX getuserattr() session initialisation from Tom Bertelson | Damien Miller | |
<tbert@abac.com> | |||
2000-07-09 | - (djm) Only enable PAM_TTY kludge for Linux. Problem report from | Damien Miller | |
Kevin Steves <stevesk@sweden.hp.com> | |||
2000-07-08 | *** empty log message *** | Damien Miller | |
2000-07-01 | - (djm) Added check for broken snprintf() functions which do not correctly | Damien Miller | |
terminate output string and attempt to use replacement. | |||
2000-07-01 | - (djm) Login fixes from Tom Bertelson <tbert@abac.com> | Damien Miller | |
2000-06-28 | - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA | Damien Miller | |
support. Enable using "USE_SIA=1 ./configure [options]" | |||
2000-06-28 | - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for | Damien Miller | |
Irix 6.x array sessions, project id's, and system audit trail id. | |||
2000-06-26 | - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de> | Damien Miller | |
- (djm) Added password expiry checking (no password change support) | |||
2000-06-23 | - (djm) Use sa_family_t in prototype for rresvport_af. Patch from | Damien Miller | |
Svante Signell <svante.signell@telia.com> - (djm) Autoconf logic to define sa_family_t if it is missing | |||
2000-06-18 | - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support | Damien Miller | |
2000-06-03 | Removed obsolete lastlog symbols | andre | |
2000-06-03 | Added new login recording code | andre | |
Added test program for login code (make logintest) | |||
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 defined | Damien Miller | |
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 | - Applied Tom Bertelson's <tbert@abac.com> AIX authentication fix | Damien Miller | |
2000-05-02 | - Add Andre Lucas' <andre.lucas@dial.pipex.com> patch to read entropy | Damien Miller | |
gathering commands from a text file | |||
2000-04-30 | - Integrate Andre Lucas' <andre.lucas@dial.pipex.com> entropy collection | Damien 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-16 | - Reduce diff against OpenBSD source | Damien 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-03 | - Wrote entropy collection routines for systems that lack /dev/random | Damien Miller | |
and EGD | |||
2000-03-13 | *** empty log message *** | Damien Miller | |
2000-03-11 | - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp> | Damien Miller | |
2000-03-09 | - Removed warning workaround for Linux and devpts filesystems (no longer | Damien Miller | |
required after OpenBSD updates) | |||
2000-03-05 | - Check for getpagesize in libucb.a if not found in libc. Fix for old | Damien Miller | |
Solaris from Andre Lucas <andre.lucas@dial.pipex.com> | |||
2000-03-02 | - Warning was valid - possible race condition on PTYs. Avoided using | Damien Miller | |
platform-specific code. - Document some common problems | |||
2000-03-02 | - Big cleanup of autoconf code | Damien 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-01-23 | - AIX patch from Matt Richards <v2matt@btv.ibm.com> and David Rankin | Damien Miller | |
<drankin@bohemians.lexington.ky.us> | |||
2000-01-22 | - Merge preformatted manpage patch from Andre Lucas | Damien Miller | |
<andre.lucas@dial.pipex.com> | |||
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 | - Compile fix from Darren_Hall@progressive.com | Damien Miller | |
2000-01-18 | - Fixed --with-pid-dir option | 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-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-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-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 | - Remove test for quad_t. No longer needed. | Damien Miller | |
1999-12-31 | - Fill in ut_utaddr utmp field. Report from Benjamin Charron | Damien Miller | |
<iretd@bigfoot.com> | |||
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-29 | - Detect missing size_t and typedef it. | Damien Miller | |
1999-12-29 | - Print whether OpenSSH was compiled with RSARef, patch from | Damien Miller | |
Nalin Dahyabhai <nalin@thermo.stat.ncsu.edu> | |||
1999-12-29 | - Applied another NetBSD portability patch from David Rankin | Damien Miller | |
<drankin@bohemians.lexington.ky.us> - Fix --with-default-path option. | |||
1999-12-29 | - Merged AIX patch from Darren Hall <dhall@virage.org> | Damien Miller | |
- Cleaned up defines.h | |||
1999-12-28 | - Portability fixes for Irix 5.3 (now compiles OK!) | Damien Miller | |
- autoconf and other misc cleanups | |||
1999-12-28 | - NetBSD login.c compile fix from David Rankin | Damien Miller | |
<drankin@bohemians.lexington.ky.us> - Fully set ut_tv if present in utmp or utmpx | |||
1999-12-27 | - Added --with-default-path to specify custom path for server | Damien Miller | |
- Removed #ifdef trickery from acconfig.h into defines.h | |||
1999-12-26 | - Fixed implicit '.' in default path, report from Jim Knoble | Damien Miller | |
<jmknoble@pobox.com> |