]> andersk Git - openssh.git/blame - TODO
Added in Linux's select issue to TODO. Which may have to do with the
[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)
e1a9c08d 5
0b49a754 6- Complete Tru64 SIA support
e1a9c08d 7
0b49a754 8- Finish integrating kernel-level auditing code for IRIX and SOLARIS
9 (Gilbert.r.loomis@saic.com)
2b942fe0 10
0b49a754 11- Support 64bit ints on machines that lack 'long long' and u_intXX_t
12 (tim@multitalents.net)
a0391976 13
e876f2db 14- Linux hangs for 20 seconds when you do "sleep 20&exit". All current
15 solutions break scp or leaves processes hanging around after the ssh
16 connection has ended. It seems to be linked to two things. One
17 select() under Linux is not as nice as others, and two the children
18 of the shell are not killed on exiting the shell.
19
0b49a754 20Documentation:
21- More and better
22
23- Install FAQ?
24
25- General FAQ on S/Key, TIS, RSA, RSA2, DSA, etc and suggestions on when it
26 would be best to use them.
27
28- Create a Documentation/ directory?
29
30Clean up configure/makefiles:
31- Clean up configure.in - There are a few double #defined variables
32 left to do. HAVE_LOGIN is one of them. Consider NOT looking for information
33 in wtmpx or utmpx or any of that stuff if it's not detected from the start
34
35- Fix Make functionality so that build from a different directory work.
36 (roth@feep.net)
37
38- Fails to compile when cross compile.
39 (vinschen@redhat.com)
40
41- Replace the whole u_intXX_t evilness in acconfig.h with something better???
42
43- Move all "openbsd-compat" files to it's own directory. Consider doing the
44 same with libssh. I don't think we need to split ssh, sshd, etc into their
45 own directory.
46 (mouring@eviladmin.org)
47
0b49a754 48Packaging:
49- Solaris: Update packaging scripts and build new sysv startup scripts
50 (gilbert.r.loomis@saic.com)
51
52- HP/UX: Provide DEPOT package scripts.
53 (gilbert.r.loomis@saic.com)
This page took 0.098832 seconds and 5 git commands to generate.