]> andersk Git - openssh.git/blob - TODO
5d0ba5fd03614e1064e6b36eb5039778f3068c90
[openssh.git] / TODO
1 - Replacement for setproctitle()
2
3 - Improve PAM support (a pam_lastlog module will cause sshd to exit)
4
5 - Better documentation
6
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.
9
10 - Hanging on logout:
11
12 localhost$ ssh remotehost
13 remotehost$ sleep 20 &
14 remotehost$ logout
15 (ssh hangs at logout for 20 seconds)
16
17 Worse:
18
19 localhost$ ssh root@remotehost
20 remotehost# httpd
21 remotehost# logout
22 (ssh hangs at logout forever)
23
This page took 0.024704 seconds and 3 git commands to generate.