summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-17 20:55:18 +1100
committerDamien Miller <djm@mindrot.org>2000-01-17 20:55:18 +1100
commitb284b546c092f5f9f8c509c8b49f7d57233a5f3f (patch)
treea0de7aa63a4aa8716b4eee4fee1fa134c2e6c41c /TODO
parentd426ed6e51b1802e2d47a5ed291232a659dc251a (diff)
downloadopenssh-git-b284b546c092f5f9f8c509c8b49f7d57233a5f3f.tar.gz
- Fix hang on logout if processes are still using the pty. Needs
further testing.
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 0 insertions, 16 deletions
diff --git a/TODO b/TODO
index 0eccc9be..785b4906 100644
--- a/TODO
+++ b/TODO
@@ -8,19 +8,3 @@
lack of u_intXX_t types. There must be a better way.
- Move all compatability cruft (bsd-*, fake-*) into subordinate library
-
-- Hanging on logout:
-
-localhost$ ssh remotehost
-remotehost$ sleep 20 &
-remotehost$ logout
-(ssh hangs at logout for 20 seconds)
-
-Worse:
-
-localhost$ ssh root@remotehost
-remotehost# httpd
-remotehost# logout
-(ssh hangs at logout forever)
-
-This appears to be a problem in the server.