aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-03-01 22:32:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-03-01 22:32:03 +0000
commit590f0358d86c402f94b329f2ce0d612cbb749c95 (patch)
treeb49594ecbc71c0c9473c307875437101867b8f29 /CHANGES
parent115446be3784f996cd4927191db55ae1613a897f (diff)
- Anatoli Tubman found and fixed a crash with Negotiate authentication used on
a re-used connection where both requests used Negotiate.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index aeebf4231..01290424f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel S (1 Mar 2008)
+- Anatoli Tubman found and fixed a crash with Negotiate authentication used on
+ a re-used connection where both requests used Negotiate.
+
Guenter Knauf (26 Feb 2008)
- Kaspar Brand provided a patch to support server name indication (RFC 4366).