aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-25 07:51:21 +0000
committerChristian Grothoff <christian@grothoff.org>2015-09-25 07:51:21 +0000
commitf2bce4c656228718793871f2b2141ba93e0599b0 (patch)
tree8d09b6789eda6521178d172fc3b674986871bf03 /ChangeLog
parent94c16f349dac04636da8fe94277d53c344e958c5 (diff)
downloadlibmicrohttpd-f2bce4c656228718793871f2b2141ba93e0599b0.tar.gz
libmicrohttpd-f2bce4c656228718793871f2b2141ba93e0599b0.zip
fix digest auth when used with more complex arguments being passed to GET, i.e. keys without missing values at the beginning and certain other constellations
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6558e0d1..465b97d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1Fri Sep 25 09:49:10 CEST 2015
2 Fix digest authentication with URL arguments where
3 value-less keys are given before the last argument.
4 Thanks to MA for reporting. -CG
5
1Tue Sep 22 19:17:54 CEST 2015 6Tue Sep 22 19:17:54 CEST 2015
2 Do not use shutdown() on listen socket if MHD_USE_PIPE_FOR_SHUTDOWN 7 Do not use shutdown() on listen socket if MHD_USE_PIPE_FOR_SHUTDOWN
3 is set. -CG 8 is set. -CG