Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-26 | Fix syntax error in plesk driver | Aleksander Machniak | |
2014-10-18 | Small CS fixes after PR merge | Aleksander Machniak | |
2014-10-16 | fix indent to match style in ldap.php (tabs to spaces) | Lorenzo Perone | |
2014-10-14 | Password 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-10 | Fix regression in SHAA password generation in ldap driver of password plugin ↵ | Aleksander Machniak | |
(#1490094) | |||
2014-09-28 | Support hashing algorithms without mhash() and even hash() extension (#1490076) | Aleksander Machniak | |
2014-09-09 | Remove new_link argument usage, we don't need it anymore | Aleksander Machniak | |
2014-09-08 | Added license headers to driver files, CS fixes | Aleksander Machniak | |
2014-09-02 | Merge branch 'master' of https://github.com/roundcube/roundcubemail | Cyrill von Wattenwyl | |
Conflicts: plugins/password/config.inc.php.dist | |||
2014-07-16 | CS fixes after PR merge | Aleksander Machniak | |
2014-07-14 | New gearman driver for password plugin | Mohammad Anwari | |
2014-06-24 | Allow anonymous LDAP searches | Aleksander Machniak | |
2014-05-16 | Add timeout for password-driver vpopmaild | simonp | |
2014-05-12 | fixed typos and added section in README | Cyrill von Wattenwyl | |
2014-05-08 | Added Plesk-Driver to Password-Plugin | Cyrill von Wattenwyl | |
This Driver allows to change Passwords via Plesk RPC-API | |||
2014-03-05 | Fix dbmail driver (hints from ↵ | Aleksander Machniak | |
https://github.com/roundcube/roundcubemail/pull/169) | |||
2014-02-13 | Merge pull request #168 from tillkruess/master | Aleksander Machniak | |
another security fix for domainfactory password plugin driver | |||
2014-02-13 | prevent unwanted code execution via CURLOPT_POSTFIELDS (again) | Till Krüss | |
2014-02-10 | Merge pull request #166 from tillkruess/master | Aleksander Machniak | |
security fix for domainfactory password plugin driver | |||
2014-02-10 | prevent unwanted code execution via CURLOPT_POSTFIELDS | Till Krüss | |
2014-02-03 | Don't EVER log passwords | Thomas Bruederli | |
2013-11-08 | Substitute variables in 'password_ldap_search_base' value | Aleksander Machniak | |
2013-10-15 | check if password was changed successfully, before looking for error messages | Till Krüss | |
2013-10-15 | check if the new password matched the requirements; code cleanup | Till Krüss | |
2013-09-27 | In password ldap_simple driver: added LDAP debug, added password_ldap_bind | Aleksander Machniak | |
hook, so other plugins can provide user DN for password change | |||
2013-09-23 | Code improvements, remove code duplication | Aleksander Machniak | |
2013-09-23 | Add new password encodage ('ad') in ldap password drivers (#1489349) | Aleksander Machniak | |
2013-09-23 | Fix setting domain in virtualmin password driver (#1489332) | Aleksander Machniak | |
2013-09-15 | In password virtualmin driver removed support for username in format based ↵ | Aleksander Machniak | |
on user alias (#1489332) | |||
2013-08-20 | s/$rcmail_config/$config/ also for plugins configuration | Aleksander Machniak | |
2013-05-07 | Avoid unused local variables | Aleksander Machniak | |
2013-05-06 | Fix various PHP code bugs found using static analysis (#1489086) | Aleksander Machniak | |
2013-05-06 | Fix bugs caught by static analysis | Aleksander Machniak | |
2013-03-30 | Added new cPanel driver - fixes localization related issues (#1487015) | Aleksander Machniak | |
2013-03-02 | Use rcube_utils::parse_host() for host config in smb driver (#1488784) | Aleksander Machniak | |
2013-01-18 | Remove deprecated functions (from bc.php file) usage in plugins | Aleksander Machniak | |
2012-12-26 | Update plugins/password/drivers/pam.php | Mike Hennessy | |
The Ubuntu package php5-auth-pam renames the PECL PAM extension to pam_auth, so this file should check for both. | |||
2012-12-17 | CS fixes, mostly tabs to spaces conversion | Aleksander Machniak | |
2012-11-25 | Use new RCUBE_PLUGINS_DIR constant | Thomas Bruederli | |
2012-09-05 | Merge https://github.com/roundcube/roundcubemail into crypt_hash_branch | defa | |
2012-09-04 | Fix parse error in virtualmin driver (#1488668) | Aleksander Machniak | |
2012-09-04 | Password plugin made compatible with modern Virtualmin | GDR\! | |
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-28 | fixed the patch after some testing, works productive | defa | |
2012-08-27 | added more digest-support to crypt-function | defa | |
2012-08-08 | Merge branch 'pdo' | Aleksander Machniak | |
Conflicts: CHANGELOG | |||
2012-08-07 | Fix errors after removing users.alias column (#1488581) | Aleksander Machniak | |
2012-06-19 | Replace rcube_mdb2 with rcube_db | Aleksander Machniak | |
2012-05-24 | Password plugin made compatible with modern Virtualmin | GDR\! | |
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-31 | Move plugins repository into roundcubemail root folder; svn:externals are ↵ | thomascube | |
not defined anymore |