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