Re: Subversion 1.3, neon 0.25.x and SSPI
From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-01-06 21:13:41 CET
Followup:
I found something strange in the neon source. In the file src/ne_sspi.c,
if (base64Token) {
if (!sspiContext->continueNeeded) {
initSingleEmptyBuffer(&inBufferDesc, &inBuffer);
status = base64ToBuffer(base64Token, &inBufferDesc);
securityStatus =
First, there's 'if (!sspiContext->continueNeeded)' which returns -1, for
Could that be the bug?
Stefan
-- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Jan 6 21:15:45 2006 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.