1999-11-08 23:28:04 +00:00
|
|
|
- Replacement for setproctitle()
|
1999-11-08 04:30:59 +00:00
|
|
|
|
1999-11-08 23:28:04 +00:00
|
|
|
- Improve PAM support (a pam_lastlog module will cause sshd to exit)
|
1999-11-08 04:30:59 +00:00
|
|
|
|
1999-11-08 23:28:04 +00:00
|
|
|
- Better documentation
|
1999-11-08 04:30:59 +00:00
|
|
|
|
1999-11-20 01:18:40 +00:00
|
|
|
- Replace the horror in acconfig.h which tries to comphensate for the
|
|
|
|
lack of u_intXX_t types. There must be a better way.
|
|
|
|
|
1999-12-30 22:42:24 +00:00
|
|
|
- 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)
|
|
|
|
|
1999-12-30 23:04:19 +00:00
|
|
|
This appears to be a problem in the server.
|