Daniel Stenberg
71be565cf4
curl: -O crash on windows
...
The -O option caused curl to crash on windows and DOS due to the
tool writing out of boundary memory.
2010-04-21 23:20:18 +02:00
Yang Tse
81512cc02b
hmac.c related compilation adjustment
2010-04-20 21:35:31 +02:00
Yang Tse
32236dad5e
hmac.c related compilation adjustment
2010-04-20 21:23:53 +02:00
monnerat
b30ce34d84
Add compilation directives for hmac in Watcom,riscos and vc6 platform-specific makefiles.
2010-04-20 19:23:48 +02:00
Ruslan Gazizov
2164b6b463
replaced wsock32.lib usage with ws2_32.lib in MSVC makefiles
2010-04-20 16:30:10 +02:00
monnerat
7af5e3c39e
Merge branch 'master' of github.com:bagder/curl
2010-04-19 17:37:51 +02:00
monnerat
42930155ab
Remove null-effect leftover code.
2010-04-19 17:30:20 +02:00
Daniel Stenberg
e5b3246d0a
changelog: -J/--remote-header-name strips CRLF
2010-04-19 17:08:27 +02:00
Daniel Stenberg
47dda4a1d4
parse_filename: strip trailing CRs and LFs
...
The feature that uses the file name given in a
Content-disposition: header didn't properly skip trailing
carriage returns and linefeed characters from the end of the file
name when it was given without quotes.
2010-04-19 17:05:46 +02:00
Daniel Stenberg
a5b7e3205d
Curl_HMAC_MD5: fix the array init to not warn with picky compilers
2010-04-19 16:19:36 +02:00
monnerat
dfce37da23
Fix GnuTLS compilation problem in md5.c
2010-04-19 14:09:45 +02:00
monnerat
14bfcb96f5
Fix compilation problem: declare Curl_HMAC_MD5 as extern in include file.
2010-04-19 12:44:17 +02:00
monnerat
87fbcb4494
Merge branch 'master' of github.com:bagder/curl
2010-04-19 11:17:46 +02:00
monnerat
4bfe07640c
Implement SMTP authentication
2010-04-19 11:16:30 +02:00
Daniel Stenberg
5d93525f30
parseconfig: Value stored to 'line' is never read
...
Make the function call with (void) as we don't care about the
return code.
2010-04-17 18:59:54 +02:00
Daniel Stenberg
b7848e4a72
parsedate: Value stored to 'found' is never read
2010-04-17 18:57:39 +02:00
Daniel Stenberg
99ec359b4d
check_gzip_header: Value stored to 'data' is never read
2010-04-17 18:55:52 +02:00
Daniel Stenberg
dfad8a6dad
dprintf_formatf: Value stored to 'left' is never read
2010-04-16 23:50:39 +02:00
Daniel Stenberg
d841ab82b8
curl_version: remove superfluous assignments
2010-04-16 23:49:03 +02:00
Daniel Stenberg
d6be52d80e
FTP PORT: Value stored to 'rc' is never read
2010-04-16 23:45:05 +02:00
Daniel Stenberg
c0111460b0
Curl_setup_transfer: no longer returns anything
...
This function could only return CURLE_OK and by changing it to
a void instead, we can simplify code all over.
2010-04-16 23:43:04 +02:00
Daniel Stenberg
93981bb9b5
PASV response: Value stored to 'rc' is never read
2010-04-16 23:28:20 +02:00
Daniel Stenberg
8f136288c5
Curl_perform: Value stored to 'res2' is never read
2010-04-16 23:27:35 +02:00
Daniel Stenberg
9799dbebd6
sftp range: remove unnecessary check for NULL pointer
2010-04-16 23:20:50 +02:00
Daniel Stenberg
b025ac16a6
ftp_range: remove unnecessary check for NULL pointer
2010-04-16 23:20:07 +02:00
Daniel Stenberg
5d43c75c66
file_range: remove unnecessary check for NULL pointer
2010-04-16 23:18:43 +02:00
Daniel Stenberg
15fa5dcfe6
SOCKS4: Value stored to 'rc' is never read
2010-04-16 23:03:55 +02:00
Daniel Stenberg
516dfd1705
FTP PASV: Value stored to 'rc' is never read
2010-04-16 23:02:15 +02:00
Daniel Stenberg
743bd81e64
ftp_range: Value stored to 'totalsize' is never read
...
Simplified the code by removing a local variable completely.
2010-04-16 23:00:21 +02:00
Daniel Stenberg
520cee3fb7
SOCKS5: when name resolves fail return immediately
...
This makes the code flow more obvious and reacts on the return
code properly, even if the code acted the same way before.
2010-04-16 22:58:04 +02:00
Daniel Stenberg
fa7341143a
POP3: when USER command fails, don't even try PASS
2010-04-16 22:56:13 +02:00
Daniel Stenberg
313a5b05c2
tftp_rx: Value stored to 'sbytes' is never read
2010-04-16 22:55:07 +02:00
Daniel Stenberg
01fc53e027
file_range: Value stored to 'totalsize' is never read
2010-04-16 22:52:49 +02:00
Daniel Stenberg
0a4ccce054
changelog: GnuTLS: SSL handshake phase is non-blocking
2010-04-16 22:45:06 +02:00
Jerome Vouillon
c2888604d7
GnuTLS: make the connection phase non-blocking
...
When multi interface is used, the SSL handshake is no longer
blocking when GnuTLS is used.
2010-04-16 22:43:01 +02:00
Daniel Stenberg
6632d957e7
krb5_auth: fix my previous change to compile
2010-04-16 20:22:46 +02:00
unknown
c5e539c312
OS400 version V5R2M0 not supported anymore by IBM: default target release changed to V5R3M0.
2010-04-16 16:55:13 +02:00
Daniel Stenberg
0338994c6a
changelog: GnuTLS fix, no reverse loopkups and fixed GSS detection
2010-04-16 15:33:10 +02:00
Daniel Stenberg
2056ca9fea
SSL_RECV: EOF is not an error here
...
The recent overhaul of the SSL recv function made this treat a
zero returned from gnutls_record_recv() as an error, and this
caused our HTTPS test cases to fail. We leave it to upper layer
code to detect if an EOF is a problem or not.
2010-04-16 15:29:25 +02:00
Paul Howarth
cca192e58f
configure: GSSAPI detection on ancient Linux distros
...
On some ancient distributions such as RHEL-3, <gssapi/gssapi_krb5.h> needs
to be processed after <gssapi/gssapi.h>, but does not include it itself.
This patch checks for <gssapi/gssapi.h> first and then includes it
in the test for <gssapi/gssapi_krb5.h>, resolving the problem.
Without the patch, <gssapi/gssapi_krb5.h> is "present but cannot be
compiled".
2010-04-16 15:09:32 +02:00
Daniel Stenberg
f3d4b17a9c
resolvers: no more using AI_CANONNAME
...
No resolver anymore needs to use AI_CANONNAME and do reverse
lookups. We should work hard to avoid having code that relies on
it.
2010-04-16 15:03:52 +02:00
Daniel Stenberg
5bd38b70dd
KRB5: use given host name instead of reverse lookup'ed name
...
This code would previously use dns_entry->addr->ai_canonname
instead of the given host name, which caused us grief and
problems since not all our resolver options do the reverse lookup
and I would also guess that it caused problems with KRB5/GSS with
virtual name-based hosts. Now the host name from the URL is used.
2010-04-16 15:02:08 +02:00
Dan Fandrich
44f1bef668
Remove redundant conditional
2010-04-15 10:51:03 -07:00
Dan Fandrich
f38510f4b5
Eliminated an unlikely race condition in some tests.
...
Based on a patch from the FreeBSD ports by Peter Pentchev.
2010-04-15 10:51:03 -07:00
Daniel Stenberg
689b6929c3
changelog: prevent needless reverse name lookups
2010-04-15 13:11:25 +02:00
Daniel Stenberg
68aae7f579
Curl_ipv4_resolve_r: only set AI_CANONNAME when needed
...
As reported in bug report #2987196 , the code for ipv6 already did
the setting of this bit correctly so we copied that logic into
the Curl_ipv4_resolve_r() function as well. KRB code is the only
code we know that might need the cannonical name so only resolve
it for such requests!
2010-04-15 13:04:01 +02:00
Daniel Stenberg
a76fa17681
IGNORE: files generated by maketgz
2010-04-14 17:34:57 +02:00
Daniel Stenberg
72411118ec
bumped to start the journey towards 7.20.2
2010-04-14 17:34:26 +02:00
Daniel Stenberg
5a16df5e04
added contributors from the 7.20.1 RELEASE-NOTES
2010-04-14 17:33:34 +02:00
Daniel Stenberg
5a814f6f2c
ignore files generated by 'maketgz'
2010-04-14 17:12:34 +02:00