]> granicus.if.org Git - curl/commit
http_negotiate_sspi: Use a dynamic buffer for SPN generation
authorSteve Holme <steve_holme@hotmail.com>
Sat, 9 Aug 2014 16:56:51 +0000 (17:56 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 9 Aug 2014 19:25:08 +0000 (20:25 +0100)
commit72945b856e3cf9c3e91c902d3dd8d9412ebeec2e
treed81d34941f6e25b7580d30f3be3690617714a959
parentd01e30431ceca2d201b123a37003e45090f7759b
http_negotiate_sspi: Use a dynamic buffer for SPN generation

Updated to use a dynamic buffer for the SPN generation via the recently
introduced Curl_sasl_build_spn() function rather than a fixed buffer of
1024 characters, which should have been more than enough, but by using
the new function removes the need for another variable sname to do the
wide character conversion in Unicode builds.
lib/http_negotiate_sspi.c
lib/urldata.h