blob: 0c6ce07b713603362252c2738000a2d9f0a4cc6a [file] [log] [blame]
Ben Lindstrom4a1d9162000-11-21 10:45:31 +00001Programming:
Damien Miller33804262001-02-04 23:20:18 +11002- Grep for 'XXX' comments and fix
3
Ben Lindstrom4a1d9162000-11-21 10:45:31 +00004- Replacement for setproctitle() - HP/UX support only currently
Damien Miller356a0b01999-11-08 15:30:59 +11005
Damien Millerc7b38ce1999-11-09 10:28:04 +11006- Improve PAM support (a pam_lastlog module will cause sshd to exit)
Ben Lindstromc72745a2000-12-02 19:03:54 +00007 and maybe support alternate forms of authenications like OPIE via
8 pam?
Damien Miller356a0b01999-11-08 15:30:59 +11009
Damien Millerad833b32000-08-23 10:46:23 +100010- Complete Tru64 SIA support
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000011
12- Finish integrating kernel-level auditing code for IRIX and SOLARIS
13 (Gilbert.r.loomis@saic.com)
14
Ben Lindstrom48b2f732001-01-08 06:20:38 +000015- sftp-server: Rework to step down to 32bit ints if the platform
16 lacks 'long long' == 64bit (Notable SCO w/ SCO compiler)
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000017
Ben Lindstroma15e39b2000-12-02 04:58:57 +000018- Linux hangs for 20 seconds when you do "sleep 20&exit". All current
19 solutions break scp or leaves processes hanging around after the ssh
20 connection has ended. It seems to be linked to two things. One
21 select() under Linux is not as nice as others, and two the children
22 of the shell are not killed on exiting the shell.
23
Damien Millerb8481582000-12-03 11:51:51 +110024- Build an automated test suite
25
Ben Lindstrom4d408d32001-02-06 04:03:33 +000026- Verify that It's safe to enable NGROUPS_MAX under NeXTStep for
27 groupaccess features.
Ben Lindstrom42717bf2000-12-28 15:46:20 +000028
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000029Documentation:
30- More and better
31
32- Install FAQ?
33
34- General FAQ on S/Key, TIS, RSA, RSA2, DSA, etc and suggestions on when it
35 would be best to use them.
36
37- Create a Documentation/ directory?
38
39Clean up configure/makefiles:
40- Clean up configure.in - There are a few double #defined variables
41 left to do. HAVE_LOGIN is one of them. Consider NOT looking for information
42 in wtmpx or utmpx or any of that stuff if it's not detected from the start
43
44- Fix Make functionality so that build from a different directory work.
45 (roth@feep.net)
46
47- Fails to compile when cross compile.
48 (vinschen@redhat.com)
49
50- Replace the whole u_intXX_t evilness in acconfig.h with something better???
51
Ben Lindstrom28bfc0d2000-12-18 19:58:57 +000052- Consider splitting the u_intXX_t test for sys/bitype.h into seperate test
53 to allow people to (right/wrongfully) link against Bind directly.
54
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000055Packaging:
56- Solaris: Update packaging scripts and build new sysv startup scripts
57 (gilbert.r.loomis@saic.com)
58
59- HP/UX: Provide DEPOT package scripts.
60 (gilbert.r.loomis@saic.com)