diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | README | 11 | ||||
-rw-r--r-- | README.privsep | 8 | ||||
-rw-r--r-- | contrib/README | 18 |
4 files changed, 28 insertions, 14 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20040627 | ||
2 | - (tim) update README files. | ||
3 | |||
1 | 20040626 | 4 | 20040626 |
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 $ |
@@ -15,10 +15,11 @@ Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, Theo de Raadt, | |||
15 | and Dug Song. It has a homepage at http://www.openssh.com/ | 15 | and Dug Song. It has a homepage at http://www.openssh.com/ |
16 | 16 | ||
17 | This port consists of the re-introduction of autoconf support, PAM | 17 | This port consists of the re-introduction of autoconf support, PAM |
18 | support (for Linux and Solaris), EGD[1]/PRNGD[2] support and replacements | 18 | support, EGD[1]/PRNGD[2] support and replacements for OpenBSD library |
19 | for OpenBSD library functions that are (regrettably) absent from other | 19 | functions that are (regrettably) absent from other unices. This port |
20 | unices. This port has been best tested on Linux, Solaris, HP-UX, NetBSD, | 20 | has been best tested on AIX, Cygwin, HP-UX, Linux, MacOS/X, |
21 | Irix and AIX. Support for SCO, NeXT and other Unices is underway. | 21 | NetBSD, OpenBSD, OpenServer, Solaris, Unicos, and UnixWare. |
22 | |||
22 | This version actively tracks changes in the OpenBSD CVS repository. | 23 | This version actively tracks changes in the OpenBSD CVS repository. |
23 | 24 | ||
24 | The PAM support is now more functional than the popular packages of | 25 | The 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. | |||
42 | It does not function on HP-UX with a trusted system | 42 | It does not function on HP-UX with a trusted system |
43 | configuration. | 43 | configuration. |
44 | 44 | ||
45 | On Compaq Tru64 Unix, only the pre-authentication part of privsep is | 45 | On Cygwin, Tru64 Unix, OpenServer, and Unicos only the pre-authentication |
46 | supported. Post-authentication privsep is disabled automatically (so | 46 | part of privsep is supported. Post-authentication privsep is disabled |
47 | you won't see the additional process mentioned below). | 47 | automatically (so you won't see the additional process mentioned below). |
48 | 48 | ||
49 | Note that for a normal interactive login with a shell, enabling privsep | 49 | Note that for a normal interactive login with a shell, enabling privsep |
50 | will require 1 additional process per login session. | 50 | will require 1 additional process per login session. |
@@ -61,4 +61,4 @@ process 1005 is the sshd process listening for new connections. | |||
61 | process 6917 is the privileged monitor process, 6919 is the user owned | 61 | process 6917 is the privileged monitor process, 6919 is the user owned |
62 | sshd process and 6921 is the shell process. | 62 | sshd 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 | |||
50 | versions. This is intended to help diagnose OpenSSH's "OpenSSL headers do not | 50 | versions. This is intended to help diagnose OpenSSH's "OpenSSL headers do not |
51 | match your library" errors. | 51 | match your library" errors. |
52 | 52 | ||
53 | redhat: | 53 | aix: |
54 | Files to build an AIX native (installp or SMIT installable) package. | ||
54 | 55 | ||
55 | RPM spec file and scripts for building Redhat packages | 56 | caldera: |
57 | RPM spec file and scripts for building Caldera OpenLinuix packages | ||
56 | 58 | ||
57 | suse: | 59 | cygwin: |
60 | Support files for Cygwin | ||
61 | |||
62 | hpux: | ||
63 | Support files for HP-UX | ||
58 | 64 | ||
59 | RPM spec file and scripts for building SuSE packages | 65 | redhat: |
66 | RPM spec file and scripts for building Redhat packages | ||
67 | |||
68 | suse: | ||
69 | RPM spec file and scripts for building SuSE packages | ||
60 | 70 | ||