blob: e3249fd155b430ae04b64157de9d652345af4569 [file] [log] [blame]
Damien Millerc7b38ce1999-11-09 10:28:04 +11001- Replacement for setproctitle()
Damien Miller356a0b01999-11-08 15:30:59 +11002
Damien Millerc7b38ce1999-11-09 10:28:04 +11003- Improve PAM support (a pam_lastlog module will cause sshd to exit)
Damien Miller356a0b01999-11-08 15:30:59 +11004
Damien Millerc7b38ce1999-11-09 10:28:04 +11005- Better documentation
Damien Miller356a0b01999-11-08 15:30:59 +11006
Damien Millerc6398ef1999-11-20 12:18:40 +11007- 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
Damien Miller3131d8b1999-12-31 09:42:24 +110010- 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
Damien Miller7cfd3e61999-12-31 10:04:19 +110024This appears to be a problem in the server.