Commit Graph

17 Commits (0ee57208b3eb2e4c45412fe45d146c8e8e3458e6)

Author SHA1 Message Date
Aleksander Machniak 3cc6ec573d Make password encryption algorithms available for all drivers (#1490134)
...via password::hash_password() method and password_algorithm option.
Add %P and %O macros for password_query in favor of %c, %d, %n and %q.
9 years ago
Aleksander Machniak ef29ac4339 Fix generation of Blowfish-based password hashes (#1490184)
Added password_blowfish_cost config option.
10 years ago
Aleksander Machniak 9dd327b400 Remove new_link argument usage, we don't need it anymore 10 years ago
Aleksander Machniak 4baf96a4ca Added license headers to driver files, CS fixes 10 years ago
Aleksander Machniak 2193f6a130 Avoid unused local variables 12 years ago
Aleksander Machniak c027ba7709 Fix bugs caught by static analysis 12 years ago
Aleksander Machniak 61be822d62 Remove deprecated functions (from bc.php file) usage in plugins 12 years ago
Aleksander Machniak d6938bd1ea CS fixes, mostly tabs to spaces conversion 12 years ago
defa 5c603c4032 fixed the patch after some testing, works productive 12 years ago
defa 5e9b40a0d5 added more digest-support to crypt-function 12 years ago
Aleksander Machniak 91f2271fac Replace rcube_mdb2 with rcube_db 12 years ago
thomascube 48e9c14ebd Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore 13 years ago
till 63a3dc5fde moved plugins 15 years ago
alecpl 3dd90d323d - Password Plugin: Fix %d inserts username instead of domain (#1486088) 15 years ago
alecpl 64901dd0cc - Password plugin: support hashed passwords and username parts in sql driver queries 15 years ago
alecpl add992381e - add new_link=true to password_db_dsn (#1486067) 15 years ago
alecpl 6bd74d8d51 - Password plugin: implemented drivers
- removed password_sasl plugin
15 years ago