diff options
author | Damien Miller <djm@mindrot.org> | 2000-10-28 12:06:28 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-10-28 12:06:28 +0200 |
commit | 95c7b4dd6ebec7fe40de4d51eda1767152d6d900 (patch) | |
tree | 78e3e1cd84ac0c965f5a6e62557632d255b6b14c /ChangeLog | |
parent | - (djm) authctxt->pw may be NULL. Fix from Markus Friedl (diff) | |
download | openssh-95c7b4dd6ebec7fe40de4d51eda1767152d6d900.tar.xz openssh-95c7b4dd6ebec7fe40de4d51eda1767152d6d900.zip |
fix
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -41,9 +41,6 @@ [ssh.c util.c] enable non-blocking IO on channels, and tty's (except for the client ttys). - - markus@cvs.openbsd.org 2000/10/27 01:48:22 - channels.c channels.h clientloop.c - deny agent/x11 forwarding unless requested; thanks to jwl@pobox.com 20001027 - (djm) Increase REKEY_BYTES to 2^24 for arc4random |