summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-31 09:42:24 +1100
committerDamien Miller <djm@mindrot.org>1999-12-31 09:42:24 +1100
commit3131d8bc717b2fad9b5e13a1ac1b1c1b726b3dd4 (patch)
treee9376356591e18fa49588564f5167107afea7654 /TODO
parentb2532b3be4133d2ea7bf6acaf2b0edb8217d356e (diff)
- Fill in ut_utaddr utmp field. Report from Benjamin Charron
<iretd@bigfoot.com>
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO b/TODO
index ddd54621..5d0ba5fd 100644
--- a/TODO
+++ b/TODO
@@ -7,3 +7,17 @@
- Replace the horror in acconfig.h which tries to comphensate for the
lack of u_intXX_t types. There must be a better way.
+- 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)
+