]> andersk Git - openssh.git/blame - TODO
- Fill in ut_utaddr utmp field. Report from Benjamin Charron
[openssh.git] / TODO
CommitLineData
d4f11b59 1- Replacement for setproctitle()
e1a9c08d 2
d4f11b59 3- Improve PAM support (a pam_lastlog module will cause sshd to exit)
e1a9c08d 4
d4f11b59 5- Better documentation
e1a9c08d 6
2b942fe0 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
4811cc0b 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
This page took 0.055871 seconds and 5 git commands to generate.