diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-11-20 23:17:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-11-20 23:17:08 +0000 |
commit | b6575ce0b0fa74626c136a96b411f7baaca9c55b (patch) | |
tree | 1e1da11dde59e3302899b26569785921bf0ed21d /CHANGES | |
parent | e2b2a84497ca8a4460397e69be2c7fa1a37d6453 (diff) |
While inspecting the Negotiate code, I noticed how the proxy auth was using
the same state struct as the host auth, so both could never be used at the
same time! I fixed it (without being able to check) to use two separate
structs to allow authentication using Negotiate on host and proxy
simultanouesly.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -7,7 +7,18 @@ Changelog +Daniel S (21 Nov 2007) +- While inspecting the Negotiate code, I noticed how the proxy auth was using + the same state struct as the host auth, so both could never be used at the + same time! I fixed it (without being able to check) to use two separate + structs to allow authentication using Negotiate on host and proxy + simultanouesly. + Daniel S (20 Nov 2007) +- Emil Romanus pointed out a bug that made an easy handle get the cookie + engine activated when set to use a share (even if the share doesn't share + cookies). I fixed it. + - Fixed a very long-lasting mprintf() bug that occured when we did "%.*s%s", since the second %s would then wrongly used the numerical precision argument instead and crash. |