- Apr 20, 2013
-
-
Steve Holme authored
Fix to prevent the options from being displayed when curl requests the user's password if the following command line is specified: --user username;options
-
Steve Holme authored
In addition to parsing the optional login options from the URL, added support for parsing them from CURLOPT_USERPWD, to allow the following supported command line: --user username:password;options
-
- Apr 19, 2013
-
-
Steve Holme authored
Added bounds checking when searching for the separator characters within the login string as this string may not be NULL terminated (For example it is the login part of a URL). We do this in preference to allocating a new string to copy the login details into which could then be passed to parse_login_details() for performance reasons.
-
Steve Holme authored
-
Steve Holme authored
-
- Apr 18, 2013
-
-
Daniel Stenberg authored
When cross-compiling we can't scan and detect existing files or paths. Bug: http://curl.haxx.se/mail/lib-2013-04/0294.html
-
Ishan SinghLevett authored
Relies on CURLOPT_SSL_CTX_FUNCTION, which is OpenSSL specific
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
signed and unsigned type in conditional expression
-
Steve Holme authored
Separated the parsing of login details from the processing of them in parse_url_login() ready for use by setstropt_userpwd().
-
Steve Holme authored
Re-factored these functions to reflect their new behaviour following the addition of login options.
-
Steve Holme authored
-
Daniel Stenberg authored
Apparently the previous usage didn't work with that implementation, while this updated version works with at least both Parallel BZIP2 v1.1.8 and regular bzip "Version 1.0.6, 6-Sept-2010".
-
Linus Nielsen authored
-
- Apr 16, 2013
-
-
Steve Holme authored
Standardised the naming of all perform based functions to be in the form smtp_perform_something().
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Wouter Van Rooy authored
Curl-config outputs static libraries even when they are disabled in configure. This causes problems with the build of pycurl.
-
Dave Reisner authored
Commit c3ea3eb6 introduced some minor cosmetic errors in curl_mutli_socket_action(3).
-
- Apr 15, 2013
-
-
Paul Howarth authored
These are needed in cases where clock_gettime is used, from librt.
-
Dan Fandrich authored
Also note the prohibition on sharing handles across threads.
-
Steve Holme authored
-
Steve Holme authored
Updated the coding style, in this function, to be consistant with other response functions rather then performing a hard return on failure.
-
Steve Holme authored
Updated the coding style, in this function, to be consistent with other response functions rather then performing a hard return on failure.
-
- Apr 14, 2013
-
-
Steve Holme authored
Standardised the naming of all perform based functions to be in the form pop3_perform_something() following the changes made to IMAP.
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Started to apply the same tidy up to the POP3 code as applied to the IMAP code in the 7.30.0 release.
-
- Apr 13, 2013
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Added support for specifying the preferred authentication mechanism in the URL as per Internet-Draft 'draft-earhart-url-smtp-00'.
-
Steve Holme authored
... to use left-shifted values, like those defined in curl.h, rather than 16-bit hexadecimal values.
-
Steve Holme authored
-
Steve Holme authored
Added support for specifying the preferred authentication type and SASL mechanism in the URL as per RFC-2384.
-
Steve Holme authored
Added support for specifying the preferred authentication mechanism in the URL as per RFC-5092.
-
Steve Holme authored
... to use left-shifted values, like those defined in curl.h, rather than 16-bit hexadecimal values.
-
Steve Holme authored
In preparation for the upcoming changes to IMAP, POP3 and SMTP added preferred mechanism values.
-