Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-09 | 20140908 | Darren Tucker | |
- (dtucker) [INSTALL] Update info about egd. ok djm@ | |||
2014-08-26 | - (djm) [INSTALL] Recommend libcrypto be built -fPIC, mention LibreSSL, | Damien Miller | |
update OpenSSL version requirement. | |||
2014-08-19 | - (djm) [INSTALL contrib/caldera/openssh.spec contrib/cygwin/README] | Damien Miller | |
[contrib/redhat/openssh.spec contrib/suse/openssh.spec] Remove mentions of TCP wrappers. | |||
2013-03-07 | - (dtucker) [INSTALL] Bump documented autoconf version to what we're | Darren Tucker | |
currently using. | |||
2011-11-04 | - (dtucker) [INSTALL LICENCE configure.ac openbsd-compat/Makefile.in | Darren Tucker | |
openbsd-compat/getrrsetbyname-ldns.c openbsd-compat/getrrsetbyname.c] bz 1320: Add optional support for LDNS, a BSD licensed DNS resolver library which supports DNSSEC. Patch from Simon Vallet (svallet at genoscope cns fr) with some rework from myself and djm. ok djm. | |||
2011-05-05 | - (djm) [Makefile.in WARNING.RNG aclocal.m4 buildpkg.sh.in configure.ac] | Damien Miller | |
[entropy.c ssh-add.c ssh-agent.c ssh-keygen.c ssh-keyscan.c] [ssh-keysign.c ssh-pkcs11-helper.c ssh-rand-helper.8 ssh-rand-helper.c] [ssh.c ssh_prng_cmds.in sshd.c contrib/aix/buildbff.sh] [regress/README.regress] Remove ssh-rand-helper and all its tentacles. PRNGd seeding has been rolled into entropy.c directly. Thanks to tim@ for testing on affected platforms. | |||
2010-02-12 | - (djm) [INSTALL Makefile.in README.smartcard configure.ac scard-opensc.c] | Damien Miller | |
[scard.c scard.h pkcs11.h scard/Makefile.in scard/Ssh.bin.uu scard/Ssh.java] Remove obsolete smartcard support | |||
2007-08-17 | - (dtucker) [INSTALL] Link to tcpwrappers. | Darren Tucker | |
2007-08-17 | - (dtucker) [INSTALL] Give PAM its own heading. | Darren Tucker | |
2007-08-17 | - (dtucker) [INSTALL] the pid file is sshd.pid not ssh.pid. | Darren Tucker | |
2007-08-17 | - (dtucker) [INSTALL] Group the parts describing random options and PAM | Darren Tucker | |
implementations together which is hopefully more coherent. | |||
2007-08-17 | typo | Darren Tucker | |
2007-04-06 | - (dtucker) [INSTALL] prngd lives at sourceforge these days. | Darren Tucker | |
2007-04-06 | - (dtucker) [INSTALL] Update the systems that have PAM as standard. Link | Darren Tucker | |
to OpenPAM too. | |||
2007-03-02 | - (dtucker) [INSTALL] Update to autoconf-2.61. | Darren Tucker | |
2006-09-17 | - (dtucker) [INSTALL] Add info about audit support. | Darren Tucker | |
2006-07-10 | - (dtucker) [INSTALL] New autoconf version: 2.60. | Darren Tucker | |
2006-07-06 | - (dtucker) [INSTALL] A bit more info on autoconf. | Darren Tucker | |
2006-06-30 | - (dtucker) [INSTALL] Bug #1202: Note when autoconf is required and which | Darren Tucker | |
version. | |||
2006-06-23 | - (dtucker) [README.platform configure.ac openbsd-compat/port-tun.c] Add | Darren Tucker | |
tunnel support for Mac OS X/Darwin via a third-party tun driver. Patch from reyk@, tested by anil@ | |||
2006-02-20 | - (dtucker) [INSTALL configure.ac openbsd-compat/openssl-compat.{c,h}] | Darren Tucker | |
Add optional enabling of OpenSSL's (hardware) Engine support, via configure --with-ssl-engine. Based in part on a diff by michal at logix.cz. | |||
2005-04-24 | - (dtucker) [INSTALL configure.ac] Make zlib version check test for 1.1.4 or | Darren Tucker | |
1.2.1.2 or higher. With tim@, ok djm@ | |||
2005-04-19 | - (dtucker) [INSTALL] Fix s/key text too. | Darren Tucker | |
2005-04-19 | - (dtucker) [INSTALL] Put the s/key text and URL back together. | Darren Tucker | |
2005-04-19 | - (dtucker) [INSTALL] Reference README.privsep for the privilege separation | Darren Tucker | |
requirements. Pointed out by Bengt Svensson. | |||
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> |