diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | README.privsep | 3 |
2 files changed, 5 insertions, 4 deletions
@@ -3,7 +3,9 @@ | |||
3 | - (tim) [sshpty.c] set tty modes when allocating old style bsd ptys to | 3 | - (tim) [sshpty.c] set tty modes when allocating old style bsd ptys to |
4 | match what newer style ptys have when allocated. Based on a patch by | 4 | match what newer style ptys have when allocated. Based on a patch by |
5 | Roger Cornelius <rac@tenzing.org> | 5 | Roger Cornelius <rac@tenzing.org> |
6 | [README.privsep] UnixWare 7 and OpenUNIX 8 work. | 6 | - (tim) [README.privsep] UnixWare 7 and OpenUNIX 8 work. |
7 | - (tim) [README.privsep] remove reference to UnixWare 7 and OpenUNIX 8 | ||
8 | from PAM-enabled pragraph. UnixWare has no PAM. | ||
7 | 9 | ||
8 | 20020513 | 10 | 20020513 |
9 | - (stevesk) add initial README.privsep | 11 | - (stevesk) add initial README.privsep |
@@ -586,4 +588,4 @@ | |||
586 | - (stevesk) entropy.c: typo in debug message | 588 | - (stevesk) entropy.c: typo in debug message |
587 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 589 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
588 | 590 | ||
589 | $Id: ChangeLog,v 1.2116 2002/05/14 00:07:18 tim Exp $ | 591 | $Id: ChangeLog,v 1.2117 2002/05/14 03:50:38 tim Exp $ |
diff --git a/README.privsep b/README.privsep index aed43acd0..b1aadd26a 100644 --- a/README.privsep +++ b/README.privsep | |||
@@ -34,7 +34,6 @@ privsep user and chroot directory: | |||
34 | Privsep requires operating system support for file descriptor passing | 34 | Privsep requires operating system support for file descriptor passing |
35 | and mmap(MAP_ANON). | 35 | and mmap(MAP_ANON). |
36 | 36 | ||
37 | OpenSSH is known to function with privsep on UnixWare 7 and OpenUNIX 8 | ||
38 | PAM-enabled OpenSSH is known to function with privsep on Linux and | 37 | PAM-enabled OpenSSH is known to function with privsep on Linux and |
39 | Solaris 8. It does not function on HP-UX with a trusted system | 38 | Solaris 8. It does not function on HP-UX with a trusted system |
40 | configuration. PAMAuthenticationViaKbdInt does not function with | 39 | configuration. PAMAuthenticationViaKbdInt does not function with |
@@ -55,4 +54,4 @@ process 1005 is the sshd process listening for new connections. | |||
55 | process 6917 is the privileged monitor process, 6919 is the user owned | 54 | process 6917 is the privileged monitor process, 6919 is the user owned |
56 | sshd process and 6921 is the shell process. | 55 | sshd process and 6921 is the shell process. |
57 | 56 | ||
58 | $Id: README.privsep,v 1.3 2002/05/14 00:07:18 tim Exp $ | 57 | $Id: README.privsep,v 1.4 2002/05/14 03:50:38 tim Exp $ |