summaryrefslogtreecommitdiff
path: root/plugins/password/drivers
AgeCommit message (Collapse)Author
2015-03-31Fix vpopmaild driver of password pluginAleksander Machniak
2015-03-12Remove obsolete mt_srand() callsThomas Bruederli
2015-02-26Added 'kpasswd' driver by Peter AllgeyerAleksander Machniak
2015-02-26Fix "Non-static method PEAR::isError() should not be called statically" ↵Aleksander Machniak
errors (#1490281)
2015-02-05Fix security issue in DBMail driver of password plugin (#1490261)Aleksander Machniak
2014-12-09Fix generation of Blowfish-based password hashes (#1490184)Aleksander Machniak
Added password_blowfish_cost config option.
2014-10-26Fix syntax error in plesk driverAleksander Machniak
2014-10-18Small CS fixes after PR mergeAleksander Machniak
2014-10-16fix indent to match style in ldap.php (tabs to spaces)Lorenzo Perone
2014-10-14Password Plugin / LDAP Driver:Lorenzo Perone
- adds support for (optional) multiple userPassword values for compatibility with more authentication shemes - adds support for CRAM-MD5 scheme as implemented by doveadm pw (credits: see header of plugins/password/helpers/dovecot_hmacmd5.php)
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-09-09Remove new_link argument usage, we don't need it anymoreAleksander Machniak
2014-09-08Added license headers to driver files, CS fixesAleksander Machniak
2014-09-02Merge branch 'master' of https://github.com/roundcube/roundcubemailCyrill von Wattenwyl
Conflicts: plugins/password/config.inc.php.dist
2014-07-16CS fixes after PR mergeAleksander Machniak
2014-07-14New gearman driver for password pluginMohammad Anwari
2014-06-24Allow anonymous LDAP searchesAleksander Machniak
2014-05-16Add timeout for password-driver vpopmaildsimonp
2014-05-12fixed typos and added section in READMECyrill von Wattenwyl
2014-05-08Added Plesk-Driver to Password-PluginCyrill von Wattenwyl
This Driver allows to change Passwords via Plesk RPC-API
2014-03-05Fix dbmail driver (hints from ↵Aleksander Machniak
https://github.com/roundcube/roundcubemail/pull/169)
2014-02-13Merge pull request #168 from tillkruess/masterAleksander Machniak
another security fix for domainfactory password plugin driver
2014-02-13prevent unwanted code execution via CURLOPT_POSTFIELDS (again)Till Krüss
2014-02-10Merge pull request #166 from tillkruess/masterAleksander Machniak
security fix for domainfactory password plugin driver
2014-02-10prevent unwanted code execution via CURLOPT_POSTFIELDSTill Krüss
2014-02-03Don't EVER log passwordsThomas Bruederli
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