]> andersk Git - openssh.git/blobdiff - TODO
- Fill in ut_utaddr utmp field. Report from Benjamin Charron
[openssh.git] / TODO
diff --git a/TODO b/TODO
index ddd54621bcd4a523105468fb3d02c4b7fb955d0c..5d0ba5fd03614e1064e6b36eb5039778f3068c90 100644 (file)
--- 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)
+
This page took 0.132013 seconds and 4 git commands to generate.