]> andersk Git - openssh.git/blob - TODO
c7135806bf23b849ec42ad0671bce675c636de6b
[openssh.git] / TODO
1 Programming:
2 - Replacement for setproctitle() - HP/UX support only currently
3
4 - Improve PAM support (a pam_lastlog module will cause sshd to exit)
5
6 - Complete Tru64 SIA support
7
8 - Finish integrating kernel-level auditing code for IRIX and SOLARIS
9   (Gilbert.r.loomis@saic.com)
10
11 - Support 64bit ints on machines that lack 'long long' and u_intXX_t
12   (tim@multitalents.net)
13
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
20 Documentation:
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
30 Clean 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
48 Packaging:
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.029451 seconds and 3 git commands to generate.