]> granicus.if.org Git - curl/commit
sasl_getmesssage: make sure we have a long enough string to pass
authorDaniel Stenberg <daniel@haxx.se>
Thu, 30 Nov 2017 23:45:46 +0000 (00:45 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 5 Dec 2017 16:05:44 +0000 (17:05 +0100)
commit615edc1f73090f5f876f1491f9658f6429fdf481
treeed060508a315f6ca306a6d1ab492b6687f8f3f40
parent4401409468f590520dd5d0f0a55607eefa5ff4c1
sasl_getmesssage: make sure we have a long enough string to pass

For pop3/imap/smtp, added test 891 to somewhat verify the pop3
case.

For this, I enhanced the pingpong test server to be able to send back
responses with LF-only instead of always using CRLF.

Closes #2150
lib/imap.c
lib/pop3.c
lib/smtp.c
tests/FILEFORMAT
tests/data/Makefile.inc
tests/data/test891 [new file with mode: 0644]
tests/ftpserver.pl