From b2169235c79c3c58bdfce665136bef3da6593450 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 9 Mar 2005 14:32:28 +1100 Subject: 4.0 here too --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 8724d8b5a..93682c3cb 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -See http://www.openssh.com/txt/release-3.8.1 for the release notes. +See http://www.openssh.com/txt/release-4.0 for the release notes. - A Japanese translation of this document and of the OpenSSH FAQ is - available at http://www.unixuser.org/~haruyama/security/openssh/index.html @@ -61,4 +61,4 @@ References - [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 [7] http://www.openssh.com/faq.html -$Id: README,v 1.56 2004/08/14 00:26:30 djm Exp $ +$Id: README,v 1.57 2005/03/09 03:32:28 dtucker Exp $ -- cgit v1.2.3 From fd46f39ca6996fa0b009ab179efc0e80569d9b4e Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 30 May 2005 09:58:40 +1000 Subject: - (dtucker) [README] Link to new release notes. Beter late than never... --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 93682c3cb..1d7a0b062 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -See http://www.openssh.com/txt/release-4.0 for the release notes. +See http://www.openssh.com/txt/release-4.1 for the release notes. - A Japanese translation of this document and of the OpenSSH FAQ is - available at http://www.unixuser.org/~haruyama/security/openssh/index.html @@ -61,4 +61,4 @@ References - [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 [7] http://www.openssh.com/faq.html -$Id: README,v 1.57 2005/03/09 03:32:28 dtucker Exp $ +$Id: README,v 1.58 2005/05/29 23:58:40 dtucker Exp $ -- cgit v1.2.3 From c0e014d5beaceed128ef5f8672a6567035ee7c9c Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 5 Jun 2005 09:21:41 +1000 Subject: - (djm) [README README.privsep] Mention FreeBSD and NetBSD as being supported by privsep. Requested by des AT des.no --- README | 7 ++++--- README.privsep | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'README') diff --git a/README b/README index 1d7a0b062..42c9e032d 100644 --- a/README +++ b/README @@ -56,9 +56,10 @@ References - [2] http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html [3] http://www.gzip.org/zlib/ [4] http://www.openssl.org/ -[5] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris - and HP-UX 11) +[5] http://www.openpam.org + http://www.kernel.org/pub/linux/libs/pam/ + (PAM also is standard on Solaris and HP-UX 11) [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 [7] http://www.openssh.com/faq.html -$Id: README,v 1.58 2005/05/29 23:58:40 dtucker Exp $ +$Id: README,v 1.59 2005/06/04 23:21:41 djm Exp $ diff --git a/README.privsep b/README.privsep index ecb9d6914..f565e72da 100644 --- a/README.privsep +++ b/README.privsep @@ -38,8 +38,8 @@ privsep user and chroot directory: Privsep requires operating system support for file descriptor passing. Compression will be disabled on systems without a working mmap MAP_ANON. -PAM-enabled OpenSSH is known to function with privsep on AIX, HP-UX -(including Trusted Mode), Linux and Solaris. +PAM-enabled OpenSSH is known to function with privsep on AIX, FreeBSD, +HP-UX (including Trusted Mode), Linux, NetBSD and Solaris. On Cygwin, Tru64 Unix, OpenServer, and Unicos only the pre-authentication part of privsep is supported. Post-authentication privsep is disabled @@ -60,4 +60,4 @@ process 1005 is the sshd process listening for new connections. process 6917 is the privileged monitor process, 6919 is the user owned sshd process and 6921 is the shell process. -$Id: README.privsep,v 1.15 2004/10/06 10:09:32 dtucker Exp $ +$Id: README.privsep,v 1.16 2005/06/04 23:21:41 djm Exp $ -- cgit v1.2.3 From d0a47cd2435abdbb4aaabbdd408e855431ce9ccd Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 1 Sep 2005 00:05:56 +1000 Subject: - (dtucker) [README] Update release note URL to 4.2 --- ChangeLog | 3 ++- README | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/ChangeLog b/ChangeLog index d9f7ad996..139934ca1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ - markus@cvs.openbsd.org 2005/08/31 09:28:42 [version.h] 4.2 + - (dtucker) [README] Update release note URL to 4.2 20050830 - (tim) [configure.ac] Back out last change. It needs to be done differently. @@ -2981,4 +2982,4 @@ - (djm) Trim deprecated options from INSTALL. Mention UsePAM - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu -$Id: ChangeLog,v 1.3884 2005/08/31 09:47:07 djm Exp $ +$Id: ChangeLog,v 1.3885 2005/08/31 14:05:56 dtucker Exp $ diff --git a/README b/README index 42c9e032d..51f0ca4fb 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -See http://www.openssh.com/txt/release-4.1 for the release notes. +See http://www.openssh.com/txt/release-4.2 for the release notes. - A Japanese translation of this document and of the OpenSSH FAQ is - available at http://www.unixuser.org/~haruyama/security/openssh/index.html @@ -62,4 +62,4 @@ References - [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 [7] http://www.openssh.com/faq.html -$Id: README,v 1.59 2005/06/04 23:21:41 djm Exp $ +$Id: README,v 1.60 2005/08/31 14:05:57 dtucker Exp $ -- cgit v1.2.3