remove reference to UnixWare 7 and OpenUNIX 8

from PAM-enabled pragraph. UnixWare has no PAM.
This commit is contained in:
Tim Rice 2002-05-13 20:50:38 -07:00
parent 1e28c9e6ba
commit fd6fd24a71
2 changed files with 5 additions and 4 deletions

View File

@ -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 $

View File

@ -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 $