<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in auth_password.test.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>527ad715b3b74fada32ec52d7db096c5f65d57e5 - allow to set unusable password</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_password.test.php#527ad715b3b74fada32ec52d7db096c5f65d57e5</link>
        <description>allow to set unusable passwordThis could be used by plugins such as dokuwiki-plugin-oauth to createaccounts that can only by accessed via SSO.

            List of files:
            /dokuwiki/_test/tests/inc/auth_password.test.php</description>
        <pubDate>Tue, 07 Jan 2025 11:16:10 +0000</pubDate>
        <dc:creator>Tobias Bengfort &lt;tobias.bengfort@posteo.de&gt;</dc:creator>
    </item>
<item>
        <title>07a871e68609e4cd733faa887b5340da40875db6 - Support Woltlab password hashes</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_password.test.php#07a871e68609e4cd733faa887b5340da40875db6</link>
        <description>Support Woltlab password hashesThe Woltlab forum software uses bcrypt passwords, but prefixes them with&quot;Bcrypt:&quot;. This adds support for this in our PassHash class.

            List of files:
            /dokuwiki/_test/tests/inc/auth_password.test.php</description>
        <pubDate>Tue, 25 Jun 2024 08:56:09 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>dfaf0747edadb1beeca2597db218f7f433ab91f0 - Support b and x variants for bcrypt hashes</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_password.test.php#dfaf0747edadb1beeca2597db218f7f433ab91f0</link>
        <description>Support b and x variants for bcrypt hashesPrompted by https://forum.dokuwiki.org/d/22108-authpdo-with-postgres-and-lemmy/3As stated on https://stackoverflow.com/a/36225192&gt; there is no difference between 2, 2a, 2x, 2y, and 2b. If you wrote your&gt; implementation correctly, they all output the same result.

            List of files:
            /dokuwiki/_test/tests/inc/auth_password.test.php</description>
        <pubDate>Wed, 13 Mar 2024 14:44:23 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>1c7f6650b2b393edffd9fa7aa43ff02e81711418 - Add support for SHA256 encrypted passwords</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_password.test.php#1c7f6650b2b393edffd9fa7aa43ff02e81711418</link>
        <description>Add support for SHA256 encrypted passwordsEnable detection of SHA256 hashes (prefixed with $5$) and allow touse this hashing schemes in passwords.

            List of files:
            /dokuwiki/_test/tests/inc/auth_password.test.php</description>
        <pubDate>Sun, 01 Aug 2021 19:02:22 +0000</pubDate>
        <dc:creator>Jan Baier &lt;jan.baier@amagical.net&gt;</dc:creator>
    </item>
<item>
        <title>b53267d3a1a487c341a26ed40058f6dc7b39e5a0 - Change cases of assertTrue in tests</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_password.test.php#b53267d3a1a487c341a26ed40058f6dc7b39e5a0</link>
        <description>Change cases of assertTrue in tests

            List of files:
            /dokuwiki/_test/tests/inc/auth_password.test.php</description>
        <pubDate>Mon, 17 Jun 2019 20:58:12 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>0f43ea44ae9ec43e2beb4f97e7d5563143d91cfa - add drupal and seafile hash methods</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_password.test.php#0f43ea44ae9ec43e2beb4f97e7d5563143d91cfa</link>
        <description>add drupal and seafile hash methods

            List of files:
            /dokuwiki/_test/tests/inc/auth_password.test.php</description>
        <pubDate>Mon, 10 Jun 2019 08:10:32 +0000</pubDate>
        <dc:creator>Schplurtz le D&#233;boulonn&#233; &lt;Schplurtz@laposte.net&gt;</dc:creator>
    </item>
<item>
        <title>6f9868d593e26f4f6d3700f37d1caca4a1343b78 - fix sha512 failing test, and add test to crypt-style sha512 hash</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_password.test.php#6f9868d593e26f4f6d3700f37d1caca4a1343b78</link>
        <description>fix sha512 failing test, and add test to crypt-style sha512 hash

            List of files:
            /dokuwiki/_test/tests/inc/auth_password.test.php</description>
        <pubDate>Mon, 07 Jan 2019 22:36:24 +0000</pubDate>
        <dc:creator>Phy &lt;git@phy25.com&gt;</dc:creator>
    </item>
<item>
        <title>b216b154d10959a2f52f21215f3e9eb20e417406 - use dataprovider in password tests</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_password.test.php#b216b154d10959a2f52f21215f3e9eb20e417406</link>
        <description>use dataprovider in password testsThis fixes a problem with those tests in the most recent version ofphpunit. I thought it was caused by the use of the deprecated varkeyword, but some other weirdness was going on. This way it&apos;s moreproper anyway.

            List of files:
            /dokuwiki/_test/tests/inc/auth_password.test.php</description>
        <pubDate>Fri, 12 May 2017 16:22:05 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>9c9753d6eadb7a5b7495594bd7f1bc4480edd4a2 - replace some var keywords</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_password.test.php#9c9753d6eadb7a5b7495594bd7f1bc4480edd4a2</link>
        <description>replace some var keywordsThis should fix some tests on PHP 7.1. The work is far from done, westill have a lot of variables without proper accessibility defined.

            List of files:
            /dokuwiki/_test/tests/inc/auth_password.test.php</description>
        <pubDate>Fri, 12 May 2017 13:21:20 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>efce9e7d15b8f44966b023f025362bbea168aef3 - mysql 4.11+ hash is supposed to be upper case. fixes #1825</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_password.test.php#efce9e7d15b8f44966b023f025362bbea168aef3</link>
        <description>mysql 4.11+ hash is supposed to be upper case. fixes #1825

            List of files:
            /dokuwiki/_test/tests/inc/auth_password.test.php</description>
        <pubDate>Wed, 08 Feb 2017 08:53:56 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>924cc11c61f9b6b0b947b36046ae4deb179dcb33 - add support for new Django hashing methods</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_password.test.php#924cc11c61f9b6b0b947b36046ae4deb179dcb33</link>
        <description>add support for new Django hashing methodsNew Python Django application default to PBKDF2 with SHA256 as apassword mechanism. This adds support for that mechanism in ourpassword hasher class. This will be needed in the tests for the newPDO auth plugin.

            List of files:
            /dokuwiki/_test/tests/inc/auth_password.test.php</description>
        <pubDate>Fri, 11 Mar 2016 12:55:08 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>32c7ba22db35fd22aed87fb31984069873cefc4f - skip sha512 tests when it&apos;s not available</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_password.test.php#32c7ba22db35fd22aed87fb31984069873cefc4f</link>
        <description>skip sha512 tests when it&apos;s not availableThis makes the entire testsuite run through on HHVM 3.8.0 on phpunitbeta-2015-06-18 :-)Note: this does not mean that DokuWiki is fully compatible with HHVM,but it&apos;s a good step!

            List of files:
            /dokuwiki/_test/tests/inc/auth_password.test.php</description>
        <pubDate>Fri, 24 Jul 2015 13:18:42 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>363404184fcd4ec7b0149662d99a22f2cc78020b - fixed some test inheriting from the wrong parent</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_password.test.php#363404184fcd4ec7b0149662d99a22f2cc78020b</link>
        <description>fixed some test inheriting from the wrong parent

            List of files:
            /dokuwiki/_test/tests/inc/auth_password.test.php</description>
        <pubDate>Wed, 30 Apr 2014 18:03:13 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>dfbe4adfd080433f91409f028935b9f9879fceca - added SHA512 hashing method FS#2663</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_password.test.php#dfbe4adfd080433f91409f028935b9f9879fceca</link>
        <description>added SHA512 hashing method FS#2663

            List of files:
            /dokuwiki/_test/tests/inc/auth_password.test.php</description>
        <pubDate>Sat, 26 Jan 2013 12:38:20 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>529b04166c604b1d086cbfeac1bd676227d04872 - added mediawiki password method FS#2559</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_password.test.php#529b04166c604b1d086cbfeac1bd676227d04872</link>
        <description>added mediawiki password method FS#2559This should make migrating from MediaWiki a bit easier.

            List of files:
            /dokuwiki/_test/tests/inc/auth_password.test.php</description>
        <pubDate>Sat, 26 Jan 2013 11:59:15 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>050f8f4ddc32167e205a190eec9a60ad8f3caed5 - removed unecessary requiresin unit tests</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_password.test.php#050f8f4ddc32167e205a190eec9a60ad8f3caed5</link>
        <description>removed unecessary requiresin unit tests

            List of files:
            /dokuwiki/_test/tests/inc/auth_password.test.php</description>
        <pubDate>Tue, 01 May 2012 20:58:57 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>1831d8a0f848f2e0dd5ef195791b6beaa5d1acb7 - fixed password hashing tests for recent PMD5 change</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_password.test.php#1831d8a0f848f2e0dd5ef195791b6beaa5d1acb7</link>
        <description>fixed password hashing tests for recent PMD5 change

            List of files:
            /dokuwiki/_test/tests/inc/auth_password.test.php</description>
        <pubDate>Tue, 01 May 2012 19:33:06 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>f2ae886abc5bb17b10e0313506b7bdf1f84f5726 - reenabled password test</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/auth_password.test.php#f2ae886abc5bb17b10e0313506b7bdf1f84f5726</link>
        <description>reenabled password testaccording to Dominik Eckelmann  one of the tests fails on certain servers. I can&apos;treproduce it. If you can, please open a bug report with as much info aspossible.

            List of files:
            /dokuwiki/_test/tests/inc/auth_password.test.php</description>
        <pubDate>Tue, 24 Apr 2012 20:13:23 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
