<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/data/test903, branch gemini-meta</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616</title>
<updated>2019-04-22T11:29:49+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2019-04-18T20:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=eb84ca3ea8f793ecbedf7865c41a8d1b9f59efb7'/>
<id>eb84ca3ea8f793ecbedf7865c41a8d1b9f59efb7</id>
<content type='text'>
RFC 4616 specifies the authzid is optional in the client authentication
message and that the server will derive the authorisation identity
(authzid) from the authentication identity (authcid) when not specified
by the client.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RFC 4616 specifies the authzid is optional in the client authentication
message and that the server will derive the authorisation identity
(authzid) from the authentication identity (authcid) when not specified
by the client.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Replaced email authentication keywords with SASL based keywords</title>
<updated>2014-03-30T10:56:42+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-03-30T11:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=6876b35ad6a401aa2a435f11cf69bb9a0b472a11'/>
<id>6876b35ad6a401aa2a435f11cf69bb9a0b472a11</id>
<content type='text'>
As the email protocols implement SASL authentication rather than IMAP,
POP3 and SMTP specific authentication, updated the authentication
keywords to reflect this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the email protocols implement SASL authentication rather than IMAP,
POP3 and SMTP specific authentication, updated the authentication
keywords to reflect this.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Added "SASL" authentication keyword</title>
<updated>2014-03-30T10:31:38+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-03-30T10:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=dfa481a7c522ba29db846fb10f3568eb23fe2d5f'/>
<id>dfa481a7c522ba29db846fb10f3568eb23fe2d5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Tidy up of SMTP and POP3 tests</title>
<updated>2013-10-26T12:50:08+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2013-10-26T12:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=e4670a102921ca6b97f1948125f4adf44bdc6719'/>
<id>e4670a102921ca6b97f1948125f4adf44bdc6719</id>
<content type='text'>
Corrected line endings, RFC references and standardised on user names
and passwords used in the tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Corrected line endings, RFC references and standardised on user names
and passwords used in the tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Updated email addresses in SMTP tests following recent changes</title>
<updated>2013-09-29T15:48:02+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2013-09-29T15:48:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=25a0c96a49429706dd0a53d7dac98179d9895c82'/>
<id>25a0c96a49429706dd0a53d7dac98179d9895c82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ftpserver.pl: Moved specifying the test number from the RCPT address</title>
<updated>2013-09-29T09:02:00+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2013-09-29T08:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=49341628b50007c290d669ce3f51c562aad9708c'/>
<id>49341628b50007c290d669ce3f51c562aad9708c</id>
<content type='text'>
...to the client address as this frees the RCPT strings to contain
just an email address and by passing the test number into curl as the
client address remains consistent with POP3 and IMAP tests as they are
specified in the URL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...to the client address as this frees the RCPT strings to contain
just an email address and by passing the test number into curl as the
client address remains consistent with POP3 and IMAP tests as they are
specified in the URL.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Fixed smtp rcpt to addresses</title>
<updated>2013-09-22T14:14:26+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2013-09-22T14:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=52cefc8cd7ae0faf2c63e645726f2da195d92a49'/>
<id>52cefc8cd7ae0faf2c63e645726f2da195d92a49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Updated SMTP AUTH tests to use the new AUTH directive</title>
<updated>2013-09-19T19:29:59+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2013-09-19T19:29:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=89d320c2fd160a0e1fe0b7602211fb320e87d1f2'/>
<id>89d320c2fd160a0e1fe0b7602211fb320e87d1f2</id>
<content type='text'>
...rather than specify a customised EHLO response.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...rather than specify a customised EHLO response.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Fixed smtp mail from addresses</title>
<updated>2013-09-19T06:19:25+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2013-09-19T06:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=dfe7ee1429f91f06cae9e10dd18f770269271d29'/>
<id>dfe7ee1429f91f06cae9e10dd18f770269271d29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>smtp: Fixed sending of double CRLF caused by first in EOB</title>
<updated>2013-05-04T09:00:33+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2013-05-04T08:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=99b40451836dfea2d5dce2ada4fab15b2ab5bfb2'/>
<id>99b40451836dfea2d5dce2ada4fab15b2ab5bfb2</id>
<content type='text'>
If the mail sent during the transfer contains a terminating &lt;CRLF&gt; then
we should not send the first &lt;CRLF&gt; of the EOB as specified in RFC-5321.

Additionally don't send the &lt;CRLF&gt; if there is "no mail data" as the
DATA command already includes it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the mail sent during the transfer contains a terminating &lt;CRLF&gt; then
we should not send the first &lt;CRLF&gt; of the EOB as specified in RFC-5321.

Additionally don't send the &lt;CRLF&gt; if there is "no mail data" as the
DATA command already includes it.
</pre>
</div>
</content>
</entry>
</feed>
