]> andersk Git - openssh.git/blame_incremental - TODO
- millert@cvs.openbsd.org 2001/03/04 17:42:28
[openssh.git] / TODO
... / ...
CommitLineData
1Programming:
2- Grep for 'XXX' comments and fix
3
4- Write a test program that calls stat() to search for EGD/PRNGd socket
5 rather than use the (non-portable) "test -S".
6
7- Replacement for setproctitle() - HP/UX support only currently
8
9- Improve PAM support (a pam_lastlog module will cause sshd to exit)
10 and maybe support alternate forms of authenications like OPIE via
11 pam?
12
13- Complete Tru64 SIA support
14
15- Finish integrating kernel-level auditing code for IRIX and SOLARIS
16 (Gilbert.r.loomis@saic.com)
17
18- sftp-server: Rework to step down to 32bit ints if the platform
19 lacks 'long long' == 64bit (Notable SCO w/ SCO compiler)
20
21- 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
27- Build an automated test suite
28
29- Verify that It's safe to enable NGROUPS_MAX under NeXTStep for
30 groupaccess features. (mouring@eviladmin.org)
31
32Documentation:
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- 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
52- 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
55Packaging:
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)
61
62$Id$
This page took 0.041548 seconds and 5 git commands to generate.