Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-05-01 | - Include missing headers for OpenSSL tests. Fix from Phil Karn | Damien Miller | |
<karn@ka9q.ampr.org> | |||
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-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't | Damien 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 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-08 | - Only set define entropy collection macros if they are found | Damien Miller | |
2000-04-04 | - Add tests for RAND_add function when searching for OpenSSL | Damien 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/random | Damien Miller | |
and EGD | |||
2000-03-26 | Test RSA_private_decrypt when searching for OpenSSL | Damien Miller | |
2000-03-17 | - Checks for 64 bit int types. Problem report from Mats Fredholm | Damien 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 Makefile | Damien 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_list | Damien 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't | Damien 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 | |
2000-03-11 | More config fixes | Damien Miller | |
2000-03-11 | - Detect RSAref | Damien Miller | |
2000-03-09 | - Removed warning workaround for Linux and devpts filesystems (no longer | Damien Miller | |
required after OpenBSD updates) | |||
2000-03-08 | - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp> | Damien Miller | |
2000-03-05 | - Check for libwrap if --with-tcp-wrappers option specified. Suggestion | Damien Miller | |
Mate Wierdl <mw@moni.msci.memphis.edu> | |||
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-05 | - Explicitly seed OpenSSL's PRNG before checking rsa_alive() | Damien Miller | |
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-02-07 | - Removed SOCKS code. Will support through a ProxyCommand. | Damien Miller | |
2000-02-03 | - Add --with-ssl-dir option | 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-26 | - Use preformatted manpages on SCO, report from Gary E. Miller | Damien Miller | |
<gem@rellim.com> - New URL for x11-ssh-askpass. | |||
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 | - 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-21 | - NetBSD patch from David Rankin <drankin@bohemians.lexington.ky.us> and | Damien Miller | |
Christos Zoulas <christos@netbsd.org> | |||
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-18 | - Compile fix for HPUX and Solaris from Andre Lucas | Damien Miller | |
<andre.lucas@dial.pipex.com> | |||
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 --with-ipaddr-display option test. Fix from Jarno Huuskonen | Damien Miller | |
<jhuuskon@hytti.uku.fi> | |||
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-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 | - Renamed --with-xauth-path to --with-xauth | Damien Miller | |
- Added --with-pid-dir option - Released 1.2.1pre26 |