aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-21tests: Reworked existing SMTP tests to be single recipient basedSteve Holme
2013-09-20ftpserver.pl: Corrected SMTP QUIT response to be more realisticSteve Holme
2013-09-20curl_easy_setopt.3: clarify that TIMEOUT and TIMEOUT_MS set the same valueDaniel Stenberg
2013-09-20Documented --dns-* options in curl manpageKim Vandry
2013-09-20pop3: Added basic SASL XOAUTH2 supportSteve Holme
2013-09-20curl: Added clarification to the --mail options in the --help outputSteve Holme
2013-09-20ftpserver.pl: Moved SMTP RCPT response text into command handlerSteve Holme
2013-09-20tests: Added SMTP invalid --mail-from testSteve Holme
2013-09-19darwinssl: enable BEAST workaround on iOS 7 & laterNick Zitzmann
2013-09-19tests: Updated SMTP AUTH tests to use the new AUTH directiveSteve Holme
2013-09-19tests: Corrected test913 as the QUIT response is receivedSteve Holme
2013-09-19tests: Added SMTP large message SIZE testSteve Holme
2013-09-19ftpserver.pl: Updated email regex from commit 98f7ca7e971006Steve Holme
2013-09-19tests: Fixed smtp mail from addressesSteve Holme
2013-09-18ftpserver.pl: Standardised CAPA and AUTH responsesSteve Holme
2013-09-18ftpserver.pl: Corrected POP3 QUIT reply to be more realisticSteve Holme
2013-09-18runtests.pl: Fixed syntax error in commit c873375123343eSteve Holme
2013-09-18runtests.pl: Fixed smtp mail from addressSteve Holme
2013-09-18ftpserver.pl: Fixed syntax error in commit 98f7ca7e971006Steve Holme
2013-09-18ftpserver.pl: Expanded the SMTP MAIL handler to validate messagesSteve Holme
2013-09-17cookies: add expirationYAMADA Yasuharu
2013-09-17ftpserver.pl: Corrected response code for successful MAIL commandSteve Holme
2013-09-17ftpserver.pl: Moved SMTP MAIL handler into own functionSteve Holme
2013-09-17dns: fix compilation with MinGW from commit df69440d05f113Steve Holme
2013-09-16tests: Fixed test 1406 following recent changes in ftpserver.plSteve Holme
2013-09-16tests: Added test for SMTP SIZE capabilitySteve Holme
2013-09-15ftpserver.pl: Added the ability to include spaces in capabilitiesSteve Holme
2013-09-15ftpserver.pl: Corrected response code for successful SMTP QUIT commandSteve Holme
2013-09-15ftpserver.pl: Fixed syntax error in commit 33c1f2876b9029Steve Holme
2013-09-15ftpserver.pl: Added CAPA & AUTH directive support to the SMTP EHLO handlerSteve Holme
2013-09-15ftpserver.pl: Fixed SMTP QUIT handler from dadc495540946eSteve Holme
2013-09-15ftpserver.pl: Moved SMTP EHLO and QUIT handlers in own functionsSteve Holme
2013-09-15ftpserver.pl: Added support for SMTP HELO commandSteve Holme
2013-09-15ftpserver.pl: Added mailbox check to IMAP SELECT handlerSteve Holme
2013-09-15ftpserver.pl: Corrected invalid user details checkSteve Holme
2013-09-14ftpserver.pl: Moved IMAP LOGIN handler into own functionSteve Holme
2013-09-14ftpserver.pl: Moved POP3 USER and PASS handlers into own functionsSteve Holme
2013-09-14ftpserver.pl: Corrected invalid argument check in POP3 TOP handlerSteve Holme
2013-09-14ftpserver.pl: Added capability prerequisite for extended POP3 commandsSteve Holme
2013-09-14tests: Updated descriptions to be more meaningfulSteve Holme
2013-09-14ftpserver.pl: Added support for IMAP NOOP commandSteve Holme
2013-09-14imap: Fixed response check for NOOP commandSteve Holme
2013-09-14tests: Updated descriptions to be more meaningfulSteve Holme
2013-09-13curl.1: detail how short/long options workDaniel Stenberg
2013-09-13curl: Fixed usage of DNS options when not using c-ares resolverSteve Holme
2013-09-13curl_easy_setopt.3: mention RTMP URL quirksDaniel Stenberg
2013-09-12curl: Add support for various DNS binding options.Ben Greear
2013-09-12libcurl: New options to bind DNS to local interfaces or IP addressesKim Vandry
2013-09-12libcurl.3: for multi interface connections are held in the multi handleDaniel Stenberg
2013-09-12ftpserver.pl: Fixed missing comma from 7fd84b14d219b1Steve Holme