summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-03-05 23:33:24 +1100
committerDamien Miller <djm@mindrot.org>2001-03-05 23:33:24 +1100
commitdd97de766cb44c48005321751577e60649d9a953 (patch)
tree85f77ecf36d77b615d6f42399cecda60a3c161ad /TODO
parent30246a8f2bc6f492f0d78b65da07e78d13869591 (diff)
more
Diffstat (limited to 'TODO')
-rw-r--r--TODO25
1 files changed, 20 insertions, 5 deletions
diff --git a/TODO b/TODO
index cb28a4935..160a4c47c 100644
--- a/TODO
+++ b/TODO
@@ -1,15 +1,27 @@
1Programming: 1Programming:
2- Grep for 'XXX' comments and fix 2- Grep for 'XXX' comments and fix
3 3
4- Integrate contrib/mdoc2man.pl so platforms which only have the troff
5 'an' macros can have readable manpages.
6
4- Write a test program that calls stat() to search for EGD/PRNGd socket 7- Write a test program that calls stat() to search for EGD/PRNGd socket
5 rather than use the (non-portable) "test -S". 8 rather than use the (non-portable) "test -S".
6 9
7- Replacement for setproctitle() - HP/UX support only currently 10- Replacement for setproctitle() - HP/UX support only currently
8 11
12- Handle changing passwords for the non-PAM expired password case
13
9- Improve PAM support (a pam_lastlog module will cause sshd to exit) 14- Improve PAM support (a pam_lastlog module will cause sshd to exit)
10 and maybe support alternate forms of authenications like OPIE via 15 and maybe support alternate forms of authenications like OPIE via
11 pam? 16 pam?
12 17
18- 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
13- Complete Tru64 SIA support 25- Complete Tru64 SIA support
14 26
15- Finish integrating kernel-level auditing code for IRIX and SOLARIS 27- Finish integrating kernel-level auditing code for IRIX and SOLARIS
@@ -22,7 +34,8 @@ Programming:
22 solutions break scp or leaves processes hanging around after the ssh 34 solutions break scp or leaves processes hanging around after the ssh
23 connection has ended. It seems to be linked to two things. One 35 connection has ended. It seems to be linked to two things. One
24 select() under Linux is not as nice as others, and two the children 36 select() under Linux is not as nice as others, and two the children
25 of the shell are not killed on exiting the shell. 37 of the shell are not killed on exiting the shell. Redhat have an excellent
38 description of this in their RPM package.
26 39
27- Build an automated test suite 40- Build an automated test suite
28 41
@@ -41,8 +54,9 @@ Documentation:
41 54
42Clean up configure/makefiles: 55Clean up configure/makefiles:
43- Clean up configure.in - There are a few double #defined variables 56- Clean up configure.in - There are a few double #defined variables
44 left to do. HAVE_LOGIN is one of them. Consider NOT looking for information 57 left to do. HAVE_LOGIN is one of them. Consider NOT looking for
45 in wtmpx or utmpx or any of that stuff if it's not detected from the start 58 information in wtmpx or utmpx or any of that stuff if it's not detected
59 from the start
46 60
47- Fails to compile when cross compile. 61- Fails to compile when cross compile.
48 (vinschen@redhat.com) 62 (vinschen@redhat.com)
@@ -54,9 +68,10 @@ Clean up configure/makefiles:
54 68
55Packaging: 69Packaging:
56- Solaris: Update packaging scripts and build new sysv startup scripts 70- Solaris: Update packaging scripts and build new sysv startup scripts
71 Ideally the package metadata should be generated by autoconf.
57 (gilbert.r.loomis@saic.com) 72 (gilbert.r.loomis@saic.com)
58 73
59- HP/UX: Provide DEPOT package scripts. 74- HP/UX: Provide DEPOT package scripts.
60 (gilbert.r.loomis@saic.com) 75 (gilbert.r.loomis@saic.com)
61 76
62$Id: TODO,v 1.36 2001/02/17 01:04:37 mouring Exp $ 77$Id: TODO,v 1.37 2001/03/05 12:33:24 djm Exp $