aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/helper.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13917] Do not pass non-string variables to hash_equals()Marc Alexander2015-06-041-2/+8
| | | | PHPBB3-13917
* [ticket/13917] Use hash_equals() if it's availableMarc Alexander2015-06-041-0/+6
| | | | PHPBB3-13917
* [ticket/13203] Add method for byte by byte comparison to drivers helperMarc Alexander2014-10-221-0/+20
| | | | PHPBB3-13203
* [ticket/12715] Cleanup comments in \phpbb\passwords\*Tristan Darricau2014-06-151-2/+2
| | | | PHPBB3-12715
* [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-1/+4
| | | | | | Also contains some minor spacing changes. PHPBB3-11610
* [feature/passwords] Remove IN_PHPBB check from passwords filesMarc Alexander2013-12-291-8/+0
| | | | PHPBB3-11610
* [feature/passwords] Increase test coverage to 35 out ouf 36 methodsMarc Alexander2013-10-091-2/+3
| | | | | | | 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] Pass config via service container to driver helperMarc Alexander2013-09-281-6/+20
| | | | | | This will get rid of the global $config in the driver helper PHPBB3-11610
* [feature/passwords] Modify passwords files for namespacing changesMarc Alexander2013-09-271-1/+3
| | | | PHPBB3-11610
* [feature/passwords] Use dependency injection for passwords driver helperMarc Alexander2013-09-221-11/+0
| | | | | | | The passwords driver helper is now injected into the driver base instead of being manually loaded. PHPBB3-11610
* [feature/passwords] Rename "crypto" files to "passwords" filesMarc Alexander2013-09-141-0/+143
PHPBB3-11610