blob: fc6009673556e6e9bbf5cf9a1da688c0791bc020 [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
Damien Millerb8b8ecf2001-02-08 10:47:43 +11004- Write a test program that calls stat() to search for EGD/PRNGd socket
5 rather than use the (non-portable) "test -S".
6
Ben Lindstrom4a1d9162000-11-21 10:45:31 +00007- Replacement for setproctitle() - HP/UX support only currently
Damien Miller356a0b01999-11-08 15:30:59 +11008
Damien Millerc7b38ce1999-11-09 10:28:04 +11009- Improve PAM support (a pam_lastlog module will cause sshd to exit)
Ben Lindstromc72745a2000-12-02 19:03:54 +000010 and maybe support alternate forms of authenications like OPIE via
11 pam?
Damien Miller356a0b01999-11-08 15:30:59 +110012
Damien Millerad833b32000-08-23 10:46:23 +100013- Complete Tru64 SIA support
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000014
15- Finish integrating kernel-level auditing code for IRIX and SOLARIS
16 (Gilbert.r.loomis@saic.com)
17
Ben Lindstrom48b2f732001-01-08 06:20:38 +000018- sftp-server: Rework to step down to 32bit ints if the platform
19 lacks 'long long' == 64bit (Notable SCO w/ SCO compiler)
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000020
Ben Lindstroma15e39b2000-12-02 04:58:57 +000021- Linux hangs for 20 seconds when you do "sleep 20&exit". All current
22 solutions break scp or leaves processes hanging around after the ssh
23 connection has ended. It seems to be linked to two things. One
24 select() under Linux is not as nice as others, and two the children
25 of the shell are not killed on exiting the shell.
26
Damien Millerb8481582000-12-03 11:51:51 +110027- Build an automated test suite
28
Ben Lindstrom4d408d32001-02-06 04:03:33 +000029- Verify that It's safe to enable NGROUPS_MAX under NeXTStep for
30 groupaccess features.
Ben Lindstrom42717bf2000-12-28 15:46:20 +000031
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000032Documentation:
33- More and better
34
35- Install FAQ?
36
37- General FAQ on S/Key, TIS, RSA, RSA2, DSA, etc and suggestions on when it
38 would be best to use them.
39
40- Create a Documentation/ directory?
41
42Clean up configure/makefiles:
43- Clean up configure.in - There are a few double #defined variables
44 left to do. HAVE_LOGIN is one of them. Consider NOT looking for information
45 in wtmpx or utmpx or any of that stuff if it's not detected from the start
46
47- Fix Make functionality so that build from a different directory work.
48 (roth@feep.net)
49
50- Fails to compile when cross compile.
51 (vinschen@redhat.com)
52
53- Replace the whole u_intXX_t evilness in acconfig.h with something better???
54
Ben Lindstrom28bfc0d2000-12-18 19:58:57 +000055- Consider splitting the u_intXX_t test for sys/bitype.h into seperate test
56 to allow people to (right/wrongfully) link against Bind directly.
57
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000058Packaging:
59- Solaris: Update packaging scripts and build new sysv startup scripts
60 (gilbert.r.loomis@saic.com)
61
62- HP/UX: Provide DEPOT package scripts.
63 (gilbert.r.loomis@saic.com)
Damien Millere9cf3572001-02-09 12:55:35 +110064
65$Id: TODO,v 1.33 2001/02/09 01:55:36 djm Exp $