blob: 771162b3021e8d37457a51ef080651d49b54b76f [file] [log] [blame]
Damien Miller0b8e9002003-05-18 21:44:07 +10001Documentation:
2
3- Update the docs
4 - Update README
5 - Update INSTALL
6 - Merge INSTALL & README.privsep
7
8- Install FAQ?
9
10- General FAQ on S/Key, TIS, RSA, RSA2, DSA, etc and suggestions on when it
Damien Millera8e06ce2003-11-21 23:48:55 +110011 would be best to use them.
Damien Miller0b8e9002003-05-18 21:44:07 +100012
13- Create a Documentation/ directory?
14
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000015Programming:
Damien Miller0b8e9002003-05-18 21:44:07 +100016
Damien Miller33804262001-02-04 23:20:18 +110017- Grep for 'XXX' comments and fix
18
Damien Miller883631b2001-03-21 11:12:55 +110019- Link order is incorrect for some systems using Kerberos 4 and AFS. Result
Damien Millera8e06ce2003-11-21 23:48:55 +110020 is multiple inclusion of DES symbols. Holger Trapp
Damien Miller771bbac2001-03-27 16:10:22 +100021 <holger.trapp@hrz.tu-chemnitz.de> reports that changing the configure
22 generated link order from:
23 -lresolv -lkrb -lz -lnsl -lutil -lkafs -lkrb -ldes -lcrypto
24 to:
25 -lresolv -lkrb -lz -lnsl -lutil -lcrypto -lkafs -lkrb -ldes
26 fixing the problem.
Damien Miller883631b2001-03-21 11:12:55 +110027
Damien Millerb8b8ecf2001-02-08 10:47:43 +110028- Write a test program that calls stat() to search for EGD/PRNGd socket
Damien Millera8e06ce2003-11-21 23:48:55 +110029 rather than use the (non-portable) "test -S".
Damien Millerb8b8ecf2001-02-08 10:47:43 +110030
Damien Millera8ed44b2003-01-10 09:53:12 +110031- More platforms for for setproctitle() emulation (testing needed)
Damien Miller356a0b01999-11-08 15:30:59 +110032
Damien Miller0b8e9002003-05-18 21:44:07 +100033- Improve PAM ChallengeResponseAuthentication
34 - Informational messages
Damien Millerdd97de72001-03-05 23:33:24 +110035 - Use different PAM service name for kbdint vs regular auth (suggest from
36 Solar Designer)
37 - Ability to select which ChallengeResponseAuthentications may be used
38 and order to try them in e.g. "ChallengeResponseAuthentication skey, pam"
39
Damien Millerad833b32000-08-23 10:46:23 +100040- Complete Tru64 SIA support
Damien Millerfdbcb5d2001-09-25 13:01:49 +100041 - It looks like we could merge it into the password auth code to cut down
42 on diff size. Maybe PAM password auth too?
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000043
44- Finish integrating kernel-level auditing code for IRIX and SOLARIS
45 (Gilbert.r.loomis@saic.com)
46
Kevin Steves55fb9a92001-03-19 14:58:47 +000047- 64-bit builds on HP-UX 11.X (stevesk@pobox.com):
48 - utmp/wtmp get corrupted (something in loginrec?)
Kevin Steves55fb9a92001-03-19 14:58:47 +000049 - can't build with PAM (no 64-bit libpam yet)
50
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000051Clean up configure/makefiles:
Tim Riceb89e6942001-10-29 18:50:39 -080052- Clean up configure.ac - There are a few double #defined variables
Damien Millerdd97de72001-03-05 23:33:24 +110053 left to do. HAVE_LOGIN is one of them. Consider NOT looking for
54 information in wtmpx or utmpx or any of that stuff if it's not detected
55 from the start
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000056
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000057- Replace the whole u_intXX_t evilness in acconfig.h with something better???
Damien Miller47907722003-01-13 10:00:34 +110058 - Do it in configure.ac
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000059
Damien Miller10479cc2018-04-10 10:19:02 +100060- Consider splitting the u_intXX_t test for sys/bitype.h into separate test
Ben Lindstrom28bfc0d2000-12-18 19:58:57 +000061 to allow people to (right/wrongfully) link against Bind directly.
62
Damien Miller10479cc2018-04-10 10:19:02 +100063- Consider splitting configure.ac into separate files which do logically
Damien Millera8e06ce2003-11-21 23:48:55 +110064 similar tests. E.g move all the type detection stuff into one file,
Damien Millerc68d4332002-01-22 22:26:20 +110065 entropy related stuff into another.
66
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000067Packaging:
Kevin Steves55fb9a92001-03-19 14:58:47 +000068- HP-UX: Provide DEPOT package scripts.
Ben Lindstrom4a1d9162000-11-21 10:45:31 +000069 (gilbert.r.loomis@saic.com)
Damien Millere9cf3572001-02-09 12:55:35 +110070
Ben Lindstromaa83b982002-06-25 02:28:22 +000071PrivSep Issues:
Damien Millera8e06ce2003-11-21 23:48:55 +110072- PAM
Ben Lindstromaa83b982002-06-25 02:28:22 +000073 + See above PAM notes
74- AIX
Darren Tuckerbc976f92003-06-11 23:56:41 +100075 + usrinfo() does not set TTY, but only required for legacy systems. Works
Ben Lindstromb129be62002-06-25 17:12:26 +000076 with PrivSep.
Ben Lindstromaa83b982002-06-25 02:28:22 +000077- OSF
78 + SIA is broken
Ben Lindstrom2f0de482002-06-25 14:01:55 +000079- Cygwin
80 + Privsep for Pre-auth only (no fd passing)