<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/phpBB/phpbb/passwords/driver/salted_md5.php, branch master</title>
<subtitle>The forums.mageia.org Website</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/'/>
<entry>
<title>[ticket/13976] Fix comment typo in salted_md5.php</title>
<updated>2015-10-20T22:22:42+00:00</updated>
<author>
<name>Sumanai</name>
<email>sumanai@ya.ru</email>
</author>
<published>2015-07-02T17:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=6b433eab4c898aee2226021ae443b9795ded0e76'/>
<id>6b433eab4c898aee2226021ae443b9795ded0e76</id>
<content type='text'>
PHPBB3-13976
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-13976
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/13203] Use string_compare method in passwords drivers</title>
<updated>2014-10-22T19:54:55+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2014-10-22T19:54:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=0bc04a4df098da1fd8fe6e272ebf877ae15b7032'/>
<id>0bc04a4df098da1fd8fe6e272ebf877ae15b7032</id>
<content type='text'>
PHPBB3-13203
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-13203
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12715] Cleanup comments in \phpbb\passwords\*</title>
<updated>2014-06-15T17:14:59+00:00</updated>
<author>
<name>Tristan Darricau</name>
<email>github@nicofuma.fr</email>
</author>
<published>2014-06-15T12:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=5dfb1cc66a9436151c85182547915f33a6f87a2c'/>
<id>5dfb1cc66a9436151c85182547915f33a6f87a2c</id>
<content type='text'>
PHPBB3-12715
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12715
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12352] Mark salted md5 and phpass passwords driver as legacy</title>
<updated>2014-06-01T19:31:04+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2014-05-01T12:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=68f59defb041a719519547fdd34f25258a60a38e'/>
<id>68f59defb041a719519547fdd34f25258a60a38e</id>
<content type='text'>
PHPBB3-12352
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12352
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12352] Introduce user row to passwords check methods</title>
<updated>2014-06-01T19:31:04+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2014-05-01T12:21:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=ee72e7b3ad31d60fa1189c6d852f2134ab37f7f2'/>
<id>ee72e7b3ad31d60fa1189c6d852f2134ab37f7f2</id>
<content type='text'>
This will ensure that legacy hash types that might need the user row can
properly check if the supplied password is correct.

PHPBB3-12352
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will ensure that legacy hash types that might need the user row can
properly check if the supplied password is correct.

PHPBB3-12352
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12594] Remove @package tags and update file headers</title>
<updated>2014-05-27T18:51:13+00:00</updated>
<author>
<name>Yuriy Rusko</name>
<email>github@rusko.net</email>
</author>
<published>2014-05-27T18:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=a759704b39fc1c1353f865a633759b1369589b67'/>
<id>a759704b39fc1c1353f865a633759b1369589b67</id>
<content type='text'>
PHPBB3-12594
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12594
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/passwords] Add missing documentation to docblocks</title>
<updated>2013-12-29T16:55:00+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2013-12-29T16:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=8383d1f1d3b5f3ac12248920f7cf79d8aa6399fc'/>
<id>8383d1f1d3b5f3ac12248920f7cf79d8aa6399fc</id>
<content type='text'>
Also contains some minor spacing changes.

PHPBB3-11610
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also contains some minor spacing changes.

PHPBB3-11610
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/passwords] Get rid of unneeded code complexity</title>
<updated>2013-12-29T15:33:09+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2013-12-29T15:33:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=808c54fa89f556e6f4701d4f8c6c418393ddfc13'/>
<id>808c54fa89f556e6f4701d4f8c6c418393ddfc13</id>
<content type='text'>
Simplified a little bit of code as pointed out by imkingdavid on github.

PHPBB3-11610
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplified a little bit of code as pointed out by imkingdavid on github.

PHPBB3-11610
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/passwords] Remove unnecessary specification of namespace in drivers</title>
<updated>2013-12-29T15:17:37+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2013-12-29T15:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=555cd025b2d53e681dd02756f7de3ba0bf7df321'/>
<id>555cd025b2d53e681dd02756f7de3ba0bf7df321</id>
<content type='text'>
PHPBB3-11610
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11610
</pre>
</div>
</content>
</entry>
<entry>
<title>[feature/passwords] Remove IN_PHPBB check from passwords files</title>
<updated>2013-12-29T13:07:27+00:00</updated>
<author>
<name>Marc Alexander</name>
<email>admin@m-a-styles.de</email>
</author>
<published>2013-12-29T13:07:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=b37549ce6343154abc603999e64a372ba7f2f902'/>
<id>b37549ce6343154abc603999e64a372ba7f2f902</id>
<content type='text'>
PHPBB3-11610
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-11610
</pre>
</div>
</content>
</entry>
</feed>
