blob: ea2225eea21ef4edb47d1948a651d73778a96f20 [file] [log] [blame]
Ben Lindstrom4a1d9162000-11-21 10:45:31 +00001Programming:
Damien Miller33804262001-02-04 23:20:18 +11002- Grep for 'XXX' comments and fix
3
Damien Miller883631b2001-03-21 11:12:55 +11004- Link order is incorrect for some systems using Kerberos 4 and AFS. Result
5is multiple inclusion of DES symbols.
6
Damien Millerdd97de72001-03-05 23:33:24 +11007- Integrate contrib/mdoc2man.pl so platforms which only have the troff
8 'an' macros can have readable manpages.
9
Damien Millerb8b8ecf2001-02-08 10:47:43 +110010- Write a test program that calls stat() to search for EGD/PRNGd socket
Damien Millerdd97de72001-03-05 23:33:24 +110011 rather than use the (non-portable) "test -S".
Damien Millerb8b8ecf2001-02-08 10:47:43 +110012
Kevin Steves55fb9a92001-03-19 14:58:47 +000013- Replacement for setproctitle() - HP-UX support only currently
Damien Miller356a0b01999-11-08 15:30:59 +110014
Damien Millerdd97de72001-03-05 23:33:24 +110015- Handle changing passwords for the non-PAM expired password case
16
Damien Millerc7b38ce1999-11-09 10:28:04 +110017- Improve PAM support (a pam_lastlog module will cause sshd to exit)
Ben Lindstromc72745a2000-12-02 19:03:54 +000018 and maybe support alternate forms of authenications like OPIE via
19 pam?
Damien Miller356a0b01999-11-08 15:30:59 +110020
Damien Millerdd97de72001-03-05 23:33:24 +110021- 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
Damien Millerad833b32000-08-23 10:46:23 +100028- Complete Tru64 SIA support
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000029
30- Finish integrating kernel-level auditing code for IRIX and SOLARIS
31 (Gilbert.r.loomis@saic.com)
32
Ben Lindstrom48b2f732001-01-08 06:20:38 +000033- sftp-server: Rework to step down to 32bit ints if the platform
34 lacks 'long long' == 64bit (Notable SCO w/ SCO compiler)
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000035
Ben Lindstroma15e39b2000-12-02 04:58:57 +000036- 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
Damien Millerdd97de72001-03-05 23:33:24 +110040 of the shell are not killed on exiting the shell. Redhat have an excellent
41 description of this in their RPM package.
Ben Lindstroma15e39b2000-12-02 04:58:57 +000042
Damien Millerb8481582000-12-03 11:51:51 +110043- Build an automated test suite
44
Ben Lindstrom4d408d32001-02-06 04:03:33 +000045- Verify that It's safe to enable NGROUPS_MAX under NeXTStep for
Ben Lindstrom5d8520a2001-02-12 15:57:18 +000046 groupaccess features. (mouring@eviladmin.org)
47
Kevin Steves55fb9a92001-03-19 14:58:47 +000048- 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
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000053Documentation:
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
Damien Millerdd97de72001-03-05 23:33:24 +110065 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
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000068
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000069- 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
Ben Lindstrom28bfc0d2000-12-18 19:58:57 +000074- 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
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000077Packaging:
78- Solaris: Update packaging scripts and build new sysv startup scripts
Damien Millerdd97de72001-03-05 23:33:24 +110079 Ideally the package metadata should be generated by autoconf.
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000080 (gilbert.r.loomis@saic.com)
81
Kevin Steves55fb9a92001-03-19 14:58:47 +000082- HP-UX: Provide DEPOT package scripts.
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000083 (gilbert.r.loomis@saic.com)
Damien Millere9cf3572001-02-09 12:55:35 +110084
Damien Miller883631b2001-03-21 11:12:55 +110085$Id: TODO,v 1.39 2001/03/21 00:12:55 djm Exp $