Yang Tse [Mon, 2 Jul 2012 18:21:48 +0000 (20:21 +0200)]
testcurl.pl: allow non in-tree c-ares enabled autobuild
Yang Tse [Mon, 2 Jul 2012 14:42:54 +0000 (16:42 +0200)]
configure.ac: verify that libmetalink is new enough
Enabling test2017 to test2022.
Tatsuhiro Tsujikawa [Sat, 30 Jun 2012 12:17:44 +0000 (21:17 +0900)]
curl: Added runtime version check for libmetalink
Tatsuhiro Tsujikawa [Sat, 30 Jun 2012 12:07:38 +0000 (21:07 +0900)]
Include metalink/metalink.h for libmetalink functions
Daniel Stenberg [Sun, 1 Jul 2012 22:10:59 +0000 (00:10 +0200)]
errors: CURLM_CALL_MULTI_PERFORM is not returned anymore
Daniel Stenberg [Sun, 1 Jul 2012 18:09:35 +0000 (20:09 +0200)]
release: cleaned up plans for this and coming release
Yang Tse [Fri, 29 Jun 2012 14:40:23 +0000 (16:40 +0200)]
curl-compilers.m4: remove -Wstrict-aliasing=3 from clang
Currently it is unknown if there is any version of clang that
actually supports -Wstrict-aliasing. What is known is that there
are several that don't support it.
Yang Tse [Fri, 29 Jun 2012 14:02:10 +0000 (16:02 +0200)]
test2017 to test2022: more metalink tests
With this commit, checks done in previous test2017 are now done in test2018.
Whole range test2017 to test2022 DISABLED until configure is capable of
requiring a new-enough metalink library.
Don't try these without mentioned check in place!
Yang Tse [Fri, 29 Jun 2012 13:44:50 +0000 (15:44 +0200)]
test2005 to test2016: improve failure detection
Yang Tse [Thu, 28 Jun 2012 15:14:41 +0000 (17:14 +0200)]
lib582.c: fix conversion warning
Yang Tse [Thu, 28 Jun 2012 14:58:07 +0000 (16:58 +0200)]
nss.c: #include warnless.h for curlx_uztosi and curlx_uztoui prototypes
Marc Hoersken [Thu, 28 Jun 2012 13:48:32 +0000 (15:48 +0200)]
nss.c: Fixed size_t conversion warnings
Yang Tse [Thu, 28 Jun 2012 10:49:12 +0000 (12:49 +0200)]
sslgen.c: cleanup temporary compile-time SSL-backend check
Daniel Stenberg [Wed, 27 Jun 2012 21:36:07 +0000 (23:36 +0200)]
schannel: provide two additional (dummy) API defines
Tatsuhiro Tsujikawa [Wed, 27 Jun 2012 15:20:20 +0000 (00:20 +0900)]
Metalink: message updates
Print "parsing (...) OK" only when no warnings are generated. If
no file is found in Metalink, treat it FAILED.
If no digest is provided, print WARNING in parse_metalink().
Also print validating FAILED after download.
These changes make tests 2012 to 2016 pass.
Daniel Stenberg [Wed, 27 Jun 2012 21:15:56 +0000 (23:15 +0200)]
sslgen: avoid compiler error in SSPI builds
Yang Tse [Wed, 27 Jun 2012 17:06:43 +0000 (19:06 +0200)]
ssluse.c: fix compiler warning: conversion to 'int' from 'size_t'
Reported by Tatsuhiro Tsujikawa
http://curl.haxx.se/mail/lib-2012-06/0371.html
Yang Tse [Wed, 27 Jun 2012 15:14:59 +0000 (17:14 +0200)]
sslgen.c: add compile-time check for SSL-backend completeness
Yang Tse [Wed, 27 Jun 2012 15:13:16 +0000 (17:13 +0200)]
build: add our standard includes to curl_darwinssl.c and curl_multibyte.c
Yang Tse [Wed, 27 Jun 2012 12:04:42 +0000 (14:04 +0200)]
build: add curl_schannel and curl_darwinssl files to other build systems
Yang Tse [Wed, 27 Jun 2012 11:15:05 +0000 (13:15 +0200)]
tests: add five more Metalink test cases
Yang Tse [Wed, 27 Jun 2012 11:08:46 +0000 (13:08 +0200)]
tests: update Metalink message format
Tatsuhiro Tsujikawa [Tue, 26 Jun 2012 13:55:16 +0000 (22:55 +0900)]
Metalink: updated message format
Nick Zitzmann [Wed, 27 Jun 2012 09:57:31 +0000 (11:57 +0200)]
DarwinSSL: allow using NTLM authentication
Allow NTLM authentication when building using SecureTransport (Darwin) for SSL.
This uses CommonCrypto, a cryptography library that ships with all versions of
iOS and Mac OS X. It's like OpenSSL's libcrypto, except that it's missing a few
less-common cyphers and doesn't have a big number data structure.
Yang Tse [Wed, 27 Jun 2012 08:55:54 +0000 (10:55 +0200)]
curl_darwinssl.h: add newline at end of file
Daniel Stenberg [Tue, 26 Jun 2012 18:05:26 +0000 (20:05 +0200)]
ossl_seed: remove leftover RAND_screen check
Before commit
2dded8fedba (dec 2010) there was logic that used
RAND_screen() at times and now I remove the leftover #ifdef check for
it.
The seeding code that uses Curl_FormBoundary() in ossl_seed() is dubious
to keep since it hardly increases randomness but I fear I'll break
something if I remove it now...
Nick Zitzmann [Tue, 26 Jun 2012 19:39:48 +0000 (21:39 +0200)]
DarwinSSL: several adjustments
- Renamed st_ function prefix to darwinssl_
- Renamed Curl_st_ function prefix to Curl_darwinssl_
- Moved the duplicated ssl_connect_done out of the #ifdef in lib/urldata.h
- Fixed a teensy little bug that made non-blocking connection attempts block
- Made it so that it builds cleanly against the iOS 5.1 SDK
Yang Tse [Tue, 26 Jun 2012 19:22:36 +0000 (21:22 +0200)]
curl-compilers.m4: -Wstrict-aliasing=3 for warning enabled gcc and clang builds
Marc Hoersken [Tue, 26 Jun 2012 05:27:02 +0000 (07:27 +0200)]
sockaddr.h: Fixed dereferencing pointer breakin strict-aliasing
Fixed warning: dereferencing pointer does break strict-aliasing rules
by using a union inside the struct Curl_sockaddr_storage declaration.
Daniel Stenberg [Tue, 26 Jun 2012 12:52:46 +0000 (14:52 +0200)]
SSL cleanup: use crypto functions through the sslgen layer
curl_ntlm_msgs.c would previously use an #ifdef maze and direct
SSL-library calls instead of using the SSL layer we have for this
purpose.
Nick Zitzmann [Tue, 26 Jun 2012 12:01:51 +0000 (14:01 +0200)]
darwinssl: add support for native Mac OS X/iOS SSL
Daniel Stenberg [Mon, 25 Jun 2012 21:03:52 +0000 (23:03 +0200)]
RELEASE-NOTES: link to more metalink info
Daniel Stenberg [Mon, 25 Jun 2012 21:02:32 +0000 (23:02 +0200)]
RELEASE-NOTES: synced with
d025af9bb576
Yang Tse [Mon, 25 Jun 2012 19:48:20 +0000 (21:48 +0200)]
curl_schannel.c: Remove redundant NULL assignments following Curl_safefree()
Marc Hoersken [Mon, 25 Jun 2012 05:16:26 +0000 (07:16 +0200)]
curl_schannel.c: Replace free() with Curl_safefree()
Tatsuhiro Tsujikawa [Sat, 23 Jun 2012 08:08:37 +0000 (17:08 +0900)]
curl.1: Updated Metalink description in man page
Documented that --include will be ignored if both --metalink
and --include are specified.
Also documented that a Metalink file in the local file system
cannot be used if FILE protocol is disabled.
Steve Holme [Sun, 24 Jun 2012 22:23:30 +0000 (23:23 +0100)]
DOCS: Added clarification to CURLOPT_CUSTOMREQUEST for the POP3 protocol
Bug: http://curl.haxx.se/mail/lib-2012-06/0302.html
Reported by: Nagai H
Steve Holme [Sun, 24 Jun 2012 21:40:17 +0000 (22:40 +0100)]
smtp: Corrected result code for MAIL, RCPT and DATA commands
Bug: http://curl.haxx.se/mail/lib-2012-06/0094.html
Reported by: Dan
Ghennadi Procopciuc [Sun, 24 Jun 2012 20:59:15 +0000 (22:59 +0200)]
test: Added test HTTP receive cookies over IPv6
Yang Tse [Fri, 22 Jun 2012 18:14:30 +0000 (20:14 +0200)]
tests: add another Metalink test case
Tatsuhiro Tsujikawa [Fri, 22 Jun 2012 14:22:46 +0000 (23:22 +0900)]
tests: Enable test2010 and fixed hash value
Tatsuhiro Tsujikawa [Fri, 22 Jun 2012 14:20:16 +0000 (23:20 +0900)]
Metalink: ignore --include if --metalink is used.
Including headers in response body will break Metalink XML parser.
If it is included in the file described in Metalink XML, hash check
will fail. Therefore, --include should be ignored if --metalink is
used.
Yang Tse [Thu, 21 Jun 2012 16:30:23 +0000 (18:30 +0200)]
tests: add six Metalink test cases
Yang Tse [Thu, 21 Jun 2012 16:21:45 +0000 (18:21 +0200)]
test 2005: add verification of hash checking outcome
Yang Tse [Thu, 21 Jun 2012 16:17:50 +0000 (18:17 +0200)]
getpart.pm: remove misleading comment
Tatsuhiro Tsujikawa [Thu, 21 Jun 2012 14:32:12 +0000 (23:32 +0900)]
curl: Prefixed all Metalink related messages with "Metalink: "
Tatsuhiro Tsujikawa [Thu, 21 Jun 2012 02:16:53 +0000 (04:16 +0200)]
tests: Added Metalink test case # 2005
Tatsuhiro Tsujikawa [Wed, 20 Jun 2012 16:00:53 +0000 (01:00 +0900)]
curl: Restore noprogress and isatty config values.
The noprogress and isatty in Configurable are global, in a sense
that they persist in one curl invocation. Currently once one
download writes its response data to tty, they are set to FALSE
and they are not restored on successive downloads. This change
first backups the current noprogress and isatty, and restores
them when download does not write its data to tty.
Tatsuhiro Tsujikawa [Wed, 20 Jun 2012 15:51:06 +0000 (00:51 +0900)]
curl: Made --metalink option toggle Metalink functionality
In this change, --metalink option no longer takes argument. If
it is specified, given URIs are processed as Metalink XML file.
If given URIs are remote (e.g., http URI), curl downloads it
first. Regardless URI is local file (e.g., file URI scheme) or
remote, Metalink XML file is not written to local file system and
the received data is fed into Metalink XML parser directly. This
means with --metalink option, filename related options like -O
and -o are ignored.
Usage examples:
$ curl --metalink http://example.org/foo.metalink
This will download foo.metalink and parse it and then download
the URI described there.
$ curl --metalink file://foo.metalink
This will parse local file foo.metalink and then download the URI
described there.
Tatsuhiro Tsujikawa [Sat, 16 Jun 2012 13:58:06 +0000 (22:58 +0900)]
curl: Refactored metalink_checksum
When creating metalink_checksum from metalink_checksum_t, first
check hex digest is valid for the given hash function. We do
this check in the order of digest_aliases so that first good
match will be chosen (strongest hash function available). As a
result, the metalinkfile now only contains at most one
metalink_checksum because other entries are just redundant.
Gisle Vanem [Wed, 20 Jun 2012 21:40:42 +0000 (23:40 +0200)]
tool_doswin.c: fix djgpp function _use_lfn() used without a prototype
http://curl.haxx.se/mail/archive-2012-06/0028.html
Yang Tse [Wed, 20 Jun 2012 21:30:17 +0000 (23:30 +0200)]
build: fix RESOURCE bug in lib/Makefile.vc*
Removed two, not intended to exist, RESOURCE declarations.
Bug: http://curl.haxx.se/bug/view.cgi?id=
3535977
And sorted configuration hunks to reflect same internal order
as the one shown in the usage message.
Marc Hoersken [Wed, 20 Jun 2012 05:49:34 +0000 (07:49 +0200)]
schannel: Implement new buffer size strategy
Increase decrypted and encrypted cache buffers using limitted
doubling strategy. More information on the mailinglist:
http://curl.haxx.se/mail/lib-2012-06/0255.html
It updates the two remaining reallocations that have already been there
and fixes the other one to use the same "do we need to increase the
buffer"-condition as the other two. CURL_SCHANNEL_BUFFER_STEP_SIZE was
renamed to CURL_SCHANNEL_BUFFER_FREE_SIZE since that is actually what it
is now. Since we don't know how much more data we are going to read
during the handshake, CURL_SCHANNEL_BUFFER_FREE_SIZE is used as the
minimum free space required in the buffer for the next operation.
CURL_SCHANNEL_BUFFER_STEP_SIZE was used for that before, too, but since
we don't have a step size now, the define was renamed.
Yang Tse [Wed, 20 Jun 2012 20:26:51 +0000 (22:26 +0200)]
schannel SSL: fix compiler warning
Mark Salisbury [Wed, 20 Jun 2012 16:24:47 +0000 (10:24 -0600)]
schannel SSL: fix for renegotiate problem
In schannel_connect_step2() doread should be initialized based
on connssl->connecting_state.
Tatsuhiro Tsujikawa [Wed, 20 Jun 2012 18:15:42 +0000 (20:15 +0200)]
runtests.pl: make it support metalink feature
Yang Tse [Wed, 20 Jun 2012 18:13:07 +0000 (20:13 +0200)]
getpart.pm: make test definition section/part parser more robust
Test definition section parts which needed to include xml-lingo as contents
of that part required that the xml-blurb was written as a single line. Now the
xml-data inside the part can be written multiline making it more readable.
Tested with <client><file> part which is written to disk before <command> runs.
Daniel Stenberg [Tue, 19 Jun 2012 22:51:03 +0000 (00:51 +0200)]
schannel_connect_step2: checksrc whitespace fix
Mark Salisbury [Tue, 19 Jun 2012 22:51:03 +0000 (00:51 +0200)]
schannel SSL: changes in schannel_connect_step2
Process extra data buffer before returning from schannel_connect_step2.
Without this change I've seen WinCE hang when schannel_connect_step2
returns and calls Curl_socket_ready.
If the encrypted handshake does not fit in the intial buffer (seen with
large certificate chain), increasing the encrypted data buffer is necessary.
Fixed warning in curl_schannel.c line 1215.
Mark Salisbury [Tue, 19 Jun 2012 22:49:49 +0000 (00:49 +0200)]
config-win32ce.h: WinCE config adjustment
process.h is not present on WinCE
Mark Salisbury [Tue, 19 Jun 2012 22:14:17 +0000 (00:14 +0200)]
schannel SSL: Made send method handle unexpected cases better
Implemented timeout loop in schannel_send while sending data. This
is as close as I think we can get to write buffering; I put a big
comment in to explain my thinking.
With some committer adjustments
Marc Hoersken [Tue, 19 Jun 2012 12:57:12 +0000 (14:57 +0200)]
curl_schannel.c: Avoid unnecessary realloc calls to reduce buffer size
Mark Salisbury [Tue, 19 Jun 2012 18:28:22 +0000 (20:28 +0200)]
schannel SSL: Use standard Curl read/write methods
Replaced calls to swrite with Curl_write_plain and calls to sread
with Curl_read_plain.
With some committer adjustments
Yang Tse [Tue, 19 Jun 2012 18:28:21 +0000 (20:28 +0200)]
schannel SSL: make wording of some trace messages better reflect reality
Marc Hoersken [Tue, 19 Jun 2012 08:31:56 +0000 (10:31 +0200)]
curl_schannel.h: Use BUFSIZE as the initial buffer size if available
Make the Schannel implementation use libcurl's default buffer size
for the initial received encrypted and decrypted data cache buffers.
The implementation still needs to handle more data since more data
might have already been received or decrypted during the handshake
or a read operation which needs to be cached for the next read.
Guenter Knauf [Tue, 19 Jun 2012 09:54:10 +0000 (11:54 +0200)]
Fixed NetWare makefile broken from last commit.
Mark Salisbury [Tue, 19 Jun 2012 02:15:03 +0000 (04:15 +0200)]
schannel SSL: Implemented SSL shutdown
curl_schannel.c - implemented graceful SSL shutdown. If we fail to
shutdown the connection gracefully, I've seen schannel try to use a
session ID for future connects and the server aborts the connection
during the handshake.
Mark Salisbury [Tue, 19 Jun 2012 02:15:02 +0000 (04:15 +0200)]
schannel SSL: certificate validation on WinCE
curl_schannel.c - auto certificate validation doesn't seem to work
right on CE. I added a method to perform the certificate validation
which uses CertGetCertificateChain and manually handles the result.
Mark Salisbury [Tue, 19 Jun 2012 02:15:01 +0000 (04:15 +0200)]
schannel SSL: Added helper methods to simplify code
Added helper methods InitSecBuffer() and InitSecBufferDesc() to make it
easier to set up SecBuffer & SecBufferDesc structs.
Guenter Knauf [Mon, 18 Jun 2012 21:18:58 +0000 (23:18 +0200)]
Some more NetWare makefile tweaks for metalink.
Yang Tse [Mon, 18 Jun 2012 16:47:04 +0000 (18:47 +0200)]
tool_cb_see.c: WinCE build adjustment
Mark Salisbury [Mon, 18 Jun 2012 16:44:43 +0000 (18:44 +0200)]
setup.h: WinCE build adjustment
Mark Salisbury [Mon, 18 Jun 2012 11:06:02 +0000 (13:06 +0200)]
ftplistparser.c: do not compile if FTP protocol is not enabled
Yang Tse [Sat, 16 Jun 2012 17:20:50 +0000 (19:20 +0200)]
Win32: downplay MS bazillion type synonyms game
Avoid usage of some MS type synonyms to allow compilation with
compiler headers that don't define these, using simpler synonyms.
Daniel Stenberg [Fri, 15 Jun 2012 20:51:45 +0000 (22:51 +0200)]
Curl_rtsp_parseheader: avoid useless malloc/free
Coverity actually pointed out flawed logic in the previous call to
Curl_strntoupper() where the code used sizeof() of a pointer to pass in
a size argument. That code still worked since it only needed to
uppercase 4 letters. Still, the entire malloc/uppercase/free sequence
was pointless since the code has already matched the string once in the
condition that starts the block of code.
Daniel Stenberg [Fri, 15 Jun 2012 20:37:19 +0000 (22:37 +0200)]
curl_share_setopt: use va_end()
As spotted by Coverity, va_end() was not used previously. To make it
used I took away a bunch of return statements and made them into
assignments instead.
Yang Tse [Fri, 15 Jun 2012 19:50:57 +0000 (21:50 +0200)]
SSPI related code: Unicode support for WinCE - kill compiler warnings
Mark Salisbury [Fri, 15 Jun 2012 17:39:18 +0000 (19:39 +0200)]
SSPI related code: Unicode support for WinCE - commit
46480bb9 follow-up
Yang Tse [Fri, 15 Jun 2012 16:17:25 +0000 (18:17 +0200)]
build: add curl_multibyte files to build systems
Mark Salisbury [Fri, 15 Jun 2012 16:05:11 +0000 (18:05 +0200)]
SSPI related code: Unicode support for WinCE
SSPI related code now compiles with ANSI and WCHAR versions of security
methods (WinCE requires WCHAR versions of methods).
Pulled UTF8 to WCHAR conversion methods out of idn_win32.c into their own file.
curl_sasl.c - include curl_memory.h to use correct memory functions.
getenv.c and telnet.c - WinCE compatibility fix
With some committer adjustments
Guenter Knauf [Fri, 15 Jun 2012 00:24:51 +0000 (02:24 +0200)]
Fixed typo.
Yang Tse [Thu, 14 Jun 2012 17:19:18 +0000 (19:19 +0200)]
winbuild/MakefileBuild.vc: convert line endings to DOS style
As per request on mailing list: http://curl.haxx.se/mail/lib-2012-06/0222.html
Marc Hoersken [Thu, 14 Jun 2012 15:56:59 +0000 (17:56 +0200)]
winbuild: Allow SSPI build with or without Schannel
The changes introduced in commit
2bfa57bc32 are not enough
to make it actually possible to use the USE_WINSSL option.
Makefile.vc was not updated and the configuration name which is
used in the build path did not match between both build files.
This patch fixes those issues and introduces the following changes:
- Replaced the -schannel name with -winssl in order to be consistent
with the other options
- Added ENABLE_WINSSL option to winbuild/Makefile.vc (default yes)
- Changed winbuild/MakefileBuild.vc to set USE_WINSSL to true if
USE_SSL is false and USE_WINSSL was not specified as a parameter
- Separated WINSSL handling from SSPI handling to be consistent with
the other options and their corresponding code path
Yang Tse [Thu, 14 Jun 2012 16:10:29 +0000 (18:10 +0200)]
curl.1: 7.27.0 seems next release
Yang Tse [Thu, 14 Jun 2012 14:55:26 +0000 (16:55 +0200)]
schannel: fix printf-style format strings
Yang Tse [Thu, 14 Jun 2012 11:32:05 +0000 (13:32 +0200)]
Fix bad failf() and info() usage
Calls to failf() are not supposed to provide trailing newline.
Calls to infof() must provide trailing newline.
Fixed 30 or so strings.
Yang Tse [Thu, 14 Jun 2012 10:12:54 +0000 (12:12 +0200)]
schannel: fix unused parameter warnings
Yang Tse [Thu, 14 Jun 2012 10:10:51 +0000 (12:10 +0200)]
schannel: fix comparisons between signed and unsigned
Yang Tse [Thu, 14 Jun 2012 10:05:48 +0000 (12:05 +0200)]
schannel: fix discarding qualifier from pointer type
Yang Tse [Thu, 14 Jun 2012 09:53:46 +0000 (11:53 +0200)]
schannel: fix shadowing of global declarations
Yang Tse [Thu, 14 Jun 2012 09:34:12 +0000 (11:34 +0200)]
schannel: fix Curl_schannel_init() and Curl_schannel_cleanup() declarations
Gisle Vanem [Wed, 13 Jun 2012 23:51:51 +0000 (01:51 +0200)]
urldata.h: fix cyassl/openssl/ssl.h build clash with wincrypt.h
Building with CyaSSL failed compilation. Reason being that OCSP_REQUEST and
OCSP_RESPONSE are enum values in CyaSSL and defines in <wincrypt.h> included
via <winldap.h> in ldap.c.
http://curl.haxx.se/mail/lib-2012-06/0196.html
Yang Tse [Wed, 13 Jun 2012 19:15:41 +0000 (21:15 +0200)]
MakefileBuild.vc: Allow building without SSL
In order to use Windows native SSL support define 'USE_WINSSL'
Yang Tse [Wed, 13 Jun 2012 18:54:03 +0000 (20:54 +0200)]
configure: new option --with-winssl
This option may be used to build curl/libcurl using SSL/TLS support provided
by MS windows system libraries. Option is mutually exclusive with any other
SSL library. Default value is --without-winssl.
--with-winssl option implies --with-sspi option.
Option meaningful only for Windows builds.
Guenter Knauf [Wed, 13 Jun 2012 17:29:45 +0000 (19:29 +0200)]
Changed Schannel string to SSL-Windows-native.
This is more descriptive for the user who might
not even know what schannnel is at all.
Yang Tse [Wed, 13 Jun 2012 13:53:51 +0000 (15:53 +0200)]
schannel: remove version number and identify its use with 'schannel' literal
Version number is removed in order to make this info consistent with
how we do it with other MS and Linux system libraries for which we don't
provide this info.
Identifier changed from 'WinSSPI' to 'schannel' given that this is the
actual provider of the SSL/TLS support. libcurl can still be built with
SSPI and without SCHANNEL support.
Daniel Stenberg [Tue, 12 Jun 2012 21:04:04 +0000 (23:04 +0200)]
singlesocket: remove dead code
No need to check if 'entry' is non-NULL in a spot where it is already checked
and guaranteed to be non-NULL.
(Spotted by a Coverity scan)
Daniel Stenberg [Tue, 12 Jun 2012 20:46:14 +0000 (22:46 +0200)]
netrc: remove dead code
Remove two states from the enum and the corresponding code for them as
these states were never reached or used.
(Spotted by a Coverity scan)
Yang Tse [Tue, 12 Jun 2012 11:12:09 +0000 (13:12 +0200)]
Revert "connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasing"
This reverts commit
9c94236e6cc078a0dc5a78b6e2fefc1403e5375e.
It didn't server its purpose, so lets go back to long-time working code.
Yang Tse [Tue, 12 Jun 2012 10:34:52 +0000 (12:34 +0200)]
socks_sspi.c: further cleanup