aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2019-05-12 10:29:06 +0200
committerMatthias Andree <matthias.andree@gmx.de>2019-05-12 10:29:06 +0200
commit4cc90dde4826e03f64e9a974e54534dae89c4529 (patch)
tree87f5ac20a3a34c99e5b5c79fa0acae27c3aded04 /TODO.txt
parent474a05177cb49f111ef9732a3fb09778f1713b19 (diff)
downloadfetchmail-4cc90dde4826e03f64e9a974e54534dae89c4529.tar.gz
fetchmail-4cc90dde4826e03f64e9a974e54534dae89c4529.tar.bz2
fetchmail-4cc90dde4826e03f64e9a974e54534dae89c4529.zip
Update TODO.txt.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO.txt b/TODO.txt
index 0acc17ab..fcbc9005 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -89,10 +89,6 @@ questionable:
command terminates with a signal, we should report PS_PROTOCOL.
- revisit maximum allowed rcfile permissions, fix inconsistency
(silently allowing g+x).
-- make UID code more efficient, parsing is O(n^2), should be no worse
- than O(n log n), lookup is O(n), should be O(log n).
- * Idea for C: use <search.h> tfind/tsearch. Need to split idlist up
- so it only keeps the ids, and use an array to track status.
- help systematic debugging
- by making logging more strict (Postfix's msg_* as example??)
- by adding a --loggingtest or something that emits
@@ -119,9 +115,7 @@ questionable:
but we should abandon that anyways).
- CRYPTO: perhaps port to NSS? Check license and features and required procedure
changes. - Redhat Bugs #333741 (crypto consolidation), #346891 (port fetchmail to NSS)
-- CRYPTO: make the SSL default v3 (rather than v23).
- CRYPTO: remove sslfingerprint? too easily abused (see NEWS)
-- CRYPTO: force sslcertck
- CRYPTO: by default forbid cleartext or other compromising password
schemes over insecure connections?
- put more hints to the FAQ (should we call it FGA?) as first support place