summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2002-05-13 20:50:38 -0700
committerTim Rice <tim@multitalents.net>2002-05-13 20:50:38 -0700
commitfd6fd24a7187af28df60801c4299116a03abe795 (patch)
tree4a68f6b702167bb7008b53d21536bed493c53de6
parent1e28c9e6bad1bd601606b6a6a3d6aa4ca441d21d (diff)
remove reference to UnixWare 7 and OpenUNIX 8
from PAM-enabled pragraph. UnixWare has no PAM.
-rw-r--r--ChangeLog6
-rw-r--r--README.privsep3
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index da6a352c7..705684baf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
820020513 1020020513
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:
34Privsep requires operating system support for file descriptor passing 34Privsep requires operating system support for file descriptor passing
35and mmap(MAP_ANON). 35and mmap(MAP_ANON).
36 36
37OpenSSH is known to function with privsep on UnixWare 7 and OpenUNIX 8
38PAM-enabled OpenSSH is known to function with privsep on Linux and 37PAM-enabled OpenSSH is known to function with privsep on Linux and
39Solaris 8. It does not function on HP-UX with a trusted system 38Solaris 8. It does not function on HP-UX with a trusted system
40configuration. PAMAuthenticationViaKbdInt does not function with 39configuration. PAMAuthenticationViaKbdInt does not function with
@@ -55,4 +54,4 @@ process 1005 is the sshd process listening for new connections.
55process 6917 is the privileged monitor process, 6919 is the user owned 54process 6917 is the privileged monitor process, 6919 is the user owned
56sshd process and 6921 is the shell process. 55sshd 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 $