blob: de51b3b0727facc6bacf58c796c2a25384076b56 [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)
Ben Lindstromc72745a2000-12-02 19:03:54 +00005 and maybe support alternate forms of authenications like OPIE via
6 pam?
Damien Miller356a0b01999-11-08 15:30:59 +11007
Damien Millerad833b32000-08-23 10:46:23 +10008- Complete Tru64 SIA support
Ben Lindstrom4a1d9162000-11-21 10:45:31 +00009
10- Finish integrating kernel-level auditing code for IRIX and SOLARIS
11 (Gilbert.r.loomis@saic.com)
12
13- Support 64bit ints on machines that lack 'long long' and u_intXX_t
14 (tim@multitalents.net)
15
Ben Lindstroma15e39b2000-12-02 04:58:57 +000016- Linux hangs for 20 seconds when you do "sleep 20&exit". All current
17 solutions break scp or leaves processes hanging around after the ssh
18 connection has ended. It seems to be linked to two things. One
19 select() under Linux is not as nice as others, and two the children
20 of the shell are not killed on exiting the shell.
21
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000022Documentation:
23- More and better
24
25- Install FAQ?
26
27- General FAQ on S/Key, TIS, RSA, RSA2, DSA, etc and suggestions on when it
28 would be best to use them.
29
30- Create a Documentation/ directory?
31
32Clean up configure/makefiles:
33- Clean up configure.in - There are a few double #defined variables
34 left to do. HAVE_LOGIN is one of them. Consider NOT looking for information
35 in wtmpx or utmpx or any of that stuff if it's not detected from the start
36
37- Fix Make functionality so that build from a different directory work.
38 (roth@feep.net)
39
40- Fails to compile when cross compile.
41 (vinschen@redhat.com)
42
43- Replace the whole u_intXX_t evilness in acconfig.h with something better???
44
45- Move all "openbsd-compat" files to it's own directory. Consider doing the
46 same with libssh. I don't think we need to split ssh, sshd, etc into their
47 own directory.
48 (mouring@eviladmin.org)
49
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000050Packaging:
51- Solaris: Update packaging scripts and build new sysv startup scripts
52 (gilbert.r.loomis@saic.com)
53
54- HP/UX: Provide DEPOT package scripts.
55 (gilbert.r.loomis@saic.com)