blob: ecfd21e330b3cde7102d4c2977f3761ac46b7f1d [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 Miller0e1cf7c2000-01-26 12:15:30 +110010- Cleanup configure.in
Damien Millera22ba012000-03-02 23:09:20 +110011
Damien Miller31abc9a2000-07-09 23:26:27 +100012- Next now has sigaction() based on sigvec(). But it sill does not
13 seem to act correctly. Ctrl-C and Ctrl-Z don't return echo to the
14 underlying shell.
15
Damien Millerbc33bd42000-07-11 14:59:08 +100016- utmp/wtmp logging does not work on NeXT
Damien Millerad833b32000-08-23 10:46:23 +100017
18- Complete Tru64 SIA support