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