http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=102230981410999&w=2 Changes since OpenSSH 3.2.2: ============================ OpenSSH 3.2.2 からの変更点 This release fixes several problems in OpenSSH 3.2.2: このリリースは OpenSSH 3.2.2 にあった いくつかの問題を修正する. - a defect in the BSD_AUTH access control handling for OpenBSD and BSD/OS systems: - OpenBSD と BSD/OS システムでの BSD_AUTH アクセスコントロール 処理の弱点 Under certain conditions, on systems using YP with netgroups in the password database, it is possible that sshd does ACL checks for the requested user name but uses the password database entry of a different user for authentication. This means that denied users might authenticate successfully while permitted users could be locked out (OpenBSD PR 2659). 特定の条件の元で, パスワードデータベースに netgroups を利用して YP (NIS) を使うシステムでは, sshd が 要求されたユーザ名に対して ACL の検査を行なう際に, 認証のためには異なるユーザのパスワード データベースエントリを使う. これが意味することは, 拒否されるべきユーザが認証に成功するかもしれない一方で 許可されているユーザが締め出されるかもしれない, ということだ - login/tty problems on Solaris (bug #245) - Solaris での login/tty 問題 (bug #245) - build problems on Cygwin systems - Cygwin システムでの ビルドの問題