summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--README.privsep3
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index da6a352c..705684ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,9 @@
- (tim) [sshpty.c] set tty modes when allocating old style bsd ptys to
match what newer style ptys have when allocated. Based on a patch by
Roger Cornelius <rac@tenzing.org>
- [README.privsep] UnixWare 7 and OpenUNIX 8 work.
+ - (tim) [README.privsep] UnixWare 7 and OpenUNIX 8 work.
+ - (tim) [README.privsep] remove reference to UnixWare 7 and OpenUNIX 8
+ from PAM-enabled pragraph. UnixWare has no PAM.
20020513
- (stevesk) add initial README.privsep
@@ -586,4 +588,4 @@
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
-$Id: ChangeLog,v 1.2116 2002/05/14 00:07:18 tim Exp $
+$Id: ChangeLog,v 1.2117 2002/05/14 03:50:38 tim Exp $
diff --git a/README.privsep b/README.privsep
index aed43acd..b1aadd26 100644
--- a/README.privsep
+++ b/README.privsep
@@ -34,7 +34,6 @@ privsep user and chroot directory:
Privsep requires operating system support for file descriptor passing
and mmap(MAP_ANON).
-OpenSSH is known to function with privsep on UnixWare 7 and OpenUNIX 8
PAM-enabled OpenSSH is known to function with privsep on Linux and
Solaris 8. It does not function on HP-UX with a trusted system
configuration. PAMAuthenticationViaKbdInt does not function with
@@ -55,4 +54,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.3 2002/05/14 00:07:18 tim Exp $
+$Id: README.privsep,v 1.4 2002/05/14 03:50:38 tim Exp $