aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/driver_interface.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12715] Cleanup comments in \phpbb\passwords\*Tristan Darricau2014-06-151-1/+1
| | | | PHPBB3-12715
* [ticket/12352] Introduce user row to passwords check methodsMarc Alexander2014-06-011-1/+2
| | | | | | | 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/12352] Add legacy passwords driver for sha1 smf type passwordsMarc Alexander2014-06-011-0/+7
| | | | PHPBB3-12352
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | PHPBB3-12594
* [feature/passwords] Get rid of set_name/get_name methods for passwords driversMarc Alexander2014-02-021-7/+0
| | | | PHPBB3-11610
* [feature/passwords] Add missing documentation to docblocksMarc Alexander2013-12-291-1/+6
| | | | | | 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] Modify passwords files for namespacing changesMarc Alexander2013-09-271-0/+70
PHPBB3-11610