blob: c7135806bf23b849ec42ad0671bce675c636de6b [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
Ben Lindstroma15e39b2000-12-02 04:58:57 +000014- Linux hangs for 20 seconds when you do "sleep 20&exit". All current
15 solutions break scp or leaves processes hanging around after the ssh
16 connection has ended. It seems to be linked to two things. One
17 select() under Linux is not as nice as others, and two the children
18 of the shell are not killed on exiting the shell.
19
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000020Documentation:
21- More and better
22
23- Install FAQ?
24
25- General FAQ on S/Key, TIS, RSA, RSA2, DSA, etc and suggestions on when it
26 would be best to use them.
27
28- Create a Documentation/ directory?
29
30Clean up configure/makefiles:
31- Clean up configure.in - There are a few double #defined variables
32 left to do. HAVE_LOGIN is one of them. Consider NOT looking for information
33 in wtmpx or utmpx or any of that stuff if it's not detected from the start
34
35- Fix Make functionality so that build from a different directory work.
36 (roth@feep.net)
37
38- Fails to compile when cross compile.
39 (vinschen@redhat.com)
40
41- Replace the whole u_intXX_t evilness in acconfig.h with something better???
42
43- Move all "openbsd-compat" files to it's own directory. Consider doing the
44 same with libssh. I don't think we need to split ssh, sshd, etc into their
45 own directory.
46 (mouring@eviladmin.org)
47
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000048Packaging:
49- Solaris: Update packaging scripts and build new sysv startup scripts
50 (gilbert.r.loomis@saic.com)
51
52- HP/UX: Provide DEPOT package scripts.
53 (gilbert.r.loomis@saic.com)