Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-23 | zlib is now optional. | Darren Tucker | |
2019-12-18 | Mac OS X has PAM too. | Darren Tucker | |
2019-12-09 | Describe how to build libcrypto as PIC. | Darren Tucker | |
While there, move the OpenSSL 1.1.0g caveat closer to the other version information. | |||
2019-12-09 | Recommend running LibreSSL or OpenSSL self-tests. | Darren Tucker | |
2019-11-15 | Add libfido2 to INSTALL. | Darren Tucker | |
2019-11-15 | libcrypto is now optional. | Darren Tucker | |
2019-09-19 | Privsep is now required. | Darren Tucker | |
2019-05-16 | Add OpenSSL 1.1.1 to the supported list. | Darren Tucker | |
Clarify the language around prngd and egd. | |||
2018-10-28 | Update required OpenSSL versions to match current. | Darren Tucker | |
2018-07-31 | Remove support for S/Key | Damien Miller | |
Most people will 1) be using modern multi-factor authentication methods like TOTP/OATH etc and 2) be getting support for multi-factor authentication via PAM or BSD Auth. | |||
2018-06-08 | Remove ability to override $LD. | Darren Tucker | |
Since autoconf always uses $CC to link C programs, allowing users to override LD caused mismatches between what LD_LINK_IFELSE thought worked and what ld thought worked. If you do need to do this kind of thing you need to set a compiler flag such as gcc's -fuse-ld in LDFLAGS. | |||
2018-02-15 | Remove extra newline. | Darren Tucker | |
2018-02-15 | OpenSSH's builtin entropy gathering is long gone. | Darren Tucker | |
2017-12-11 | Add autogenerated dependency info to Makefile. | Darren Tucker | |
Adds a .depend file containing dependency information generated by makedepend, which is appended to the generated Makefile by configure. You can regen the file with "make -f Makefile.in depend" if necessary, but we'll be looking at some way to automatically keep this up to date. "no objection" djm@ | |||
2017-12-09 | Portable switched to git so s/CVS/git/. | Darren Tucker | |
2017-11-24 | fix incorrect range of OpenSSL versions supported | Damien Miller | |
Pointed out by Solar Designer | |||
2017-07-07 | typo | Damien Miller | |
2016-12-20 | Re-add missing "Prerequisites" header and fix typo | Darren Tucker | |
Patch from HARUYAMA Seigo <haruyama at unixuser org>. | |||
2016-10-21 | Update links to https. | Darren Tucker | |
www.openssh.com now supports https and ftp.openbsd.org no longer supports ftp. Make all links to these https. | |||
2016-10-21 | Update host key generation examples. | Darren Tucker | |
Remove ssh1 host key generation, add ssh-keygen -A | |||
2016-08-17 | Fix typo. | Darren Tucker | |
2016-08-17 | Correct LDFLAGS for clang example. | Darren Tucker | |
--with-ldflags isn't used until after the -ftrapv test, so mention LDFLAGS instead for now. | |||
2016-08-17 | Remove now-obsolete CVS $Id tags from text files. | Darren Tucker | |
Since -portable switched to git, the CVS $Id tags are no longer being updated and are becoming increasingly misleading. Remove them. | |||
2016-08-17 | Add a section for compiler specifics. | Darren Tucker | |
Add a section for compiler specifics and document the runtime requirements for clang's integer sanitization. | |||
2016-08-02 | update recommended autoconf version | Damien Miller | |
2016-07-14 | OpenSSL 1.1.x not currently supported. | Darren Tucker | |
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 | |