summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2004-03-01 02:25:32 +0000
committerColin Watson <cjwatson@debian.org>2004-03-01 02:25:32 +0000
commitea8116a11e3de70036dbc665ccb0d486cf89cac9 (patch)
treed73ccdff78d8608e156465af42e6a1b3527fb2d6 /TODO
parente39b311381a5609cc05acf298c42fba196dc524b (diff)
parentf5bda272678ec6dccaa5f29379cf60cb855018e8 (diff)
Merge 3.8p1 to the trunk. This builds and runs, but I haven't tested it
extensively yet. ProtocolKeepAlives is now just a compatibility alias for ServerAliveInterval.
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 6 insertions, 8 deletions
diff --git a/TODO b/TODO
index bca818523..1b1d03c43 100644
--- a/TODO
+++ b/TODO
@@ -8,7 +8,7 @@ Documentation:
8- Install FAQ? 8- Install FAQ?
9 9
10- General FAQ on S/Key, TIS, RSA, RSA2, DSA, etc and suggestions on when it 10- General FAQ on S/Key, TIS, RSA, RSA2, DSA, etc and suggestions on when it
11 would be best to use them. 11 would be best to use them.
12 12
13- Create a Documentation/ directory? 13- Create a Documentation/ directory?
14 14
@@ -17,7 +17,7 @@ Programming:
17- Grep for 'XXX' comments and fix 17- Grep for 'XXX' comments and fix
18 18
19- Link order is incorrect for some systems using Kerberos 4 and AFS. Result 19- Link order is incorrect for some systems using Kerberos 4 and AFS. Result
20 is multiple inclusion of DES symbols. Holger Trapp 20 is multiple inclusion of DES symbols. Holger Trapp
21 <holger.trapp@hrz.tu-chemnitz.de> reports that changing the configure 21 <holger.trapp@hrz.tu-chemnitz.de> reports that changing the configure
22 generated link order from: 22 generated link order from:
23 -lresolv -lkrb -lz -lnsl -lutil -lkafs -lkrb -ldes -lcrypto 23 -lresolv -lkrb -lz -lnsl -lutil -lkafs -lkrb -ldes -lcrypto
@@ -26,12 +26,10 @@ Programming:
26 fixing the problem. 26 fixing the problem.
27 27
28- Write a test program that calls stat() to search for EGD/PRNGd socket 28- Write a test program that calls stat() to search for EGD/PRNGd socket
29 rather than use the (non-portable) "test -S". 29 rather than use the (non-portable) "test -S".
30 30
31- More platforms for for setproctitle() emulation (testing needed) 31- More platforms for for setproctitle() emulation (testing needed)
32 32
33- Handle changing passwords for the non-PAM expired password case
34
35- Improve PAM support (a pam_lastlog module will cause sshd to exit) 33- Improve PAM support (a pam_lastlog module will cause sshd to exit)
36 and maybe support alternate forms of authentications like OPIE via 34 and maybe support alternate forms of authentications like OPIE via
37 pam? 35 pam?
@@ -70,7 +68,7 @@ Clean up configure/makefiles:
70 to allow people to (right/wrongfully) link against Bind directly. 68 to allow people to (right/wrongfully) link against Bind directly.
71 69
72- Consider splitting configure.ac into seperate files which do logically 70- Consider splitting configure.ac into seperate files which do logically
73 similar tests. E.g move all the type detection stuff into one file, 71 similar tests. E.g move all the type detection stuff into one file,
74 entropy related stuff into another. 72 entropy related stuff into another.
75 73
76Packaging: 74Packaging:
@@ -86,7 +84,7 @@ PrivSep Issues:
86 + /dev/zero solution (Solaris) 84 + /dev/zero solution (Solaris)
87 + No/broken MAP_ANON (Irix) 85 + No/broken MAP_ANON (Irix)
88 + broken /dev/zero parse (Linux) 86 + broken /dev/zero parse (Linux)
89- PAM 87- PAM
90 + See above PAM notes 88 + See above PAM notes
91- AIX 89- AIX
92 + usrinfo() does not set TTY, but only required for legacy systems. Works 90 + usrinfo() does not set TTY, but only required for legacy systems. Works
@@ -96,4 +94,4 @@ PrivSep Issues:
96- Cygwin 94- Cygwin
97 + Privsep for Pre-auth only (no fd passing) 95 + Privsep for Pre-auth only (no fd passing)
98 96
99$Id: TODO,v 1.55 2003/06/11 13:56:41 dtucker Exp $ 97$Id: TODO,v 1.57 2004/02/11 09:44:13 dtucker Exp $