diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-16 14:15:34 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-16 14:15:34 +0000 |
commit | fe090797786241c0a6718b1744abb6e463faa903 (patch) | |
tree | 9d5a3cb17f494f05ce7d987f63eb563f744bcce3 | |
parent | 8f5b80c715112fee46a7709851fc4f5a6b073f09 (diff) |
subjectAltName and passwd changes
-rw-r--r-- | CHANGES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -7,6 +7,16 @@ Changelog +Daniel (16 October) +- Removed support for CURLOPT_PASSWDFUNCTION and CURLOPT_PASSWDDATA. libcurl + no longer prompt for passwords under any circumstances. Password prompting + was instead moved to curl, which now prompts for password if -u or -U lack + it. This solves the problem Kevin Roth reported when curl prompted for + password twice when doing NTLM authentication. + +- I rewrote the SSL subjectAltName check to avoid having to rely on OpenLDAP- + licensed derivate code. + Daniel (15 October) - Avoid doing getsockopt() on Windows to verify connects. It seems that this hogs Windows machines when libcurl is being used multi-threaded (with > ~50 |