summaryrefslogtreecommitdiff
path: root/plugins/password/drivers/sql.php
AgeCommit message (Expand)Author
2014-12-09Fix generation of Blowfish-based password hashes (#1490184)Aleksander Machniak
2014-09-09Remove new_link argument usage, we don't need it anymoreAleksander Machniak
2014-09-08Added license headers to driver files, CS fixesAleksander Machniak
2013-05-07Avoid unused local variablesAleksander Machniak
2013-05-06Fix bugs caught by static analysisAleksander Machniak
2013-01-18Remove deprecated functions (from bc.php file) usage in pluginsAleksander Machniak
2012-12-17CS fixes, mostly tabs to spaces conversionAleksander Machniak
2012-08-28fixed the patch after some testing, works productivedefa
2012-08-27added more digest-support to crypt-functiondefa
2012-06-19Replace rcube_mdb2 with rcube_dbAleksander Machniak
2012-03-31Move plugins repository into roundcubemail root folder; svn:externals are not...thomascube
2010-03-20moved pluginstill
2009-09-05- Password Plugin: Fix %d inserts username instead of domain (#1486088)alecpl
2009-09-02- Password plugin: support hashed passwords and username parts in sql driver ...alecpl
2009-09-01- add new_link=true to password_db_dsn (#1486067)alecpl
2009-06-20- Password plugin: implemented driversalecpl