aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-23tests: Moved CR LF in URL tests to their respective protocol groupsSteve Holme
2013-11-23smtp: Post SMTP command expansion tidy upSteve Holme
2013-11-22symbols-in-versions: Added missing CURLSSLBACKEND_* symbolsSteve Holme
2013-11-22symbols-in-versions: Fixed missing CURLINFO_TLS_SESSIONSteve Holme
2013-11-21curl_easy_getinfo: Added CURLINFO_TLS_SESSION for accessing TLS internalsChristian Grothoff
2013-11-17RELEASE-NOTES: Synced with 8191800a0c8ff7Steve Holme
2013-11-17smtp: Fixed space being sent in non --mail-rcpt based requestsSteve Holme
2013-11-17tests: Added SMTP NOOP and RSET testsSteve Holme
2013-11-17test928: Corrected typo in expected data from commit df58084695ce9bSteve Holme
2013-11-17tests: Added SMTP HELP testSteve Holme
2013-11-17smtp: Changed the default command to HELP when no options are specifiedSteve Holme
2013-11-17smtp:Fixed memory leak from commit dac01ff6d788b2Steve Holme
2013-11-17connect: Close open but unconnected socket in singleipconnect()Steve Holme
2013-11-17tests: Added SMTP EXPN command testSteve Holme
2013-11-16test926: Corrected unknown user reply from commit 0d735c29f92748Steve Holme
2013-11-16tests: Corrected missing data reply sections from 3d50e91aeef8ccSteve Holme
2013-11-16tests: Added SMTP VRFY command testsSteve Holme
2013-11-16ftpserver.pl: Added support for new SMTP commandsSteve Holme
2013-11-15smtp: Fixed broken RCPT TO from commit 0ea4a80bb23666Steve Holme
2013-11-15smtp_state_mail_resp: removed unused variable 'smtp'Daniel Stenberg
2013-11-15DOCS: Updated curl_easy_setopt.3 following recent SMTP changesSteve Holme
2013-11-15DOCS: Updated manpage following recent SMTP modificationsSteve Holme
2013-11-15smtp: Simplified the next RCPT TO logicSteve Holme
2013-11-15lib1507.c: Added missing set of CURLOPT_UPLOAD optionSteve Holme
2013-11-15smtp.c: Fixed trailing whitespaceSteve Holme
2013-11-15smtp: Added support for VRFY and EXPN commandsSteve Holme
2013-11-15smtp: Added support for NOOP and RSET commandsSteve Holme
2013-11-15smtp: Fixed handling of multiline server greeting responsesSteve Holme
2013-11-15smtp.c: Fixed compilation error from commit f16c0de4e9bbe3Steve Holme
2013-11-15smtp: Fixed processing of more than one response when sent in same packetSteve Holme
2013-11-15smtp: Moved EHLO response handling to smtp_state_ehlo_resp()Steve Holme
2013-11-14connect: Forgot to correct line endings before push in commit ed1662c374361aSteve Holme
2013-11-14connect: Return the socket descriptor even on failBjörn Stenberg
2013-11-13configure: Fix test with -Werror=implicit-function-declarationDaniel Stenberg
2013-11-13test825: Corrected typo from commit b29217d0d682d4Steve Holme
2013-11-13RELEASE-NOTES: Synced with bde901ad89a6f1Steve Holme
2013-11-13test922: Corrected title to match other OAuth 2.0 testsSteve Holme
2013-11-13tests: Added IMAP OAuth 2.0 authentication with initial response testSteve Holme
2013-11-13tests: Added IMAP NTLM authentication with initial response testSteve Holme
2013-11-13tests: Added IMAP login authentication with initial response testSteve Holme
2013-11-13tests: Added IMAP plain authentication with initial response testSteve Holme
2013-11-13test873: Use proper padding in NTLM responsesSteve Holme
2013-11-12darwinssl: check for SSLSetSessionOption() presence when toggling BEASTNick Zitzmann
2013-11-12darwinssl: PKCS#12 import feature now requires Lion or laterNick Zitzmann
2013-11-13tests: Added POP3 OAuth 2.0 authentication with initial response testSteve Holme
2013-11-13tests: Added POP3 NTLM authentication with initial response testSteve Holme
2013-11-13tests: Added POP3 login authentication with initial response testSteve Holme
2013-11-13tests: Added POP3 plain authentication with initial response testSteve Holme
2013-11-12TODO: Added auth= in URLs to the wish list for HTTPSteve Holme
2013-11-12curl_easy_setopt: Added the ability to set the login options separatelySteve Holme