aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-12-16 14:52:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-12-16 14:52:16 +0000
commit6dbfce1031a8dd177772e2ee356c712b2454f794 (patch)
tree821846dad2e2d9de78be76f3d2a2307583abc65c /CHANGES
parentfea5ddf585953f89fc51e861e758765420ffb0f4 (diff)
Jean Jacques Drouin pointed out that you could only have a user name or
password of 127 bytes or less embedded in a URL, where actually the code uses a 255 byte buffer for it! Modified now to use the full buffer size.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5a8496d6f..c98d4707e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,14 @@
+Daniel (16 December 2005)
+- Jean Jacques Drouin pointed out that you could only have a user name or
+ password of 127 bytes or less embedded in a URL, where actually the code
+ uses a 255 byte buffer for it! Modified now to use the full buffer size.
+
+Daniel (12 December 2005)
+- Dov Murik corrected the HTTP_ONLY define to disable the TFTP support properly
+
Version 7.15.1 (7 December 2005)
Daniel (6 December 2005)