]> granicus.if.org Git - curl/commit
sasl_sspi: Fixed hard coded buffer for response generation
authorSteve Holme <steve_holme@hotmail.com>
Sun, 10 Aug 2014 10:01:27 +0000 (11:01 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 10 Aug 2014 10:11:20 +0000 (11:11 +0100)
commitcd6ecf6a899c49fee6ebd21f5a162d55632d4b85
treefb5ef05e0deafb342f65be1532fca403ecedff23
parentd804ff0d6bb3608cac83b08f3946d2403c6c8fb7
sasl_sspi: Fixed hard coded buffer for response generation

Given the SSPI package info query indicates a token size of 4096 bytes,
updated to use a dynamic buffer for the response message generation
rather than a fixed buffer of 1024 bytes.
lib/curl_sasl_sspi.c