]> andersk Git - openssh.git/blame - TODO
- (djm) OpenBSD CVS Sync
[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
11 would be best to use them.
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
b5e83136 20 is multiple inclusion of DES symbols. Holger Trapp
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
7c4ba20c 29 rather than use the (non-portable) "test -S".
38682136 30
d0104542 31- More platforms for for setproctitle() emulation (testing needed)
e1a9c08d 32
7c4ba20c 33- Handle changing passwords for the non-PAM expired password case
34
d4f11b59 35- Improve PAM support (a pam_lastlog module will cause sshd to exit)
cbecf1ed 36 and maybe support alternate forms of authentications like OPIE via
0b6fbf03 37 pam?
e1a9c08d 38
3bf784bc 39- Improve PAM ChallengeResponseAuthentication
40 - Informational messages
41 - chauthtok
7c4ba20c 42 - Use different PAM service name for kbdint vs regular auth (suggest from
43 Solar Designer)
44 - Ability to select which ChallengeResponseAuthentications may be used
45 and order to try them in e.g. "ChallengeResponseAuthentication skey, pam"
46
0b49a754 47- Complete Tru64 SIA support
a483bb4f 48 - It looks like we could merge it into the password auth code to cut down
49 on diff size. Maybe PAM password auth too?
e1a9c08d 50
0b49a754 51- Finish integrating kernel-level auditing code for IRIX and SOLARIS
52 (Gilbert.r.loomis@saic.com)
2b942fe0 53
d5eedf23 54- 64-bit builds on HP-UX 11.X (stevesk@pobox.com):
55 - utmp/wtmp get corrupted (something in loginrec?)
d5eedf23 56 - can't build with PAM (no 64-bit libpam yet)
57
0b49a754 58Clean up configure/makefiles:
40d0f6b9 59- Clean up configure.ac - There are a few double #defined variables
7c4ba20c 60 left to do. HAVE_LOGIN is one of them. Consider NOT looking for
61 information in wtmpx or utmpx or any of that stuff if it's not detected
62 from the start
0b49a754 63
3bf784bc 64- Fails to compile when cross compile. (vinschen@redhat.com)
0b49a754 65
66- Replace the whole u_intXX_t evilness in acconfig.h with something better???
1b61b21c 67 - Do it in configure.ac
0b49a754 68
0c2fb82f 69- Consider splitting the u_intXX_t test for sys/bitype.h into seperate test
70 to allow people to (right/wrongfully) link against Bind directly.
71
4027f21c 72- Consider splitting configure.ac into seperate files which do logically
73 similar tests. E.g move all the type detection stuff into one file,
74 entropy related stuff into another.
75
0b49a754 76Packaging:
77- Solaris: Update packaging scripts and build new sysv startup scripts
7c4ba20c 78 Ideally the package metadata should be generated by autoconf.
0b49a754 79 (gilbert.r.loomis@saic.com)
80
d5eedf23 81- HP-UX: Provide DEPOT package scripts.
0b49a754 82 (gilbert.r.loomis@saic.com)
0b202697 83
702b2855 84PrivSep Issues:
85- mmap() issues.
b9ccb43d 86 + /dev/zero solution (Solaris)
87 + No/broken MAP_ANON (Irix)
88 + broken /dev/zero parse (Linux)
702b2855 89- PAM
90 + See above PAM notes
91- AIX
5e24e4a5 92 + usrinfo() does not set TTY, but only required for legacy systems. Works
e2bc41f9 93 with PrivSep.
702b2855 94- OSF
95 + SIA is broken
1c405c15 96- Cygwin
97 + Privsep for Pre-auth only (no fd passing)
702b2855 98
0b202697 99$Id$
This page took 0.156647 seconds and 5 git commands to generate.