blob: bf05334b9fb40594aa6faed960c108511cc3462e [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 Miller34132e52000-01-14 15:45:46 +110010- Move all compatability cruft (bsd-*, fake-*) into subordinate library
Damien Miller0e1cf7c2000-01-26 12:15:30 +110011
12- Cleanup configure.in
Damien Millera22ba012000-03-02 23:09:20 +110013
14- A good source of strong random numbers. Waiting on a Yarrow port.