Commit Graph

283 Commits (7a4aed8320f523e79803e6f019e1337f7a4bf0b6)

Author SHA1 Message Date
Aleksander Machniak 524e382669 Merge pull request #168 from tillkruess/master
another security fix for domainfactory password plugin driver
11 years ago
Till Krüss aba993da6a prevent unwanted code execution via CURLOPT_POSTFIELDS (again) 11 years ago
Aleksander Machniak e7881f058a Merge pull request #166 from tillkruess/master
security fix for domainfactory password plugin driver
11 years ago
Till Krüss 334475a50b prevent unwanted code execution via CURLOPT_POSTFIELDS 11 years ago
Thomas Bruederli 774deaded1 Don't EVER log passwords 11 years ago
Thomas Bruederli 8404fe9e32 Updated localizations from Transifex 11 years ago
Aleksander Machniak 538e64c572 Fix Closure-compiler warnings, small code improvements 11 years ago
Thomas Bruederli 3b95e24fbb Updated localizations from Transifex 11 years ago
Aleksander Machniak 393c868e8e Substitute variables in 'password_ldap_search_base' value 11 years ago
Till Krüss 910a3581be check if password was changed successfully, before looking for error messages 11 years ago
Till Krüss 0f4c9b850f check if the new password matched the requirements; code cleanup 11 years ago
Aleksander Machniak 4136174517 Clean up translations once again, this time remove untranslated strings for all langs 11 years ago
Aleksander Machniak 9377edc497 More lceanup 11 years ago
Aleksander Machniak 3d9e683cda Added plugin localizations 11 years ago
Thomas Bruederli f93e0b3a14 Synchronized localization files from Transifex 11 years ago
Thomas Bruederli cf46aefd9d Make password plugin use the new 'settings_actions' hook to register its link in the settings navigation 11 years ago
Aleksander Machniak 99de1fdd26 In password ldap_simple driver: added LDAP debug, added password_ldap_bind
hook, so other plugins can provide user DN for password change
11 years ago
Aleksander Machniak 19884ec5d2 Code improvements, remove code duplication 11 years ago
Aleksander Machniak 6776d31cee Add new password encodage ('ad') in ldap password drivers (#1489349) 11 years ago
Aleksander Machniak 0b17aae0cd Fix setting domain in virtualmin password driver (#1489332) 11 years ago
Aleksander Machniak 1f22878608 In password virtualmin driver removed support for username in format based on user alias (#1489332) 11 years ago
Thomas Bruederli eef9eb1146 Synchronized localization files from Transifex 11 years ago
Aleksander Machniak bcedf05d19 s/$rcmail_config/$config/ also for plugins configuration 11 years ago
simonp 5b5651a095 Added README section for vpopmaild driver at the password-plugin 11 years ago
Thomas Bruederli 71b577ea7d Added Luxembourgish localizations 11 years ago
Thomas Bruederli 0703bfecd0 Merged configuration refactoring from 'dev_config' branch back into master (#1487311) 11 years ago
Thomas Bruederli a7e0897fde Synchronized localization files with Transifex 11 years ago
Aleksander Machniak a306996bc5 Change license to GPLv3+ also in README file 11 years ago
Thomas Bruederli 07c6c69eca Make all bundled plugins the same license as Roundcube itself, which is GPLv3+ 11 years ago
Aleksander Machniak 461a30d771 Merge config files (#1487311).
Now we have defaults.inc.php and config.inc.php.
Renamed $rcmail_config to $config. Old naming and old files are supported
for backward compatibility.
11 years ago
Thomas Bruederli 3e78fc7fdf Synced localizations from Transifex 11 years ago
Aleksander Machniak 2193f6a130 Avoid unused local variables 11 years ago
Aleksander Machniak ce89ecd542 Fix various PHP code bugs found using static analysis (#1489086) 11 years ago
Aleksander Machniak c027ba7709 Fix bugs caught by static analysis 11 years ago
Aleksander Machniak 28151b329b Update changelog 11 years ago
Aleksander Machniak f41ccebadd Merge pull request #63 from Steffen185/patch-1
Save new password even if it has not changed (optional)
11 years ago
Thomas Bruederli c8f2c0c5af Synchronized localizations from Transifex 11 years ago
Steffen185 859a7a117a Fixed wrong copy-paste 11 years ago
Steffen185 b343adf3cb Use new config option "password_force_save" 11 years ago
Steffen185 6db9f84737 Added config option "password_force_save" 11 years ago
Aleksander Machniak 721ee561ed Update changelog 11 years ago
Aleksander Machniak 30ff85c5a1 Added new cPanel driver - fixes localization related issues (#1487015) 11 years ago
Steffen185 6f7eafce18 Save new password even if it has not changed
I have recently changed the password scheme of my Dovecot/Postfix/Roundcube installation. New passwords are encrypted stronger than before. It is not possible to automatically update existing passwords (because the old encryption is not so bad that I can easily crack it). But I'd like to tell my users that they can upgrade to the new password scheme by simply submitting the "change password" form with their old password in all three input fields. Currently a minor optimization prevents this. I think this minor optimization should be removed.
11 years ago
Aleksander Machniak e0d4662523 Use rcube_utils::parse_host() for host config in smb driver (#1488784) 12 years ago
Thomas Bruederli 4090870623 Localization updates from Transifex 12 years ago
Thomas Bruederli aed581b6c4 Import all translations from Transifex 12 years ago
Thomas Bruederli 8e50ae9a6f Extend copyright to 2013 12 years ago
Aleksander Machniak b005927f91 Add basic tests for plugins 12 years ago
Aleksander Machniak 61be822d62 Remove deprecated functions (from bc.php file) usage in plugins 12 years ago
Thomas Bruederli de2009ec2c Pulled de_CH translations from Transifex (first test) 12 years ago
Thomas Bruederli 49437c123a Add proper headers to localization template files 12 years ago
Thomas Bruederli c942e4a2e9 Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Thomas Bruederli aabeab1e4e Updated localizations from launchpad 12 years ago
Mike Hennessy a622b7d580 Update plugins/password/drivers/pam.php
The Ubuntu package php5-auth-pam renames the PECL PAM extension to pam_auth, so this file should check for both.
12 years ago
Aleksander Machniak d6938bd1ea CS fixes, mostly tabs to spaces conversion 12 years ago
Aleksander Machniak 789e5988aa Clarify rcube::get_user_name() usage, add rcube::get_user_email() 12 years ago
Thomas Bruederli e2e2e8f379 Use new RCUBE_PLUGINS_DIR constant 12 years ago
Thomas Bruederli 6199a72c8e Updated localization files from launchpad 12 years ago
Aleksander Machniak 98128f13fc Rename option password_supported_hosts to password_hosts, code cleanup 12 years ago
Aleksander Machniak 657864a29c Merge pull request #42 from NETLINK/patch-1
Add option to define IMAP hosts that support password changes
12 years ago
Aleksander Machniak 3067458acb Fix wrong (non-specific) error message on crypt or connection error (#1488808) 12 years ago
NETLINK 204e1e03e9 Update plugins/password/password.php 12 years ago
NETLINK 7978f872cb Update plugins/password/password.php
Add logic for checking supported IMAP hosts

Make use of additional config option
'password_supported_hosts' (see config.inc.php.dist).
If current IMAP host is not in array of defined
hosts, exit and suppress Password option in Settings.
12 years ago
NETLINK 32395bde1a Update plugins/password/config.inc.php.dist
Added config option to specify hosts that support password changing.
12 years ago
Thomas Bruederli fa3a619315 Imported recent launchpad translations 12 years ago
defa 5ba07a429a added sample configuration 12 years ago
defa 921408eba6 Merge https://github.com/roundcube/roundcubemail into crypt_hash_branch 12 years ago
Aleksander Machniak 145503a32d Fix parse error in virtualmin driver (#1488668) 12 years ago
GDR\! a0f006748f Password plugin made compatible with modern Virtualmin
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
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 de56ea1909 Merge branch 'pdo'
Conflicts:
	CHANGELOG
12 years ago
Aleksander Machniak ee2187e1b1 Fix errors after removing users.alias column (#1488581) 12 years ago
Thomas Bruederli c41a86e5cc Updated translations from launchpad 12 years ago
Aleksander Machniak 91f2271fac Replace rcube_mdb2 with rcube_db 12 years ago
GDR\! 6ffe0beaa4 Password plugin made compatible with modern Virtualmin
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
12 years ago
vbenincasa 6c95b3e4ee - Update the HTTPSocket class from 2.7 to 2.8 to avoid plugin problems when used with SSL (and when DirectAdmin uses the option "force_hostname" that requires a correct "host" header value). 12 years ago
thomascube 48e9c14ebd Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore 12 years ago
till 63a3dc5fde moved plugins 15 years ago
alecpl aaf8255d18 - Password: lv_LV localization added 15 years ago
alecpl e576f25578 - Password: ca_ES localization added 15 years ago
alecpl 64608bf2ef - Password: Make passwords encoding consistent with core, add 'password_charset' global option (#1486473) 15 years ago
alecpl 255d2362c5 - es_ES localization (#1486482) 15 years ago
yllar 33ea0c7ace translations update 15 years ago
alecpl a65bf3a14b - Password: fix vpopmaild driver (#1486478) 15 years ago
yllar f09ca31fb1 localization update 15 years ago
alecpl 1904fa7104 - Added XIMSS (Communigate) driver for Password plugin 15 years ago
alecpl 6fff3c8e02 - more css unification for boxes + toolbarmenu moved to common.css (#1486198) 15 years ago
alecpl 2aaa992cc1 - unified boxtitle css styles 15 years ago
alecpl 1bf9a86a8e - Password: cPanel driver added 15 years ago
yllar 741d96fdda translations update 15 years ago
alecpl 586e356c3d - cs_CZ update 15 years ago
vbenincasa 104a14d18f - Password plugin: fix vpopmaild driver 15 years ago
vbenincasa 67bb96fef1 - Password plugin: added vpopmaild driver 15 years ago
alecpl 0dd842dbf5 - added server side password inconsistency check 15 years ago
yllar c678da1dfe translation update 15 years ago
alecpl 2659ce1ee1 - re-apply r2940 15 years ago
alecpl e7b283b80e - Password: added password strength options (#1486062) 15 years ago
vbenincasa b85fce1a78 - Added note for "DirectAdmin" password driver usage with SSL. 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 028c1f3355 - lost DirectAdmin driver file 15 years ago
alecpl 61347179ef - Password: added DirectAdmin driver (#1486048) 15 years ago
alecpl 7b865083e7 - Password/LDAP: support %name, %domain in userdn (#1486055) 15 years ago
yllar ac9bf998b6 lang update 15 years ago
alecpl dbfceb4b5c - pt_PT localization (#1486026) + it_IT localization files 15 years ago
alecpl f05834857c - Re-designed User Preferences interface 15 years ago
yllar cb1d1cb3c8 translations update 15 years ago
alecpl 793e24885b - Password plugin: added ldap_force_replace option (#1486014) 15 years ago
alecpl 9d88bf7597 - Password plugin: sv_SE localization added 15 years ago
alecpl 26fa646c8f - Password plugin: added pt_BR localization 15 years ago
thomascube be6c9752f9 Move config file to config.inc.php.dist to prevent further accidental commits 15 years ago
thomascube 2a4abc1286 Plugin to copy user prefs from a Qquirrelmail installation (when a new user is registered) 15 years ago
thomascube 9da5eddead Allow to configure additional arguments for the saslpasswd2 call 15 years ago
thomascube 645103db11 Use regular return values 15 years ago
thomascube 8e9a55abd8 Add SASL password wrapper program + update SASL instructions in README 15 years ago
thomascube 6a765a9355 Use html_table class to build password form + add german localizations + codestyle (no tabs, just spaces) 15 years ago
alecpl c8a1e6eb63 - Password plugin: added LDAP driver 15 years ago
alecpl 7fbfd451d1 - added fr_FR localization of Password plugin 15 years ago
alecpl 4534ab8771 - Password plugin: added poppassd driver 15 years ago
alecpl 35749f91d2 - make some messages shorter 15 years ago
alecpl 6bd74d8d51 - Password plugin: implemented drivers
- removed password_sasl plugin
15 years ago
alecpl d257c4064f - don't register body handler on plugin init (#1485888) 15 years ago
alecpl a08708509a - set pagetitle in php not js, hu_HU locale 15 years ago
alecpl 2471d3a979 - Added possibility to encrypt received header, option 'http_received_header_encrypt',
added some more logic in encrypt/decrypt functions for security
15 years ago
alecpl 94115bb338 - typo 15 years ago
alecpl 004739dc8e - typo + rename db_password_dsn to password_db_dsn 15 years ago
yllar a8d51d658f et_EE sv_SE pt_BR updates 15 years ago
svncommit 595be80feb Add dutch translation for password plugin. 15 years ago
alecpl 89635b9dd8 - remove _confirm function 15 years ago
alecpl cf356bcb36 - improved password plugin (#1485810) 15 years ago
thomascube cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 15 years ago