Commit Graph

198 Commits

Author SHA1 Message Date
Aleksander Machniak
b751f8f20f Move password_dovecotpw_with_method close to other dovecot related options 2016-09-19 08:21:36 +02:00
Thomas Bruederli
4e3442877d Updated localizations from Transifex 2016-07-24 12:12:22 +02:00
Michał Wojciechowski
cde1fbde0c Fix typos 2016-07-23 14:01:10 +02:00
Aleksander Machniak
796bb4ccbb Update localization, add Enigma plugin localizations 2016-05-28 15:19:19 +02:00
Aleksander Machniak
ab6fdfa8bc Fix PHP warning when password_hosts is set, but is not an array (#5260) 2016-05-20 14:08:28 +02:00
Oliver Ney
5f2df36879 Fix ldap connection use after release in password plugin 2016-04-23 00:39:34 +02:00
Aleksander Machniak
aba88576ef Update localizations 2016-03-28 18:36:56 +02:00
Aleksander Machniak
8ef598b883 Fix (again) security issue in DBMail driver of password plugin [CVE-2015-2181] (#1490643)
Unify the C program code with the one used by other drivers.
2016-01-21 16:27:03 +01:00
Thomas Bruederli
e257b830a1 Synchronize localizations from Transifex 2015-11-15 21:19:44 +01:00
Aleksander Machniak
8f8beafd56 Use .get_label() consistently (instead of .gettext()) 2015-10-20 10:08:50 +02:00
hsz
ed4f659a76 Fixed dovecot and samba encryption - (invalid variables names) 2015-10-08 14:50:41 +02:00
Aleksander Machniak
b922995297 CS fixes 2015-09-06 18:24:41 +02:00
Bram Matthys
c10f97740a Add $config['password_crypt_rounds']: this specifies the number of rounds
to be used for the sha256 and sha512 crypt hashing algorithms.
2015-09-05 21:31:25 +02:00
Aleksander Machniak
39813e961a Show error message from CPanel API on password change failure (#1490144) 2015-08-10 13:57:45 +02:00
Aleksander Machniak
252cc4c4ac Password: Allow temporarily disabling the plugin functionality with a notice 2015-07-27 10:47:34 +02:00
Aleksander Machniak
8b25622c75 Describe difference between dovecotpw and doveadm-pw (#1490423) 2015-06-12 08:59:26 +02:00
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.
2015-05-27 13:37:10 +02:00
Aleksander Machniak
1c8f845637 Add notes about sudo setup (#1490203) 2015-05-21 09:13:18 +02:00
Aleksander Machniak
e6c1e0c638 Fix vpopmaild driver of password plugin 2015-03-31 16:05:27 +02:00
Thomas Bruederli
e2fb340289 Remove obsolete mt_srand() calls 2015-03-12 09:59:47 +01:00
Aleksander Machniak
1d09ee0ce6 Added 'kpasswd' driver by Peter Allgeyer 2015-02-26 18:19:44 +01:00
Aleksander Machniak
b59b72cc30 Fix "Non-static method PEAR::isError() should not be called statically" errors (#1490281) 2015-02-26 18:04:03 +01:00
Thomas Bruederli
36147bd6df Update localizations from Transifex 2015-02-07 18:32:19 +01:00
Aleksander Machniak
7c96646de0 Fix security issue in DBMail driver of password plugin (#1490261) 2015-02-05 11:27:34 +01:00
Thomas Bruederli
fbb86218d0 Synchronized localizations from Transifex 2014-12-28 17:48:42 +01:00
Aleksander Machniak
d7cd5ddb86 Add missing composer.json files (skipped because of .gitignore) 2014-12-10 04:06:56 -05:00
Aleksander Machniak
ef29ac4339 Fix generation of Blowfish-based password hashes (#1490184)
Added password_blowfish_cost config option.
2014-12-09 18:39:55 +01:00
Aleksander Machniak
72b117feb1 Use consistent license identifiers, remove redundant package.xml files 2014-12-09 05:02:13 -05:00
Thomas Bruederli
f652e36b2b Force-pull translations from Transifex 2014-11-12 09:18:58 +01:00
Thomas Bruederli
01bc27536a Updated localizations from Transifex 2014-11-10 17:12:45 +01:00
Aleksander Machniak
5010941c43 Update password driver API description 2014-10-26 11:45:30 +01:00
Aleksander Machniak
c8d082a83e Fix syntax error in plesk driver 2014-10-26 11:43:01 +01:00
Aleksander Machniak
d26e94ae94 Small CS fixes after PR merge 2014-10-18 14:50:10 +02:00
Lorenzo Perone
84296e1b93 fix indent to match style in ldap.php (tabs to spaces) 2014-10-16 16:47:35 +02:00
Lorenzo Perone
3e3fcd4d27 Password Plugin / LDAP Driver:
- 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-14 23:22:46 +02:00
Aleksander Machniak
0ea079d604 dirname(__FILE__) -> __DIR__ 2014-10-13 14:41:55 +02:00
Aleksander Machniak
78bee8b8b6 Fix regression in SHAA password generation in ldap driver of password plugin (#1490094) 2014-10-10 10:25:52 +02:00
xzaara
54462b0f68 Update password.php
Semicolons instead of colons in  switch statement.
2014-10-01 11:29:11 +02:00
Aleksander Machniak
d1c8d7fc25 Support hashing algorithms without mhash() and even hash() extension (#1490076) 2014-09-28 19:03:08 +02:00
Aleksander Machniak
9dd327b400 Remove new_link argument usage, we don't need it anymore 2014-09-09 13:50:35 +02:00
Aleksander Machniak
4baf96a4ca Added license headers to driver files, CS fixes 2014-09-08 09:50:59 +02:00
Cyrill von Wattenwyl
7dc269029d removed unwanted file 2014-09-02 11:48:55 +02:00
Cyrill von Wattenwyl
141d615f39 Fixed merge conflicts 2014-09-02 11:21:25 +02:00
Cyrill von Wattenwyl
11a40dd1fe Merge branch 'master' of https://github.com/roundcube/roundcubemail
Conflicts:
	plugins/password/config.inc.php.dist
2014-09-02 11:20:52 +02:00
Thomas Bruederli
812f37c5d1 Synchronized localizations with Transifex 2014-08-27 14:53:06 +02:00
Aleksander Machniak
1299c6a231 Update translations 2014-08-17 09:36:32 +02:00
Aleksander Machniak
9d2550502a CS fixes after PR merge 2014-07-16 15:12:53 +02:00
Mohammad Anwari
1599665651 New gearman driver for password plugin 2014-07-14 23:54:32 +07:00
Aleksander Machniak
1a3132366e After PR merge code cleanup 2014-06-26 10:42:56 +02:00
simonp
1c5fdd674e Show password rules before committing new password (#1488285) 2014-06-25 17:54:14 +02:00