summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* curl.1: Added information about optional login options to --user in manpageSteve Holme2013-09-211-10/+17
* ftpserver.pl: Moved cURL SMTP server detection into EHLO command handlerSteve Holme2013-09-211-39/+48
* openssl: use correct port number in error messageDaniel Stenberg2013-09-211-1/+1
* test1415: adjusted to work for 32bit time_tDaniel Stenberg2013-09-211-6/+6
* tests: Reworked existing SMTP tests to be single recipient basedSteve Holme2013-09-214-8/+4
* ftpserver.pl: Corrected SMTP QUIT response to be more realisticSteve Holme2013-09-201-3/+13
* curl_easy_setopt.3: clarify that TIMEOUT and TIMEOUT_MS set the same valueDaniel Stenberg2013-09-201-4/+8
* Documented --dns-* options in curl manpageKim Vandry2013-09-201-0/+33
* pop3: Added basic SASL XOAUTH2 supportSteve Holme2013-09-206-8/+71
* curl: Added clarification to the --mail options in the --help outputSteve Holme2013-09-201-3/+3
* ftpserver.pl: Moved SMTP RCPT response text into command handlerSteve Holme2013-09-201-1/+6
* tests: Added SMTP invalid --mail-from testSteve Holme2013-09-202-1/+46
* darwinssl: enable BEAST workaround on iOS 7 & laterNick Zitzmann2013-09-191-0/+124
* tests: Updated SMTP AUTH tests to use the new AUTH directiveSteve Holme2013-09-195-5/+5
* tests: Corrected test913 as the QUIT response is receivedSteve Holme2013-09-191-4/+2
* tests: Added SMTP large message SIZE testSteve Holme2013-09-192-1/+52
* ftpserver.pl: Updated email regex from commit 98f7ca7e971006Steve Holme2013-09-191-1/+1
* tests: Fixed smtp mail from addressesSteve Holme2013-09-1914-29/+29
* ftpserver.pl: Standardised CAPA and AUTH responsesSteve Holme2013-09-181-2/+2
* ftpserver.pl: Corrected POP3 QUIT reply to be more realisticSteve Holme2013-09-181-1/+1
* runtests.pl: Fixed syntax error in commit c873375123343eSteve Holme2013-09-181-1/+1
* runtests.pl: Fixed smtp mail from addressSteve Holme2013-09-181-1/+1
* ftpserver.pl: Fixed syntax error in commit 98f7ca7e971006Steve Holme2013-09-181-1/+1
* ftpserver.pl: Expanded the SMTP MAIL handler to validate messagesSteve Holme2013-09-181-1/+50
* cookies: add expirationYAMADA Yasuharu2013-09-173-1/+110
* ftpserver.pl: Corrected response code for successful MAIL commandSteve Holme2013-09-171-1/+1
* ftpserver.pl: Moved SMTP MAIL handler into own functionSteve Holme2013-09-171-1/+7
* dns: fix compilation with MinGW from commit df69440d05f113Steve Holme2013-09-174-10/+17
* tests: Fixed test 1406 following recent changes in ftpserver.plSteve Holme2013-09-161-0/+3
* tests: Added test for SMTP SIZE capabilitySteve Holme2013-09-162-1/+56
* ftpserver.pl: Added the ability to include spaces in capabilitiesSteve Holme2013-09-151-1/+4
* ftpserver.pl: Corrected response code for successful SMTP QUIT commandSteve Holme2013-09-151-1/+1
* ftpserver.pl: Fixed syntax error in commit 33c1f2876b9029Steve Holme2013-09-151-1/+1
* ftpserver.pl: Added CAPA & AUTH directive support to the SMTP EHLO handlerSteve Holme2013-09-152-9/+52
* ftpserver.pl: Fixed SMTP QUIT handler from dadc495540946eSteve Holme2013-09-151-1/+1
* ftpserver.pl: Moved SMTP EHLO and QUIT handlers in own functionsSteve Holme2013-09-151-2/+15
* ftpserver.pl: Added support for SMTP HELO commandSteve Holme2013-09-152-1/+15
* ftpserver.pl: Added mailbox check to IMAP SELECT handlerSteve Holme2013-09-151-14/+19
* ftpserver.pl: Corrected invalid user details checkSteve Holme2013-09-151-2/+2
* ftpserver.pl: Moved IMAP LOGIN handler into own functionSteve Holme2013-09-141-2/+28
* ftpserver.pl: Moved POP3 USER and PASS handlers into own functionsSteve Holme2013-09-142-5/+38
* ftpserver.pl: Corrected invalid argument check in POP3 TOP handlerSteve Holme2013-09-141-1/+1
* ftpserver.pl: Added capability prerequisite for extended POP3 commandsSteve Holme2013-09-141-8/+16
* tests: Updated descriptions to be more meaningfulSteve Holme2013-09-142-2/+2
* ftpserver.pl: Added support for IMAP NOOP commandSteve Holme2013-09-141-0/+24
* imap: Fixed response check for NOOP commandSteve Holme2013-09-142-2/+3
* tests: Updated descriptions to be more meaningfulSteve Holme2013-09-149-10/+10
* curl.1: detail how short/long options workDaniel Stenberg2013-09-131-0/+12
* curl: Fixed usage of DNS options when not using c-ares resolverSteve Holme2013-09-133-8/+14
* curl_easy_setopt.3: mention RTMP URL quirksDaniel Stenberg2013-09-131-0/+13