]> andersk Git - openssh.git/blob - TODO
20001202
[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 Documentation:
15 - More and better
16
17 - Install FAQ?
18
19 - General FAQ on S/Key, TIS, RSA, RSA2, DSA, etc and suggestions on when it
20   would be best to use them.  
21
22 - Create a Documentation/ directory?
23
24 Clean up configure/makefiles:
25 - Clean up configure.in - There are a few double #defined variables
26   left to do.  HAVE_LOGIN is one of them.  Consider NOT looking for information
27   in wtmpx or utmpx or any of that stuff if it's not detected from the start
28
29 - Fix Make functionality so that build from a different directory work. 
30   (roth@feep.net)
31
32 - Fails to compile when cross compile.
33   (vinschen@redhat.com)
34
35 - Replace the whole u_intXX_t evilness in acconfig.h with something better???
36
37 - Move all "openbsd-compat" files to it's own directory.  Consider doing the 
38   same with libssh. I don't think we need to split ssh, sshd, etc into their 
39   own directory.
40   (mouring@eviladmin.org)
41
42 Packaging:
43 - Solaris: Update packaging scripts and build new sysv startup scripts
44   (gilbert.r.loomis@saic.com)
45
46 - HP/UX: Provide DEPOT package scripts.
47   (gilbert.r.loomis@saic.com)
48  
This page took 0.040347 seconds and 5 git commands to generate.