]> andersk Git - openssh.git/blame - TODO
- markus@cvs.openbsd.org 2001/03/23 14:28:32
[openssh.git] / TODO
CommitLineData
0b49a754 1Programming:
61e96248 2- Grep for 'XXX' comments and fix
3
4345ecda 4- Link order is incorrect for some systems using Kerberos 4 and AFS. Result
5is multiple inclusion of DES symbols.
6
7c4ba20c 7- Integrate contrib/mdoc2man.pl so platforms which only have the troff
8 'an' macros can have readable manpages.
9
38682136 10- Write a test program that calls stat() to search for EGD/PRNGd socket
7c4ba20c 11 rather than use the (non-portable) "test -S".
38682136 12
d5eedf23 13- Replacement for setproctitle() - HP-UX support only currently
e1a9c08d 14
7c4ba20c 15- Handle changing passwords for the non-PAM expired password case
16
d4f11b59 17- Improve PAM support (a pam_lastlog module will cause sshd to exit)
0b6fbf03 18 and maybe support alternate forms of authenications like OPIE via
19 pam?
e1a9c08d 20
7c4ba20c 21- Rework PAM ChallengeResponseAuthentication
22 - Use kbdint request packet with 0 prompts for informational messages
23 - Use different PAM service name for kbdint vs regular auth (suggest from
24 Solar Designer)
25 - Ability to select which ChallengeResponseAuthentications may be used
26 and order to try them in e.g. "ChallengeResponseAuthentication skey, pam"
27
0b49a754 28- Complete Tru64 SIA support
e1a9c08d 29
0b49a754 30- Finish integrating kernel-level auditing code for IRIX and SOLARIS
31 (Gilbert.r.loomis@saic.com)
2b942fe0 32
b8c37305 33- sftp-server: Rework to step down to 32bit ints if the platform
34 lacks 'long long' == 64bit (Notable SCO w/ SCO compiler)
a0391976 35
e876f2db 36- Linux hangs for 20 seconds when you do "sleep 20&exit". All current
37 solutions break scp or leaves processes hanging around after the ssh
38 connection has ended. It seems to be linked to two things. One
39 select() under Linux is not as nice as others, and two the children
7c4ba20c 40 of the shell are not killed on exiting the shell. Redhat have an excellent
41 description of this in their RPM package.
e876f2db 42
8c9fe09e 43- Build an automated test suite
44
bcb8b739 45- Verify that It's safe to enable NGROUPS_MAX under NeXTStep for
0610439b 46 groupaccess features. (mouring@eviladmin.org)
0dd78cd8 47
d5eedf23 48- 64-bit builds on HP-UX 11.X (stevesk@pobox.com):
49 - utmp/wtmp get corrupted (something in loginrec?)
50 - no 64-bit vhangup(); ptmx systems shouldn't need this
51 - can't build with PAM (no 64-bit libpam yet)
52
0b49a754 53Documentation:
54- More and better
55
56- Install FAQ?
57
58- General FAQ on S/Key, TIS, RSA, RSA2, DSA, etc and suggestions on when it
59 would be best to use them.
60
61- Create a Documentation/ directory?
62
63Clean up configure/makefiles:
64- Clean up configure.in - There are a few double #defined variables
7c4ba20c 65 left to do. HAVE_LOGIN is one of them. Consider NOT looking for
66 information in wtmpx or utmpx or any of that stuff if it's not detected
67 from the start
0b49a754 68
0b49a754 69- Fails to compile when cross compile.
70 (vinschen@redhat.com)
71
72- Replace the whole u_intXX_t evilness in acconfig.h with something better???
73
0c2fb82f 74- Consider splitting the u_intXX_t test for sys/bitype.h into seperate test
75 to allow people to (right/wrongfully) link against Bind directly.
76
0b49a754 77Packaging:
78- Solaris: Update packaging scripts and build new sysv startup scripts
7c4ba20c 79 Ideally the package metadata should be generated by autoconf.
0b49a754 80 (gilbert.r.loomis@saic.com)
81
d5eedf23 82- HP-UX: Provide DEPOT package scripts.
0b49a754 83 (gilbert.r.loomis@saic.com)
0b202697 84
85$Id$
This page took 0.104312 seconds and 5 git commands to generate.