blob: 60f62560d5aed64d1e0f8d357275d2b19a15346a [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 Millerdd97de72001-03-05 23:33:24 +11004- Integrate contrib/mdoc2man.pl so platforms which only have the troff
5 'an' macros can have readable manpages.
6
Damien Millerb8b8ecf2001-02-08 10:47:43 +11007- Write a test program that calls stat() to search for EGD/PRNGd socket
Damien Millerdd97de72001-03-05 23:33:24 +11008 rather than use the (non-portable) "test -S".
Damien Millerb8b8ecf2001-02-08 10:47:43 +11009
Kevin Steves55fb9a92001-03-19 14:58:47 +000010- Replacement for setproctitle() - HP-UX support only currently
Damien Miller356a0b01999-11-08 15:30:59 +110011
Damien Millerdd97de72001-03-05 23:33:24 +110012- Handle changing passwords for the non-PAM expired password case
13
Damien Millerc7b38ce1999-11-09 10:28:04 +110014- Improve PAM support (a pam_lastlog module will cause sshd to exit)
Ben Lindstromc72745a2000-12-02 19:03:54 +000015 and maybe support alternate forms of authenications like OPIE via
16 pam?
Damien Miller356a0b01999-11-08 15:30:59 +110017
Damien Millerdd97de72001-03-05 23:33:24 +110018- 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
Damien Millerad833b32000-08-23 10:46:23 +100025- Complete Tru64 SIA support
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000026
27- Finish integrating kernel-level auditing code for IRIX and SOLARIS
28 (Gilbert.r.loomis@saic.com)
29
Ben Lindstrom48b2f732001-01-08 06:20:38 +000030- sftp-server: Rework to step down to 32bit ints if the platform
31 lacks 'long long' == 64bit (Notable SCO w/ SCO compiler)
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000032
Ben Lindstroma15e39b2000-12-02 04:58:57 +000033- 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
Damien Millerdd97de72001-03-05 23:33:24 +110037 of the shell are not killed on exiting the shell. Redhat have an excellent
38 description of this in their RPM package.
Ben Lindstroma15e39b2000-12-02 04:58:57 +000039
Damien Millerb8481582000-12-03 11:51:51 +110040- Build an automated test suite
41
Ben Lindstrom4d408d32001-02-06 04:03:33 +000042- Verify that It's safe to enable NGROUPS_MAX under NeXTStep for
Ben Lindstrom5d8520a2001-02-12 15:57:18 +000043 groupaccess features. (mouring@eviladmin.org)
44
Kevin Steves55fb9a92001-03-19 14:58:47 +000045- 64-bit builds on HP-UX 11.X (stevesk@pobox.com):
46 - utmp/wtmp get corrupted (something in loginrec?)
47 - no 64-bit vhangup(); ptmx systems shouldn't need this
48 - can't build with PAM (no 64-bit libpam yet)
49
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000050Documentation:
51- More and better
52
53- Install FAQ?
54
55- General FAQ on S/Key, TIS, RSA, RSA2, DSA, etc and suggestions on when it
56 would be best to use them.
57
58- Create a Documentation/ directory?
59
60Clean up configure/makefiles:
61- Clean up configure.in - There are a few double #defined variables
Damien Millerdd97de72001-03-05 23:33:24 +110062 left to do. HAVE_LOGIN is one of them. Consider NOT looking for
63 information in wtmpx or utmpx or any of that stuff if it's not detected
64 from the start
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000065
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000066- Fails to compile when cross compile.
67 (vinschen@redhat.com)
68
69- Replace the whole u_intXX_t evilness in acconfig.h with something better???
70
Ben Lindstrom28bfc0d2000-12-18 19:58:57 +000071- Consider splitting the u_intXX_t test for sys/bitype.h into seperate test
72 to allow people to (right/wrongfully) link against Bind directly.
73
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000074Packaging:
75- Solaris: Update packaging scripts and build new sysv startup scripts
Damien Millerdd97de72001-03-05 23:33:24 +110076 Ideally the package metadata should be generated by autoconf.
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000077 (gilbert.r.loomis@saic.com)
78
Kevin Steves55fb9a92001-03-19 14:58:47 +000079- HP-UX: Provide DEPOT package scripts.
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000080 (gilbert.r.loomis@saic.com)
Damien Millere9cf3572001-02-09 12:55:35 +110081
Kevin Steves55fb9a92001-03-19 14:58:47 +000082$Id: TODO,v 1.38 2001/03/19 14:58:47 stevesk Exp $