aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2009-05-04 23:09:11 +0000
committerMatthias Andree <matthias.andree@gmx.de>2009-05-04 23:09:11 +0000
commit5be92ed07d88a71ab4c4ab29c1142bc71e4b4f2e (patch)
tree0b1abe856e6e63ffdfc2eb606e6f9f514f78dacf /TODO.txt
parentcaecc7b9bcb8ecdc954dbbd376ba661af9fa8be8 (diff)
downloadfetchmail-5be92ed07d88a71ab4c4ab29c1142bc71e4b4f2e.tar.gz
fetchmail-5be92ed07d88a71ab4c4ab29c1142bc71e4b4f2e.tar.bz2
fetchmail-5be92ed07d88a71ab4c4ab29c1142bc71e4b4f2e.zip
Revert incompatible pre/post-connect cmd fix part.
...and postpone for fetchmail 6.4. svn path=/branches/BRANCH_6-3/; revision=5296
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 4618076b..f5c169ab 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -55,6 +55,9 @@ questionable:
<simpkins@cisco.com> around Nov 2nd)?
6.4:
+- use PS_PROTOCOL for pre-/post-connect command failures - 6.3 uses
+ PS_SYNTAX, and that's not necessarily the case. At least if the
+ 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