blob: 86bb71ad55acbe8cc6adb8ddae237767fe150a93 [file] [log] [blame]
Ben Lindstrom4a1d9162000-11-21 10:45:31 +00001Programming:
2- Replacement for setproctitle() - HP/UX support only currently
Damien Miller356a0b01999-11-08 15:30:59 +11003
Damien Millerc7b38ce1999-11-09 10:28:04 +11004- Improve PAM support (a pam_lastlog module will cause sshd to exit)
Damien Miller356a0b01999-11-08 15:30:59 +11005
Damien Millerad833b32000-08-23 10:46:23 +10006- Complete Tru64 SIA support
Ben Lindstrom4a1d9162000-11-21 10:45:31 +00007
8- Finish integrating kernel-level auditing code for IRIX and SOLARIS
9 (Gilbert.r.loomis@saic.com)
10
11- Support 64bit ints on machines that lack 'long long' and u_intXX_t
12 (tim@multitalents.net)
13
14Documentation:
15- More and better
16
17- Install FAQ?
18
19- General FAQ on S/Key, TIS, RSA, RSA2, DSA, etc and suggestions on when it
20 would be best to use them.
21
22- Create a Documentation/ directory?
23
24Clean up configure/makefiles:
25- Clean up configure.in - There are a few double #defined variables
26 left to do. HAVE_LOGIN is one of them. Consider NOT looking for information
27 in wtmpx or utmpx or any of that stuff if it's not detected from the start
28
29- Fix Make functionality so that build from a different directory work.
30 (roth@feep.net)
31
32- Fails to compile when cross compile.
33 (vinschen@redhat.com)
34
35- Replace the whole u_intXX_t evilness in acconfig.h with something better???
36
37- Move all "openbsd-compat" files to it's own directory. Consider doing the
38 same with libssh. I don't think we need to split ssh, sshd, etc into their
39 own directory.
40 (mouring@eviladmin.org)
41
42- Fix up manpages to provide right paths to sshd_config, ssh_config, etc.
43
44Packaging:
45- Solaris: Update packaging scripts and build new sysv startup scripts
46 (gilbert.r.loomis@saic.com)
47
48- HP/UX: Provide DEPOT package scripts.
49 (gilbert.r.loomis@saic.com)
50