summaryrefslogtreecommitdiff
path: root/plugins/password/drivers
AgeCommit message (Collapse)Author
2014-12-09Fix generation of Blowfish-based password hashes (#1490184)Aleksander Machniak
Added password_blowfish_cost config option. Conflicts: CHANGELOG
2014-10-10Fix regression in SHAA password generation in ldap driver of password plugin ↵Aleksander Machniak
(#1490094)
2014-09-28Support hashing algorithms without mhash() and even hash() extension (#1490076)Aleksander Machniak
2014-06-24Allow anonymous LDAP searchesAleksander Machniak
2014-05-12Don't EVER log passwordsThomas Bruederli
2014-03-05Fix dbmail driver (hints from ↵Aleksander Machniak
https://github.com/roundcube/roundcubemail/pull/169)
2014-02-13prevent unwanted code execution via CURLOPT_POSTFIELDS (again)Till Krüss
2014-02-10prevent unwanted code execution via CURLOPT_POSTFIELDSTill Krüss
2013-11-08Substitute variables in 'password_ldap_search_base' valueAleksander Machniak
2013-10-15check if password was changed successfully, before looking for error messagesTill Krüss
2013-10-15check if the new password matched the requirements; code cleanupTill Krüss
2013-09-27In password ldap_simple driver: added LDAP debug, added password_ldap_bindAleksander Machniak
hook, so other plugins can provide user DN for password change
2013-09-23Code improvements, remove code duplicationAleksander Machniak
2013-09-23Add new password encodage ('ad') in ldap password drivers (#1489349)Aleksander Machniak
2013-09-23Fix setting domain in virtualmin password driver (#1489332)Aleksander Machniak
2013-09-15In password virtualmin driver removed support for username in format based ↵Aleksander Machniak
on user alias (#1489332)
2013-08-20s/$rcmail_config/$config/ also for plugins configurationAleksander Machniak
2013-05-07Avoid unused local variablesAleksander Machniak
2013-05-06Fix various PHP code bugs found using static analysis (#1489086)Aleksander Machniak
2013-05-06Fix bugs caught by static analysisAleksander Machniak
2013-03-30Added new cPanel driver - fixes localization related issues (#1487015)Aleksander Machniak
2013-03-02Use rcube_utils::parse_host() for host config in smb driver (#1488784)Aleksander Machniak
2013-01-18Remove deprecated functions (from bc.php file) usage in pluginsAleksander Machniak
2012-12-26Update plugins/password/drivers/pam.phpMike Hennessy
The Ubuntu package php5-auth-pam renames the PECL PAM extension to pam_auth, so this file should check for both.
2012-12-17CS fixes, mostly tabs to spaces conversionAleksander Machniak
2012-11-25Use new RCUBE_PLUGINS_DIR constantThomas Bruederli
2012-09-05Merge https://github.com/roundcube/roundcubemail into crypt_hash_branchdefa
2012-09-04Fix parse error in virtualmin driver (#1488668)Aleksander Machniak
2012-09-04Password plugin made compatible with modern VirtualminGDR\!
Added a new username format in Virtualmin driver, which works for default Virtualmin settings where username is user.postfix and domain is taken from email address. Example: email - info@goodcoffee.com login - info.goodcof
2012-08-28fixed the patch after some testing, works productivedefa
2012-08-27added more digest-support to crypt-functiondefa
2012-08-08Merge branch 'pdo'Aleksander Machniak
Conflicts: CHANGELOG
2012-08-07Fix errors after removing users.alias column (#1488581)Aleksander Machniak
2012-06-19Replace rcube_mdb2 with rcube_dbAleksander Machniak
2012-05-24Password plugin made compatible with modern VirtualminGDR\!
Added a new username format in Virtualmin driver, which works for default Virtualmin settings where username is user.postfix and domain is taken from email address. Example: email - info@goodcoffee.com login - info.goodcof
2012-04-19- Update the HTTPSocket class from 2.7 to 2.8 to avoid plugin problems when ↵vbenincasa
used with SSL (and when DirectAdmin uses the option "force_hostname" that requires a correct "host" header value).
2012-03-31Move plugins repository into roundcubemail root folder; svn:externals are ↵thomascube
not defined anymore
2010-03-20moved pluginstill
2010-02-06- Password: fix vpopmaild driver (#1486478)alecpl
2009-10-09- Added XIMSS (Communigate) driver for Password pluginalecpl
2009-10-02- Password: cPanel driver addedalecpl
2009-09-20- Password plugin: fix vpopmaild drivervbenincasa
2009-09-20 - Password plugin: added vpopmaild drivervbenincasa
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
queries
2009-09-01- add new_link=true to password_db_dsn (#1486067)alecpl
2009-08-25- lost DirectAdmin driver filealecpl
2009-08-24- Password/LDAP: support %name, %domain in userdn (#1486055)alecpl
2009-07-31- Password plugin: added ldap_force_replace option (#1486014)alecpl
2009-07-01Allow to configure additional arguments for the saslpasswd2 callthomascube