summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--README11
-rw-r--r--README.privsep8
-rw-r--r--contrib/README18
4 files changed, 28 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index a29fecc59..e815c748e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120040627
2 - (tim) update README files.
3
120040626 420040626
2 - (djm) OpenBSD CVS Sync 5 - (djm) OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2004/06/25 18:43:36 6 - djm@cvs.openbsd.org 2004/06/25 18:43:36
@@ -1433,4 +1436,4 @@
1433 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1436 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1434 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1437 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1435 1438
1436$Id: ChangeLog,v 1.3452 2004/06/25 23:21:06 djm Exp $ 1439$Id: ChangeLog,v 1.3453 2004/06/28 03:50:35 tim Exp $
diff --git a/README b/README
index 0620d0eee..044458878 100644
--- a/README
+++ b/README
@@ -15,10 +15,11 @@ Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, Theo de Raadt,
15and Dug Song. It has a homepage at http://www.openssh.com/ 15and Dug Song. It has a homepage at http://www.openssh.com/
16 16
17This port consists of the re-introduction of autoconf support, PAM 17This port consists of the re-introduction of autoconf support, PAM
18support (for Linux and Solaris), EGD[1]/PRNGD[2] support and replacements 18support, EGD[1]/PRNGD[2] support and replacements for OpenBSD library
19for OpenBSD library functions that are (regrettably) absent from other 19functions that are (regrettably) absent from other unices. This port
20unices. This port has been best tested on Linux, Solaris, HP-UX, NetBSD, 20has been best tested on AIX, Cygwin, HP-UX, Linux, MacOS/X,
21Irix and AIX. Support for SCO, NeXT and other Unices is underway. 21NetBSD, OpenBSD, OpenServer, Solaris, Unicos, and UnixWare.
22
22This version actively tracks changes in the OpenBSD CVS repository. 23This version actively tracks changes in the OpenBSD CVS repository.
23 24
24The PAM support is now more functional than the popular packages of 25The PAM support is now more functional than the popular packages of
@@ -65,4 +66,4 @@ References -
65[6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 66[6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9
66[7] http://www.openssh.com/faq.html 67[7] http://www.openssh.com/faq.html
67 68
68$Id: README,v 1.54 2004/04/18 10:32:56 djm Exp $ 69$Id: README,v 1.55 2004/06/28 03:50:35 tim Exp $
diff --git a/README.privsep b/README.privsep
index 9d48bbcf9..32403770d 100644
--- a/README.privsep
+++ b/README.privsep
@@ -42,9 +42,9 @@ PAM-enabled OpenSSH is known to function with privsep on Linux.
42It does not function on HP-UX with a trusted system 42It does not function on HP-UX with a trusted system
43configuration. 43configuration.
44 44
45On Compaq Tru64 Unix, only the pre-authentication part of privsep is 45On Cygwin, Tru64 Unix, OpenServer, and Unicos only the pre-authentication
46supported. Post-authentication privsep is disabled automatically (so 46part of privsep is supported. Post-authentication privsep is disabled
47you won't see the additional process mentioned below). 47automatically (so you won't see the additional process mentioned below).
48 48
49Note that for a normal interactive login with a shell, enabling privsep 49Note that for a normal interactive login with a shell, enabling privsep
50will require 1 additional process per login session. 50will require 1 additional process per login session.
@@ -61,4 +61,4 @@ process 1005 is the sshd process listening for new connections.
61process 6917 is the privileged monitor process, 6919 is the user owned 61process 6917 is the privileged monitor process, 6919 is the user owned
62sshd process and 6921 is the shell process. 62sshd process and 6921 is the shell process.
63 63
64$Id: README.privsep,v 1.13 2003/11/21 12:48:55 djm Exp $ 64$Id: README.privsep,v 1.14 2004/06/28 03:50:36 tim Exp $
diff --git a/contrib/README b/contrib/README
index 3296bf3eb..c00223865 100644
--- a/contrib/README
+++ b/contrib/README
@@ -50,11 +50,21 @@ Search for all instances of OpenSSL headers and libraries and print their
50versions. This is intended to help diagnose OpenSSH's "OpenSSL headers do not 50versions. This is intended to help diagnose OpenSSH's "OpenSSL headers do not
51match your library" errors. 51match your library" errors.
52 52
53redhat: 53aix:
54 Files to build an AIX native (installp or SMIT installable) package.
54 55
55RPM spec file and scripts for building Redhat packages 56caldera:
57 RPM spec file and scripts for building Caldera OpenLinuix packages
56 58
57suse: 59cygwin:
60 Support files for Cygwin
61
62hpux:
63 Support files for HP-UX
58 64
59RPM spec file and scripts for building SuSE packages 65redhat:
66 RPM spec file and scripts for building Redhat packages
67
68suse:
69 RPM spec file and scripts for building SuSE packages
60 70