You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/plugins/password/drivers
Maikel Linke dd29ca1ee8 Correct decoding of JSON response
The old version assumed `json_decode` would return an associative array.
While it can do so if an extra option is specified, the default
behaviour is to return an object. Therefore, a successful password
change resulted in an error while parsing the response.

The new code is accessing the response as object instead. The method
is now covered by a unit test.
8 years ago
..
chpasswd.php
cpanel.php replace old trac links (#5514) 8 years ago
cpanel_webmail.php Correct decoding of JSON response 8 years ago
dbmail.php Fix (again) security issue in DBMail driver of password plugin [CVE-2015-2181] (#1490643) 9 years ago
directadmin.php
domainfactory.php
expect.php
gearman.php
hmail.php
kpasswd.php Added 'kpasswd' driver by Peter Allgeyer 10 years ago
ldap.php Revert "Correction to work good with the Net_LDAP2 2.2.0" 8 years ago
ldap_ppolicy.php CS fixes, updated changelog 8 years ago
ldap_simple.php Make password encryption algorithms available for all drivers (#1490134) 10 years ago
pam.php
plesk.php Fix syntax error in plesk driver 10 years ago
poppassd.php Parse error and CS fixes after PR merge 8 years ago
pw_usermod.php
sasl.php
smb.php
sql.php Make password encryption algorithms available for all drivers (#1490134) 10 years ago
virtualmin.php
vpopmaild.php Fix vpopmaild driver of password plugin 10 years ago
ximss.php
xmail.php