Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-18 | - (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] Implement | Darren Tucker | |
"make survey" and "make send-survey". This will provide data on the configure parameters, platform and platform features to the development team, which will allow (among other things) better targetting of testing. It's entirely voluntary and is off be default. ok djm@ | |||
2004-11-07 | - (dtucker) [INSTALL Makefile.in configure.ac] Add --with-libedit configure | Darren Tucker | |
option and supporting makefile bits and documentation. | |||
2004-05-27 | - (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec | Darren Tucker | |
contrib/README CREDITS INSTALL] Bug #873: Correct URLs for x11-ssh-askpass and Jim Knoble's email address , from Jim himself. | |||
2003-11-21 | - djm@cvs.openbsd.org 2003/11/21 11:57:03 | Damien Miller | |
[everything] unexpand and delete whitespace at EOL; ok markus@ (done locally and RCS IDs synced) | |||
2003-10-21 | - (dtucker) [INSTALL] Some system crypt() functions support MD5 passwords | Darren Tucker | |
directly. Noted by Darren.Moffat at sun.com. | |||
2003-10-17 | - (dtucker) [INSTALL] Note that --with-md5 is now required on platforms with | Darren Tucker | |
MD5 passwords even if PAM support is enabled. From steev at detritus.net. | |||
2003-09-23 | - (djm) Sync with V_3_7 branch: | Damien Miller | |
- (djm) Fix SSH1 challenge kludge - (djm) Bug #671: Fix builds on OpenBSD - (djm) Bug #676: Fix PAM stack corruption - (djm) Fix bad free() in PAM code - (djm) Don't call pam_end before pam_init - (djm) Enable build with old OpenSSL again - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | |||
2003-09-22 | - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or | Darren Tucker | |
higher. | |||
2003-09-19 | - (djm) Bug #646: Fix location of x11-ssh-askpass; Jim | Damien Miller | |
2003-09-19 | - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL; | Damien Miller | |
djast AT cs.toronto.edu | |||
2003-05-24 | - (dtucker) Correct --osfsia in INSTALL. Patch by skeleten at shillest.net | Darren Tucker | |
2002-07-25 | - (djm) Remove some cruft from INSTALL | Damien Miller | |
2002-06-24 | - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rsh | Kevin Steves | |
2002-05-13 | - (djm) Add INSTALL warning about SSH protocol 1 blowfish w/ OpenSSL < 0.9.6 | Damien Miller | |
2002-04-17 | - (djm) Tell users to configure /dev/random support into OpenSSL in INSTALL | Damien Miller | |
2002-04-14 | - (djm) Random number collection doc fixes from Ben | Damien Miller | |
2002-04-05 | - (bal) Patch for OpenSC SmartCard library; ok markus@; patch by | Ben Lindstrom | |
Juha Yrjölä <jyrjola@cc.hut.fi> - (bal) Minor documentation update to reflect smartcard library support changes. | |||
2002-03-07 | - (bal) Updated INSTALL to reflect 0.9.6 OpenSSL requirement | Ben Lindstrom | |
2001-12-28 | - (djm) Remove recommendation to use GNU make, we should support most | Damien Miller | |
make programs. | |||
2001-12-07 | - (bal) PCRE no longer required. Banished from the source along with | Ben Lindstrom | |
fake-regex.h | |||
2001-06-29 | - (bal) Updated zlib's home. Thanks to David Howe <DaveHowe@gmx.co.uk>. | Ben Lindstrom | |
2001-05-08 | - (bal) ./configure support to disable SIA on OSF1. Patch by | Ben Lindstrom | |
Chris Adams <cmadams@hiwaay.net> | |||
2001-04-28 | - (bal) Updated INSTALL. PCRE moved to a new place. | Ben Lindstrom | |
2001-04-20 | - (stevesk) document PAM service name change in INSTALL | Kevin Steves | |
2001-03-04 | - Allow PRNGd entropy collection from localhost TCP socket. Replace | Damien Miller | |
"--with-egd-pool" configure option with "--with-prngd-socket" and "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> | |||
2001-02-18 | - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi> | Damien Miller | |
2001-02-12 | - (djm) Clean up PCRE text in INSTALL | Damien Miller | |
2001-02-09 | - (djm) Add CVS Id's to files that we have missed | Damien Miller | |
2001-01-25 | - (djm) Mention PRNGd in documentation, it is nicer than EGD | Damien Miller | |
- (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf | |||
2001-01-05 | Jim Knoble has changed his email address | Damien Miller | |
2000-11-10 | Two Ooops. =) | Ben Lindstrom | |
- INSTALL minor correction for s/key - and I forgot to submit loginrec.c even after I put it in the ChangeLog =) | |||
2000-11-10 | 20001110 | Ben Lindstrom | |
- (bal) Fixed dropped answer from skey_keyinfo() in auth1.c - (bal) Changed from --with-skey to --with-skey=PATH in configure.in - (bal) Added in check to verify S/Key library is being detected in configure.in - (bal) next-posix.h - added another prototype wrapped in POSIX ifdef/endif. Patch by Mark Miller <markm@swoon.net> - (bal) Added 'util.h' header to loginrec.c only if HAVE_UTIL_H is defined to remove warnings under MacOS X. Patch by Mark Miller <markm@swoon.net> - (bal) Fixed LDFLAG mispelling in configure.in for --with-afs | |||
2000-11-07 | HP-UX 11 supports PAM. | Kevin Steves | |
2000-10-18 | - (bal) Changed from GNU rx to PCRE on suggestion from djm. | Ben Lindstrom | |
- (bal) Integrated Sony NEWS-OS patches from NAKAJI Hirouyuki <nakaji@tutrp.tut.ac.jp> | |||
2000-10-14 | Add support for GNU rx library for those lacking regexp support | Ben Lindstrom | |
2000-08-31 | - (djm) Pick up new version (2.2.0) from OpenBSD CVS | Damien Miller | |
2000-06-10 | - (djm) Minor doc tweaks | Damien Miller | |
2000-05-20 | - Doc cleanup | 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-09 | - Doc updates | Damien Miller | |
2000-04-30 | clarify requirement for egd | Damien Miller | |
2000-04-13 | doc | Damien Miller | |
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 | - Doc cleanups | 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-03 | - Added "make host-key" target, Suggestion from Dominik Brettnacher | Damien Miller | |
<domi@saargate.de> | |||
2000-02-03 | - Add --with-ssl-dir option | 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 | - Use preformatted manpages on SCO, report from Gary E. Miller | Damien Miller | |
<gem@rellim.com> - New URL for x11-ssh-askpass. | |||
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 |