summaryrefslogtreecommitdiff
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 ddd54621b..5d0ba5fd0 100644
--- a/TODO
+++ b/TODO
@@ -7,3 +7,17 @@
7- Replace the horror in acconfig.h which tries to comphensate for the 7- Replace the horror in acconfig.h which tries to comphensate for the
8 lack of u_intXX_t types. There must be a better way. 8 lack of u_intXX_t types. There must be a better way.
9 9
10- Hanging on logout:
11
12localhost$ ssh remotehost
13remotehost$ sleep 20 &
14remotehost$ logout
15(ssh hangs at logout for 20 seconds)
16
17Worse:
18
19localhost$ ssh root@remotehost
20remotehost# httpd
21remotehost# logout
22(ssh hangs at logout forever)
23