Daniel Stenberg
|
8dd4edeb90
smtp/pop3/imap_get_message: decrease the data length too...
|
6 lat temu |
Daniel Stenberg
|
615edc1f73
sasl_getmesssage: make sure we have a long enough string to pass
|
7 lat temu |
Max Dymond
|
c75f63d7c4
handler: refactor connection checking
|
7 lat temu |
Daniel Stenberg
|
efc83d6d54
http-proxy: only attempt FTP over HTTP proxy
|
7 lat temu |
Daniel Stenberg
|
c5c4e816b4
URL: only accept ";options" in SMTP/POP3/IMAP URL schemes
|
7 lat temu |
Jay Satiro
|
a18db79262
STARTTLS: Don't print response character in denied messages
|
7 lat temu |
Daniel Stenberg
|
8657c268e1
checksrc: white space edits to comply to stricter checksrc
|
8 lat temu |
Daniel Stenberg
|
dbadaebfc4
checksrc: code style: use 'char *name' style
|
8 lat temu |
Daniel Stenberg
|
811a693b80
strcasecompare: all case insensitive string compares ignore locale now
|
8 lat temu |
Daniel Stenberg
|
502acba2af
strcasecompare: is the new name for strequal()
|
8 lat temu |
Jay Satiro
|
af2d679e14
errors: new alias CURLE_WEIRD_SERVER_REPLY (8)
|
8 lat temu |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
8 lat temu |
Daniel Stenberg
|
4f45240bc8
lib: include curl_printf.h as one of the last headers
|
8 lat temu |
Daniel Stenberg
|
575e885db0
multi: turn Curl_done into file local multi_done
|
8 lat temu |
Steve Holme
|
c142e73142
ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabled
|
8 lat temu |
Steve Holme
|
a5aec58726
imap/pop3/smtp: Fixed connections upgraded with TLS are not reused
|
8 lat temu |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 lat temu |
Steve Holme
|
41efdadf09
pop3: Differentiate between success and continuation responses
|
9 lat temu |
Steve Holme
|
6af80afe49
pop3: Added clarity on some server response codes
|
9 lat temu |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 lat temu |
Patrick Monnerat
|
0d24f64473
sasl: implement EXTERNAL authentication mechanism.
|
9 lat temu |
Patrick Monnerat
|
79543caf90
SASL: common state engine for imap/pop3/smtp
|
9 lat temu |
Patrick Monnerat
|
e1ea18f90e
SASL: common URL option and auth capabilities decoders for all protocols
|
9 lat temu |
Patrick Monnerat
|
5f09cbcdbd
IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.
|
9 lat temu |
Patrick Monnerat
|
9081014c2c
IPV6: address scope != scope id
|
10 lat temu |
Michael Osipov
|
9f10e45e42
kerberos: Use symbol qualified with _KERBEROS5
|
10 lat temu |
Steve Holme
|
b6821dbb91
sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is used
|
10 lat temu |
Daniel Stenberg
|
ea6c5f03a5
pop3_perform_authentication: fix memory leak
|
10 lat temu |
Brandon Casey
|
6beb0eeea1
Ensure progress.size_dl/progress.size_ul are always >= 0
|
10 lat temu |
Steve Holme
|
03f368d94c
pop3: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPI
|
10 lat temu |