summaryrefslogtreecommitdiff
path: root/INSTALL
Commit message (Collapse)AuthorAgeFilesLines
* fix incorrect range of OpenSSL versions supportedDamien Miller2017-11-241-1/+1
| | | | Pointed out by Solar Designer
* typoDamien Miller2017-07-071-1/+1
|
* Re-add missing "Prerequisites" header and fix typoDarren Tucker2016-12-201-1/+2
| | | | Patch from HARUYAMA Seigo <haruyama at unixuser org>.
* Update links to https.Darren Tucker2016-10-211-1/+1
| | | | | www.openssh.com now supports https and ftp.openbsd.org no longer supports ftp. Make all links to these https.
* Update host key generation examples.Darren Tucker2016-10-211-3/+7
| | | | Remove ssh1 host key generation, add ssh-keygen -A
* Fix typo.Darren Tucker2016-08-171-1/+1
|
* Correct LDFLAGS for clang example.Darren Tucker2016-08-171-1/+1
| | | | | --with-ldflags isn't used until after the -ftrapv test, so mention LDFLAGS instead for now.
* Remove now-obsolete CVS $Id tags from text files.Darren Tucker2016-08-171-3/+0
| | | | | Since -portable switched to git, the CVS $Id tags are no longer being updated and are becoming increasingly misleading. Remove them.
* Add a section for compiler specifics.Darren Tucker2016-08-171-1/+6
| | | | | Add a section for compiler specifics and document the runtime requirements for clang's integer sanitization.
* update recommended autoconf versionDamien Miller2016-08-021-1/+1
|
* OpenSSL 1.1.x not currently supported.Darren Tucker2016-07-141-2/+3
|
* 20140908Darren Tucker2014-09-091-4/+4
| | | | - (dtucker) [INSTALL] Update info about egd. ok djm@
* - (djm) [INSTALL] Recommend libcrypto be built -fPIC, mention LibreSSL,Damien Miller2014-08-261-10/+15
| | | | update OpenSSL version requirement.
* - (djm) [INSTALL contrib/caldera/openssh.spec contrib/cygwin/README]Damien Miller2014-08-191-13/+1
| | | | | [contrib/redhat/openssh.spec contrib/suse/openssh.spec] Remove mentions of TCP wrappers.
* - (dtucker) [INSTALL] Bump documented autoconf version to what we'reDarren Tucker2013-03-071-2/+2
| | | | currently using.
* - (dtucker) [INSTALL LICENCE configure.ac openbsd-compat/Makefile.inDarren Tucker2011-11-041-1/+7
| | | | | | | 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.
* - (djm) [Makefile.in WARNING.RNG aclocal.m4 buildpkg.sh.in configure.ac]Damien Miller2011-05-051-4/+2
| | | | | | | | | [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.
* - (djm) [INSTALL Makefile.in README.smartcard configure.ac scard-opensc.c]Damien Miller2010-02-121-5/+1
| | | | | [scard.c scard.h pkcs11.h scard/Makefile.in scard/Ssh.bin.uu scard/Ssh.java] Remove obsolete smartcard support
* - (dtucker) [INSTALL] Link to tcpwrappers.Darren Tucker2007-08-171-2/+11
|
* - (dtucker) [INSTALL] Give PAM its own heading.Darren Tucker2007-08-171-1/+3
|
* - (dtucker) [INSTALL] the pid file is sshd.pid not ssh.pid.Darren Tucker2007-08-171-2/+2
|
* - (dtucker) [INSTALL] Group the parts describing random options and PAMDarren Tucker2007-08-171-24/+25
| | | | implementations together which is hopefully more coherent.
* typoDarren Tucker2007-08-171-2/+2
|
* - (dtucker) [INSTALL] prngd lives at sourceforge these days.Darren Tucker2007-04-061-3/+3
|
* - (dtucker) [INSTALL] Update the systems that have PAM as standard. LinkDarren Tucker2007-04-061-5/+8
| | | | to OpenPAM too.
* - (dtucker) [INSTALL] Update to autoconf-2.61.Darren Tucker2007-03-021-3/+4
|
* - (dtucker) [INSTALL] Add info about audit support.Darren Tucker2006-09-171-1/+11
|
* - (dtucker) [INSTALL] New autoconf version: 2.60.Darren Tucker2006-07-101-2/+2
|
* - (dtucker) [INSTALL] A bit more info on autoconf.Darren Tucker2006-07-061-2/+3
|
* - (dtucker) [INSTALL] Bug #1202: Note when autoconf is required and whichDarren Tucker2006-06-301-1/+11
| | | | version.
* - (dtucker) [README.platform configure.ac openbsd-compat/port-tun.c] AddDarren Tucker2006-06-231-5/+7
| | | | | tunnel support for Mac OS X/Darwin via a third-party tun driver. Patch from reyk@, tested by anil@
* - (dtucker) [INSTALL configure.ac openbsd-compat/openssl-compat.{c,h}]Darren Tucker2006-02-201-1/+3
| | | | | | 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.
* - (dtucker) [INSTALL configure.ac] Make zlib version check test for 1.1.4 orDarren Tucker2005-04-241-2/+2
| | | | 1.2.1.2 or higher. With tim@, ok djm@
* - (dtucker) [INSTALL] Fix s/key text too.Darren Tucker2005-04-191-4/+3
|
* - (dtucker) [INSTALL] Put the s/key text and URL back together.Darren Tucker2005-04-191-6/+7
|
* - (dtucker) [INSTALL] Reference README.privsep for the privilege separationDarren Tucker2005-04-191-1/+5
| | | | requirements. Pointed out by Bengt Svensson.
* - (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] ImplementDarren Tucker2005-01-181-2/+15
| | | | | | | "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@
* - (dtucker) [INSTALL Makefile.in configure.ac] Add --with-libedit configureDarren Tucker2004-11-071-1/+9
| | | | option and supporting makefile bits and documentation.
* - (dtucker) [contrib/caldera/openssh.spec contrib/redhat/openssh.specDarren Tucker2004-05-271-2/+2
| | | | | contrib/README CREDITS INSTALL] Bug #873: Correct URLs for x11-ssh-askpass and Jim Knoble's email address , from Jim himself.
* - djm@cvs.openbsd.org 2003/11/21 11:57:03Damien Miller2003-11-211-26/+26
| | | | | | [everything] unexpand and delete whitespace at EOL; ok markus@ (done locally and RCS IDs synced)
* - (dtucker) [INSTALL] Some system crypt() functions support MD5 passwordsDarren Tucker2003-10-211-3/+4
| | | | directly. Noted by Darren.Moffat at sun.com.
* - (dtucker) [INSTALL] Note that --with-md5 is now required on platforms withDarren Tucker2003-10-171-2/+3
| | | | MD5 passwords even if PAM support is enabled. From steev at detritus.net.
* - (djm) Sync with V_3_7 branch:Damien Miller2003-09-231-16/+3
| | | | | | | | | | | - (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
* - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 orDarren Tucker2003-09-221-2/+2
| | | | higher.
* - (djm) Bug #646: Fix location of x11-ssh-askpass; JimDamien Miller2003-09-191-2/+2
|
* - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;Damien Miller2003-09-191-7/+1
| | | | djast AT cs.toronto.edu
* - (dtucker) Correct --osfsia in INSTALL. Patch by skeleten at shillest.netDarren Tucker2003-05-241-2/+2
|
* - (djm) Remove some cruft from INSTALLDamien Miller2002-07-251-6/+2
|
* - (stevesk) [INSTALL acconfig.h configure.ac defines.h] remove --with-rshKevin Steves2002-06-241-6/+1
|
* - (djm) Add INSTALL warning about SSH protocol 1 blowfish w/ OpenSSL < 0.9.6Damien Miller2002-05-131-1/+4
|