diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-08-22 21:21:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-22 21:21:01 +0000 |
commit | d792937686dac6a0a5217a589d8a2ba3ec083f51 (patch) | |
tree | 7f226b7b2b8e5996bf9f8126642a2891fe2a0565 /CHANGES | |
parent | bac66ec26ba60e371afd811214f5462ff7402789 (diff) |
Peter Sylvester pointed out a flaw in the AllowServerConnect() in the FTP
code when doing pure ipv6 EPRT connections.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Daniel (22 August 2006) +- Peter Sylvester pointed out a flaw in the AllowServerConnect() in the FTP + code when doing pure ipv6 EPRT connections. + Daniel (19 August 2006) - Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE command on subsequent requests on a re-used connection unless it has to. |