<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/data/test823, branch master</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>imap: change from "FETCH" to "UID FETCH"</title>
<updated>2018-09-06T08:57:48+00:00</updated>
<author>
<name>Nicklas Avén</name>
<email>nicklas.aven@jordogskog.no</email>
</author>
<published>2018-07-31T11:12:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=6987fcef657710f800b05dd79ff744087b15c73d'/>
<id>6987fcef657710f800b05dd79ff744087b15c73d</id>
<content type='text'>
... and add "MAILINDEX".

As described in #2789, this is a suggested solution.  Changing UID=xx to
actually get mail with UID xx and add "MAILINDEX" to get a mail with a
special index in the mail box (old behavior).  So MAILINDEX=1 gives the
first non deleted mail in the mail box.

Fixes #2789
Closes #2815
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and add "MAILINDEX".

As described in #2789, this is a suggested solution.  Changing UID=xx to
actually get mail with UID xx and add "MAILINDEX" to get a mail with a
special index in the mail box (old behavior).  So MAILINDEX=1 gives the
first non deleted mail in the mail box.

Fixes #2789
Closes #2815
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: updated for modified fake random</title>
<updated>2017-05-08T21:24:43+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2017-05-08T21:23:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=73afcfc0ae5dc70821d5f1ac0b1f897fd67efe97'/>
<id>73afcfc0ae5dc70821d5f1ac0b1f897fd67efe97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sasl: Added back qop argument mistakenly removed in e95ca7ce</title>
<updated>2014-06-15T12:11:35+00:00</updated>
<author>
<name>Dan Fandrich</name>
<email>dan@coneharvesters.com</email>
</author>
<published>2014-06-15T10:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=34d02aff71eb8a74bbb89ed1e5ccc5a69a9f3137'/>
<id>34d02aff71eb8a74bbb89ed1e5ccc5a69a9f3137</id>
<content type='text'>
This caused segfaults on tests 823 869 907.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This caused segfaults on tests 823 869 907.
</pre>
</div>
</content>
</entry>
<entry>
<title>NTLM: set a fake entropy for debug builds with CURL_ENTROPY set</title>
<updated>2014-06-11T21:15:48+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2014-03-20T10:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=e95ca7cec9c8907646a2bf87e295a638d5b518fc'/>
<id>e95ca7cec9c8907646a2bf87e295a638d5b518fc</id>
<content type='text'>
Curl_rand() will return a dummy and repatable random value for this
case. Makes it possible to write test cases that verify output.

Also, fake timestamp with CURL_FORCETIME set.

Only when built debug enabled of course.

Curl_ssl_random() was not used anymore so it has been
removed. Curl_rand() is enough.

create_digest_md5_message: generate base64 instead of hex string

curl_sasl: also fix memory leaks in some OOM situations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Curl_rand() will return a dummy and repatable random value for this
case. Makes it possible to write test cases that verify output.

Also, fake timestamp with CURL_FORCETIME set.

Only when built debug enabled of course.

Curl_ssl_random() was not used anymore so it has been
removed. Curl_rand() is enough.

create_digest_md5_message: generate base64 instead of hex string

curl_sasl: also fix memory leaks in some OOM situations
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Fixed up DIGEST-MD5 tests following commit eefeb73af4</title>
<updated>2014-06-01T11:18:05+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-06-01T11:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=e8c1bf8840adb662afd28cbc8135ca0a821e703c'/>
<id>e8c1bf8840adb662afd28cbc8135ca0a821e703c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Fixed up DIGEST-MD5 tests following commit 8342b6e1dc</title>
<updated>2014-05-11T15:20:52+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-05-11T15:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=18e4cd1e20bfe4cec9b98ae242f5512cad2da113'/>
<id>18e4cd1e20bfe4cec9b98ae242f5512cad2da113</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Disabled DIGEST-MD5 tests when running with SSPI enabled</title>
<updated>2014-04-06T15:32:59+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2014-04-06T15:32:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=5cdb61abb29ecd9168fe5c71d93841250b35a2a9'/>
<id>5cdb61abb29ecd9168fe5c71d93841250b35a2a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>test823: Fixed expected authentication text from commit e10a26a9d6d6de</title>
<updated>2013-11-10T20:21:18+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2013-11-10T20:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=7396ad6e094419bdc92c2b2dc765d82e418ff8ca'/>
<id>7396ad6e094419bdc92c2b2dc765d82e418ff8ca</id>
<content type='text'>
Fixed authentication text due to incorrect digest-uri property.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed authentication text due to incorrect digest-uri property.
</pre>
</div>
</content>
</entry>
</feed>
