]> andersk Git - openssh.git/blame - TODO
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / TODO
CommitLineData
3bf784bc 1Documentation:
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
aff51935 11 would be best to use them.
3bf784bc 12
13- Create a Documentation/ directory?
14
0b49a754 15Programming:
3bf784bc 16
61e96248 17- Grep for 'XXX' comments and fix
18
4345ecda 19- Link order is incorrect for some systems using Kerberos 4 and AFS. Result
aff51935 20 is multiple inclusion of DES symbols. Holger Trapp
b5e83136 21 <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.
4345ecda 27
38682136 28- Write a test program that calls stat() to search for EGD/PRNGd socket
aff51935 29 rather than use the (non-portable) "test -S".
38682136 30
d0104542 31- More platforms for for setproctitle() emulation (testing needed)
e1a9c08d 32
3bf784bc 33- Improve PAM ChallengeResponseAuthentication
34 - Informational messages
7c4ba20c 35 - 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
0b49a754 40- Complete Tru64 SIA support
a483bb4f 41 - It looks like we could merge it into the password auth code to cut down
42 on diff size. Maybe PAM password auth too?
e1a9c08d 43
0b49a754 44- Finish integrating kernel-level auditing code for IRIX and SOLARIS
45 (Gilbert.r.loomis@saic.com)
2b942fe0 46
d5eedf23 47- 64-bit builds on HP-UX 11.X (stevesk@pobox.com):
48 - utmp/wtmp get corrupted (something in loginrec?)
d5eedf23 49 - can't build with PAM (no 64-bit libpam yet)
50
0b49a754 51Clean up configure/makefiles:
40d0f6b9 52- Clean up configure.ac - There are a few double #defined variables
7c4ba20c 53 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
0b49a754 56
0b49a754 57- Replace the whole u_intXX_t evilness in acconfig.h with something better???
1b61b21c 58 - Do it in configure.ac
0b49a754 59
0c2fb82f 60- Consider splitting the u_intXX_t test for sys/bitype.h into seperate test
61 to allow people to (right/wrongfully) link against Bind directly.
62
4027f21c 63- Consider splitting configure.ac into seperate files which do logically
aff51935 64 similar tests. E.g move all the type detection stuff into one file,
4027f21c 65 entropy related stuff into another.
66
0b49a754 67Packaging:
d5eedf23 68- HP-UX: Provide DEPOT package scripts.
0b49a754 69 (gilbert.r.loomis@saic.com)
0b202697 70
702b2855 71PrivSep Issues:
72- mmap() issues.
b9ccb43d 73 + /dev/zero solution (Solaris)
74 + No/broken MAP_ANON (Irix)
75 + broken /dev/zero parse (Linux)
aff51935 76- PAM
702b2855 77 + See above PAM notes
78- AIX
5e24e4a5 79 + usrinfo() does not set TTY, but only required for legacy systems. Works
e2bc41f9 80 with PrivSep.
702b2855 81- OSF
82 + SIA is broken
1c405c15 83- Cygwin
84 + Privsep for Pre-auth only (no fd passing)
702b2855 85
0b202697 86$Id$
This page took 0.213054 seconds and 5 git commands to generate.