aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-02-10smtp: Added support for the STLS capability (Part One)Steve Holme
2013-02-10pop3: Added support for the STLS capability (Part One)Steve Holme
2013-02-10imap: Added support for the STARTTLS capability (Part One)Steve Holme
2013-02-09smtp: Fixed an issue when processing EHLO failure responses (Part 3)Steve Holme
2013-02-09pop3: Fixed SASL authentication capability detectionSteve Holme
2013-02-09pop3: Fixed incorrect return value from pop3_endofresp()Steve Holme
2013-02-09smtp: Fixed an issue when processing EHLO failure responses (Part 2)Steve Holme
2013-02-09smtp: Fixed an issue with missing capabilities after the AUTH lineSteve Holme
2013-02-08darwinssl: Make certificate errors less techyNick Zitzmann
2013-02-09Updated dependency libs.Guenter Knauf
2013-02-09imap: Corrected some commentsSteve Holme
2013-02-09smtp: Fixed an issue when processing EHLO failure responsesSteve Holme
2013-02-08pop3: Reworked pop3_endofresp() to simplify it littleSteve Holme
2013-02-08imap: Renamed state variables in imap_authenticate()Steve Holme
2013-02-08smtp: Reworked smtp_endofresp() to allow for extra capability detectionSteve Holme
2013-02-08smtp: Renamed smtp_state_auth_passwd_resp() functionSteve Holme
2013-02-08ntlm: fix memory leakGisle Vanem
2013-02-08DONE: consider callback-aborted transfers prematureDaniel Stenberg
2013-02-07darwinssl: Fix build under LeopardNick Zitzmann
2013-02-07imap: Added support for SASL-IR extension (Part 2)Steve Holme
2013-02-07smtp: Updated SMTP_AUTH_PASSWD state constantSteve Holme
2013-02-07imap: Added support for SASL-IR extension (Part 1)Steve Holme
2013-02-07imap: Changed response tag generation to be completely uniqueSteve Holme
2013-02-06imap: Small variable rename in preparation for upcoming changeSteve Holme
2013-02-06msvc: move Makefile.msvc.names into winbuild/Daniel Stenberg
2013-02-06email: Moved starttls code in separate functionsSteve Holme
2013-02-06vms: config-vms.h is removed, no use trying to distribute itDaniel Stenberg
2013-02-06Curl_sasl_create_digest_md5_message: fix buffer overflowEldar Zaitov
2013-02-06setup-vms.h: post VMS patch cleanup - IIIYang Tse
2013-02-05imap.h: Corrected incorrect comment clarificationSteve Holme
2013-02-05VMS: fix and generate the VMS build configJohn E. Malmberg
2013-02-05Curl_proxyCONNECT: return once CONNECT is sentDaniel Stenberg
2013-02-05email: Reworked comments in the endofresp() functionsSteve Holme
2013-02-05schannel: Removed extended error connection setup flagMarc Hoersken
2013-02-05singleipconnect: Update *sockp for all CURLE_OKTor Arntsen
2013-02-05curl_easy_perform: Value stored to 'mcode' is never readDaniel Stenberg
2013-02-05singleipconnect: remove dead assignmentDaniel Stenberg
2013-02-05CURLMOPT_MAXCONNECTS: restore functionalityLinus Nielsen Feltzing
2013-02-04email: Provided extra comments following recent pop3/imap fixesSteve Holme
2013-02-04pop3.c: Updated variable names to use shorter / more readable variantSteve Holme
2013-02-03imap: Fixed no known authentication mechanism when fallback is requiredSteve Holme
2013-02-03pop3: Fixed no known authentication mechanism when fallback is requiredSteve Holme
2013-02-01singleipconnect: simplify and clean upDaniel Stenberg
2013-02-01Curl_perfom: removedDaniel Stenberg
2013-01-29darwinssl: Fix bug where packets were sometimes transmitted twiceNick Zitzmann
2013-01-28Updated dependency libs.Guenter Knauf
2013-01-27smtp.c: Fixed unnecessary state change if starttls failsSteve Holme
2013-01-27pop3.c: Fixed unnecessary state change if starttls failsSteve Holme
2013-01-27imap.c: Fixed unnecessary state change if starttls failsSteve Holme
2013-01-26email: Updated comment regarding ssldone usageSteve Holme