summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* imap: Added support for the STARTTLS capability (Part Two)Steve Holme2013-02-101-20/+29
* smtp: Added support for the STLS capability (Part One)Steve Holme2013-02-102-1/+7
* pop3: Added support for the STLS capability (Part One)Steve Holme2013-02-102-1/+6
* imap: Added support for the STARTTLS capability (Part One)Steve Holme2013-02-102-1/+6
* smtp: Fixed an issue when processing EHLO failure responses (Part 3)Steve Holme2013-02-091-1/+1
* pop3: Fixed SASL authentication capability detectionSteve Holme2013-02-091-3/+3
* pop3: Fixed incorrect return value from pop3_endofresp()Steve Holme2013-02-091-1/+1
* smtp: Fixed an issue when processing EHLO failure responses (Part 2)Steve Holme2013-02-091-5/+4
* smtp: Fixed an issue with missing capabilities after the AUTH lineSteve Holme2013-02-091-1/+5
* darwinssl: Make certificate errors less techyNick Zitzmann2013-02-081-4/+11
* Updated dependency libs.Guenter Knauf2013-02-096-7/+7
* imap: Corrected some commentsSteve Holme2013-02-091-6/+6
* smtp: Fixed an issue when processing EHLO failure responsesSteve Holme2013-02-091-5/+6
* pop3: Reworked pop3_endofresp() to simplify it littleSteve Holme2013-02-081-50/+47
* imap: Renamed state variables in imap_authenticate()Steve Holme2013-02-081-12/+12
* smtp: Reworked smtp_endofresp() to allow for extra capability detectionSteve Holme2013-02-081-51/+52
* smtp: Renamed smtp_state_auth_passwd_resp() functionSteve Holme2013-02-081-4/+5
* ntlm: fix memory leakGisle Vanem2013-02-081-0/+1
* DONE: consider callback-aborted transfers prematureDaniel Stenberg2013-02-081-0/+7
* darwinssl: Fix build under LeopardNick Zitzmann2013-02-071-6/+39
* imap: Added support for SASL-IR extension (Part 2)Steve Holme2013-02-071-10/+41
* smtp: Updated SMTP_AUTH_PASSWD state constantSteve Holme2013-02-072-6/+6
* imap: Added support for SASL-IR extension (Part 1)Steve Holme2013-02-072-3/+9
* imap: Changed response tag generation to be completely uniqueSteve Holme2013-02-072-44/+26
* imap: Small variable rename in preparation for upcoming changeSteve Holme2013-02-062-9/+9
* msvc: move Makefile.msvc.names into winbuild/Daniel Stenberg2013-02-061-2/+2
* email: Moved starttls code in separate functionsSteve Holme2013-02-063-11/+43
* vms: config-vms.h is removed, no use trying to distribute itcurl-7_29_0Daniel Stenberg2013-02-061-11/+10
* Curl_sasl_create_digest_md5_message: fix buffer overflowEldar Zaitov2013-02-061-17/+6
* setup-vms.h: post VMS patch cleanup - IIIYang Tse2013-02-063-9/+12
* imap.h: Corrected incorrect comment clarificationSteve Holme2013-02-051-1/+1
* VMS: fix and generate the VMS build configJohn E. Malmberg2013-02-057-427/+408
* Curl_proxyCONNECT: return once CONNECT is sentDaniel Stenberg2013-02-051-26/+3
* email: Reworked comments in the endofresp() functionsSteve Holme2013-02-053-9/+9
* schannel: Removed extended error connection setup flagMarc Hoersken2013-02-051-6/+4
* singleipconnect: Update *sockp for all CURLE_OKTor Arntsen2013-02-051-0/+2
* curl_easy_perform: Value stored to 'mcode' is never readDaniel Stenberg2013-02-051-1/+3
* singleipconnect: remove dead assignmentDaniel Stenberg2013-02-051-1/+0
* CURLMOPT_MAXCONNECTS: restore functionalityLinus Nielsen Feltzing2013-02-051-11/+93
* email: Provided extra comments following recent pop3/imap fixesSteve Holme2013-02-043-7/+17
* pop3.c: Updated variable names to use shorter / more readable variantSteve Holme2013-02-041-3/+3
* imap: Fixed no known authentication mechanism when fallback is requiredSteve Holme2013-02-032-8/+14
* pop3: Fixed no known authentication mechanism when fallback is requiredSteve Holme2013-02-031-46/+41
* singleipconnect: simplify and clean upDaniel Stenberg2013-02-011-91/+49
* Curl_perfom: removedDaniel Stenberg2013-02-013-377/+5
* darwinssl: Fix bug where packets were sometimes transmitted twiceNick Zitzmann2013-01-291-6/+10
* Updated dependency libs.Guenter Knauf2013-01-284-4/+4
* smtp.c: Fixed unnecessary state change if starttls failsSteve Holme2013-01-271-1/+2
* pop3.c: Fixed unnecessary state change if starttls failsSteve Holme2013-01-271-1/+2
* imap.c: Fixed unnecessary state change if starttls failsSteve Holme2013-01-271-1/+2