1999-11-09 00:28:04 +01:00
|
|
|
- Replacement for setproctitle()
|
1999-11-08 05:30:59 +01:00
|
|
|
|
1999-11-09 00:28:04 +01:00
|
|
|
- Improve PAM support (a pam_lastlog module will cause sshd to exit)
|
1999-11-08 05:30:59 +01:00
|
|
|
|
1999-11-09 00:28:04 +01:00
|
|
|
- Better documentation
|
1999-11-08 05:30:59 +01:00
|
|
|
|
1999-11-20 02:18:40 +01: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 23:42:24 +01: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-31 00:04:19 +01:00
|
|
|
This appears to be a problem in the server.
|