summaryrefslogtreecommitdiffstats
path: root/TODO
blob: 5d0ba5fd03614e1064e6b36eb5039778f3068c90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- Replacement for setproctitle()

- Improve PAM support (a pam_lastlog module will cause sshd to exit)

- Better documentation

- 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)