Re: Wrong Digest Authentication header when using Windows SSPI

2015-04-25 Thread LRN
On 25.04.2015 21:30, Daniel Stenberg wrote: On Thu, 23 Apr 2015, LRN wrote: The only hunk that needed to change was the one that adds #include rawstr.h Even without this hunk the code compiles, albeit with warnings (implicit declarations of raw string functions). Even with this hunk i still

Re: Wrong Digest Authentication header when using Windows SSPI

2015-04-23 Thread LRN
On 23.04.2015 17:27, Daniel Stenberg wrote: On Thu, 23 Apr 2015, LRN wrote: So InitializeSecurityContext() does get the realm reported by the server, but neglects to set it on the request it generates. Does this patch fix it for you? https://github.com/bagder/curl/pull/141 Yes

Wrong Digest Authentication header when using Windows SSPI

2015-04-23 Thread LRN
The header i get is: Digest username=\testuser\,realm=\\,nonce=\...\,uri=\/\,cnonce=\...\,nc=0001,response=\...\,qop=\auth\,opaque=\...\ (replaced actual hashes with ...). Note the empty realm. The chlg_buf[0].pvBuffer that gets fed to s_pSecFn-InitializeSecurityContext() by

Re: Wrong Digest Authentication header when using Windows SSPI

2015-04-23 Thread LRN
On 23.04.2015 17:54, Daniel Stenberg wrote: On Thu, 23 Apr 2015, LRN wrote: Yes, it does (does not apply to 7.42.0 cleanly though, had to tweak it). Nice, can you post an updated version of the patch for us to consider to merge? I mostly lack a review and a +1 from someone who knows

Re: [bagder/curl] efa548: ftp.pm: Made Perl testsuite able to kill Windows p...

2013-04-06 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06.04.2013 14:49, Marc Hoersken wrote: Hi Gisle, 2013/4/6 Gisle Vanem gva...@broadpark.no: ftp.pm: Made Perl testsuite able to kill Windows processes This patch uses a tool from Windows-XP Professional: system(taskkill $filter nul 21);

Re: [bagder/curl] efa548: ftp.pm: Made Perl testsuite able to kill Windows p...

2013-04-06 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06.04.2013 19:12, Marc Hoersken wrote: Hi LRN, 2013/4/6 LRN lrn1...@gmail.com: You can use Win32API Perl module and TerminateProcess or SafeTerminateProcess. Also, CreateJobObject + AssignProcessToJobObject can be used to implement

Re: Test results for W32

2013-04-03 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02.04.2013 18:20, Dan Fandrich wrote: On Tue, Apr 02, 2013 at 05:29:10PM +0400, LRN wrote: 24 285 543 571 1309 fail due to \r\n vs \n difference (my guess is that data is sent over the network with correct EOLS, but curl client prints

Re: Test results for W32

2013-04-02 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02.04.2013 12:04, Daniel Stenberg wrote: On Tue, 2 Apr 2013, LRN wrote: Here's the output of `make check'. Hopefully, this will be useful. We need a whole lot more details for this to serve any purpose. Start with the first failure

Test results for W32

2013-04-01 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here's the output of `make check'. Hopefully, this will be useful. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

Re: [W32] Testsuite does not build in 7.28.1 anymore

2013-01-21 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21.01.2013 13:55, Daniel Stenberg wrote: On Sat, 19 Jan 2013, LRN wrote: `make check' log is attached. It worked in 7.28.0 (or, at least, 7.27.0). Tried rebuilding everything with --disable-shared, didn't help. In that massive log I could

Re: [W32] Testsuite does not build in 7.28.1 anymore

2013-01-21 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22.01.2013 6:31, Guenter wrote: Am 21.01.2013 11:35, schrieb LRN: On 21.01.2013 13:55, Daniel Stenberg wrote: On Sat, 19 Jan 2013, LRN wrote: `make check' log is attached. It worked in 7.28.0 (or, at least, 7.27.0). Tried rebuilding

[W32] Testsuite does not build in 7.28.1 anymore

2013-01-19 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 `make check' log is attached. It worked in 7.28.0 (or, at least, 7.27.0). Tried rebuilding everything with --disable-shared, didn't help. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (MingW32) Comment: Using GnuPG with Thunderbird -