HTTP: don't send Content-Length: 0 _and_ Expect: 100-continue
[platform/upstream/curl.git] / tests / ftpserver.pl
2014-03-30 Steve Holmeftpserver.pl: Extended the full text reply regular...
2014-03-30 Steve Holmeftpserver.pl: Removed some unused variables
2014-03-30 Steve Holmeftpserver.pl: Reworked some variable names to be more...
2014-03-29 Steve Holmeftpserver.pl: Corrected some indentation in senddata()
2014-03-29 Steve Holmeftpserver.pl: Added fallback to <data> support when...
2014-03-29 Steve Holmeftpserver.pl: Updated email based get reply data code...
2014-03-29 Steve Holmeftpserver.pl: Fixed syntax error from commit 3a29ee41
2014-03-29 Steve Holmeftpserver.pl: Updated argument code in STATUS_imap...
2014-03-29 Steve Holmeftpserver.pl: Introduced common method for getting...
2014-01-31 Marc Hoerskenftpserver.pl: directory LISTings use [CR][LF] for ASCII...
2014-01-16 Dan FandrichFixed some XML syntax issues in the test data
2014-01-04 Daniel Stenbergftp tests: provide LIST responses in the test file...
2013-12-27 Steve Holmeftpserver.pl: Fixed compilation error
2013-12-27 Steve Holmeftpserver.pl: Reworked SMTP verified server detection
2013-12-24 Steve Holmepop3: Fixed APOP being determined by CAPA response...
2013-12-24 Steve Holmetests: Removed APOP timestamp from default server greeting
2013-12-23 Steve Holmeftpserver.pl: Updated custom full text REPLY regex
2013-12-22 Steve Holmeftpserver.pl: Fixed runtime warning from commit 7da9c95...
2013-12-22 Steve Holmeftpserver.pl: Added the ability to send custom full...
2013-12-22 Steve Holmeftpserver.pl: Added the ability to specify custom full...
2013-12-22 Steve Holmeftpserver.pl: Renamed commandreply variable from custom...
2013-11-23 Steve Holmeftpserver.pl: Reworked fix from commit 7a36b2abc06862
2013-11-23 Steve Holmeftpserver.pl: Fixed unknown IMAP command "*"
2013-11-23 Steve Holmeftpserver.pl: Fixed servercmd REPLY with * detection
2013-11-17 Steve Holmetests: Added SMTP HELP test
2013-11-16 Steve Holmeftpserver.pl: Added support for new SMTP commands
2013-11-10 Steve Holmeftpserver.pl: Reworked custom reply handling code
2013-11-10 Steve Holmeftpserver.pl: Reworked unrecognised command responses
2013-11-10 Steve Holmeftpserver.pl: Fixed processing of IMAP authentication...
2013-11-06 Steve HolmeRevert "ftpserver.pl: Corrected logic from commit 27b7b...
2013-11-06 Steve Holmeftpserver.pl: Corrected logic from commit 27b7b1062f9d97
2013-11-06 Steve Holmeftpserver.pl: Fixed IMAP cmdid being sent on custom...
2013-10-23 Steve Holmeftpserver.pl: Added support for empty pop3 authenticati...
2013-10-23 Steve Holmetests: Added empty response support to custom replies
2013-10-19 Steve Holmeftpserver.pl: Fixed syntax error from commit 5b31b38c27bb7a
2013-10-19 Steve Holmeftpserver.pl: Fixed processing of POP3 authentication...
2013-10-19 Steve Holmetests: Added POP3 APOP authentication test
2013-10-19 Steve Holmeftpserver.pl: Added support for APOP POP3 authentication
2013-09-29 Steve Holmeftpserver.pl: Fixed compilation error from commit 49341...
2013-09-29 Steve Holmeftpserver.pl: Moved specifying the test number from...
2013-09-29 Steve Holmeftpserver.pl: Added unwanted argument check to SMTP...
2013-09-22 Steve Holmeftpserver.pl: Expanded the SMTP RCPT handler to validat...
2013-09-22 Steve Holmeftpserver.pl: Added cURL SMTP server detection to HELO...
2013-09-22 Steve Holmeftpserver.pl: Corrected response code for successful...
2013-09-22 Steve Holmeftpserver.pl: Moved invalid RCPT TO: address detection...
2013-09-21 Steve Holmeftpserver.pl: Moved cURL SMTP server detection into...
2013-09-20 Steve Holmeftpserver.pl: Corrected SMTP QUIT response to be more...
2013-09-20 Steve Holmeftpserver.pl: Moved SMTP RCPT response text into comman...
2013-09-19 Steve Holmeftpserver.pl: Updated email regex from commit 98f7ca7e9...
2013-09-18 Steve Holmeftpserver.pl: Standardised CAPA and AUTH responses
2013-09-18 Steve Holmeftpserver.pl: Corrected POP3 QUIT reply to be more...
2013-09-18 Steve Holmeftpserver.pl: Fixed syntax error in commit 98f7ca7e971006
2013-09-18 Steve Holmeftpserver.pl: Expanded the SMTP MAIL handler to validat...
2013-09-17 Steve Holmeftpserver.pl: Corrected response code for successful...
2013-09-17 Steve Holmeftpserver.pl: Moved SMTP MAIL handler into own function
2013-09-15 Steve Holmeftpserver.pl: Added the ability to include spaces in...
2013-09-15 Steve Holmeftpserver.pl: Corrected response code for successful...
2013-09-15 Steve Holmeftpserver.pl: Fixed syntax error in commit 33c1f2876b9029
2013-09-15 Steve Holmeftpserver.pl: Added CAPA & AUTH directive support to...
2013-09-15 Steve Holmeftpserver.pl: Fixed SMTP QUIT handler from dadc495540946e
2013-09-15 Steve Holmeftpserver.pl: Moved SMTP EHLO and QUIT handlers in...
2013-09-15 Steve Holmeftpserver.pl: Added support for SMTP HELO command
2013-09-15 Steve Holmeftpserver.pl: Added mailbox check to IMAP SELECT handler
2013-09-14 Steve Holmeftpserver.pl: Corrected invalid user details check
2013-09-14 Steve Holmeftpserver.pl: Moved IMAP LOGIN handler into own function
2013-09-14 Steve Holmeftpserver.pl: Moved POP3 USER and PASS handlers into...
2013-09-14 Steve Holmeftpserver.pl: Corrected invalid argument check in POP3...
2013-09-14 Steve Holmeftpserver.pl: Added capability prerequisite for extende...
2013-09-14 Steve Holmeftpserver.pl: Added support for IMAP NOOP command
2013-09-12 Steve Holmeftpserver.pl: Fixed missing comma from 7fd84b14d219b1
2013-09-12 Steve Holmeftpserver.pl: Fixed variable error introduced in 7fd84b...
2013-09-11 Steve Holmeftpserver.pl: Added support for UID command
2013-09-11 Steve Holmeftpserver.pl: Added support for LSUB command
2013-09-11 Steve Holmeftpserver.pl: Added support for IMAP COPY command
2013-09-11 Steve Holmeftpserver.pl: Added support for IMAP CLOSE and EXPUNGE...
2013-09-11 Steve Holmeftpserver.pl: Added support for POP3 RSET command
2013-09-11 Steve Holmeftpserver.pl: Added the ability to remember what messag...
2013-09-09 Steve Holmeftpserver.pl: Added support for POP3 TOP command
2013-09-09 Steve Holmeftpserver.pl: Added support for POP3 UIDL command
2013-09-08 Steve Holmeftpserver.pl: Fixed empty array checks
2013-09-08 Steve Holmeftpserver: Reworked AUTH support to allow for specifyin...
2013-09-08 Steve Holmeftpserver: Reworked CAPA support to allow for specifyin...
2013-09-08 Steve Holmeftpserver.pl: Corrected POP3 LIST as message numbers...
2013-09-08 Steve Holmeftpserver.pl: Added support for POP3 NOOP command
2013-09-08 Steve Holmeftpserver.pl: Fixed 'Use of uninitialized value $args...
2013-09-08 Steve Holmeftpserver.pl: Added support for POP STAT command
2013-09-08 Steve Holmeftpserver.pl: Moved POP3 QUIT handler into own function
2013-09-08 Steve Holmeftpserver.pl: Reordered the POP3 handlers to be alphabe...
2013-09-08 Steve Holmeftpserver.pl: Corrected misaligned indentation in POP3...
2013-09-07 Steve Holmeftpserver.pl: Added support for POP3 DELE command
2013-08-31 Steve Holmeftpserver.pl: Added support for the IMAP CHECK command
2013-08-31 Steve Holmeftpserver.pl: Corrected flawed logic in commit 1ca6ed7b...
2013-08-31 Steve Holmeftpserver.pl: Added argument check to IMAP command...
2013-08-31 Steve Holmeftpserver.pl: More whitespace corrections
2013-08-30 Steve Holmeftpserver.pl: Small correction tidy up
2013-08-30 Daniel Stenbergftpserver: Bareword "to_mailbox" not allowed
2013-08-30 Steve Holmeftpserver.pl: Added support for IMAP CREATE, DELETE...
2013-08-29 Steve Holmeftpserver.pl: Updated IMAP EXAMINE handler to use dynam...
2013-08-29 Steve Holmeftpserver.pl: Added SELECT check to IMAP FETCH and...
2013-08-28 Steve Holmeftpserver.pl: Corrected accidental move of logmsg(...
next