]> andersk Git - openssh.git/blame - TODO
- (bal) next-posix.h changed to bsd-nextstep.h
[openssh.git] / TODO
CommitLineData
0b49a754 1Programming:
2- Replacement for setproctitle() - HP/UX support only currently
e1a9c08d 3
d4f11b59 4- Improve PAM support (a pam_lastlog module will cause sshd to exit)
0b6fbf03 5 and maybe support alternate forms of authenications like OPIE via
6 pam?
e1a9c08d 7
0b49a754 8- Complete Tru64 SIA support
e1a9c08d 9
0b49a754 10- Finish integrating kernel-level auditing code for IRIX and SOLARIS
11 (Gilbert.r.loomis@saic.com)
2b942fe0 12
b8c37305 13- sftp-server: Rework to step down to 32bit ints if the platform
14 lacks 'long long' == 64bit (Notable SCO w/ SCO compiler)
a0391976 15
e876f2db 16- 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
8c9fe09e 22- Build an automated test suite
23
0dd78cd8 24- HP/UX has issues with SIGCHILD handling. There needs to be a wait() defined
25 before reinstall. Keven Steves <stevesk@pobox.com>
26
0b49a754 27Documentation:
28- More and better
29
30- Install FAQ?
31
32- General FAQ on S/Key, TIS, RSA, RSA2, DSA, etc and suggestions on when it
33 would be best to use them.
34
35- Create a Documentation/ directory?
36
37Clean up configure/makefiles:
38- Clean up configure.in - There are a few double #defined variables
39 left to do. HAVE_LOGIN is one of them. Consider NOT looking for information
40 in wtmpx or utmpx or any of that stuff if it's not detected from the start
41
42- Fix Make functionality so that build from a different directory work.
43 (roth@feep.net)
44
45- Fails to compile when cross compile.
46 (vinschen@redhat.com)
47
48- Replace the whole u_intXX_t evilness in acconfig.h with something better???
49
0c2fb82f 50- Consider splitting the u_intXX_t test for sys/bitype.h into seperate test
51 to allow people to (right/wrongfully) link against Bind directly.
52
0b49a754 53Packaging:
54- Solaris: Update packaging scripts and build new sysv startup scripts
55 (gilbert.r.loomis@saic.com)
56
57- HP/UX: Provide DEPOT package scripts.
58 (gilbert.r.loomis@saic.com)
This page took 1.085791 seconds and 5 git commands to generate.