aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/salted_md5.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13976] Fix comment typo in salted_md5.phpSumanai2015-10-211-1/+1
| | | | PHPBB3-13976
* [ticket/13203] Use string_compare method in passwords driversMarc Alexander2014-10-221-1/+1
| | | | PHPBB3-13203
* [ticket/12715] Cleanup comments in \phpbb\passwords\*Tristan Darricau2014-06-151-5/+5
| | | | PHPBB3-12715
* [ticket/12352] Mark salted md5 and phpass passwords driver as legacyMarc Alexander2014-06-011-0/+8
| | | | PHPBB3-12352
* [ticket/12352] Introduce user row to passwords check methodsMarc Alexander2014-06-011-1/+1
| | | | | | | This will ensure that legacy hash types that might need the user row can properly check if the supplied password is correct. PHPBB3-12352
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | PHPBB3-12594
* [feature/passwords] Add missing documentation to docblocksMarc Alexander2013-12-291-2/+6
| | | | | | Also contains some minor spacing changes. PHPBB3-11610
* [feature/passwords] Get rid of unneeded code complexityMarc Alexander2013-12-291-7/+3
| | | | | | Simplified a little bit of code as pointed out by imkingdavid on github. PHPBB3-11610
* [feature/passwords] Remove unnecessary specification of namespace in driversMarc Alexander2013-12-291-1/+1
| | | | PHPBB3-11610
* [feature/passwords] Remove IN_PHPBB check from passwords filesMarc Alexander2013-12-291-8/+0
| | | | PHPBB3-11610
* [feature/passwords] Minor cleanup in passwords filesMarc Alexander2013-10-141-3/+0
| | | | PHPBB3-11610
* [feature/passwords] Add phpass copyright notice to salted md5 driverMarc Alexander2013-10-111-0/+28
| | | | PHPBB3-11610
* [feature/passwords] Increase test coverage to 100% of methodsMarc Alexander2013-10-101-8/+8
| | | | | | | | Obsolete code that is impossible to hit has been removed and the logic of the salted md5 driver has been changed to correctly implement the phpBB 3.0 phpbb_hash() function. PHPBB3-11610
* [feature/passwords] Increase test coverage to 35 out ouf 36 methodsMarc Alexander2013-10-091-4/+1
| | | | | | | Only one small code part in the salted md5 driver can't be tested right now. Passwords helper and passwords driver helper are now fully covered by tests. PHPBB3-11610
* [feature/passwords] Modify passwords files for namespacing changesMarc Alexander2013-09-271-1/+3
| | | | PHPBB3-11610
* [feature/passwords] Do not pass phpbb_container to passwords managerMarc Alexander2013-09-201-8/+0
| | | | PHPBB3-11610
* [feature/passwords] Rename "crypto" files to "passwords" filesMarc Alexander2013-09-141-0/+152
PHPBB3-11610