From e6d8f97bf2e0bbb4d95df0c4e030eb7ec6ef75a5 Mon Sep 17 00:00:00 2001 From: thomasb Date: Sat, 31 Mar 2012 12:25:48 +0000 Subject: Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore git-svn-id: https://svn.roundcube.net/trunk@6034 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/plugins/password/package.xml | 335 +++++++++++++++++++++++++++++ 1 file changed, 335 insertions(+) create mode 100644 roundcubemail/plugins/password/package.xml (limited to 'roundcubemail/plugins/password/package.xml') diff --git a/roundcubemail/plugins/password/package.xml b/roundcubemail/plugins/password/package.xml new file mode 100644 index 000000000..29d222409 --- /dev/null +++ b/roundcubemail/plugins/password/package.xml @@ -0,0 +1,335 @@ + + + password + pear.roundcube.net + Password Change for Roundcube + Plugin that adds a possibility to change user password using many + methods (drivers) via Settings/Password tab. + + + Aleksander Machniak + alec + alec@alec.pl + yes + + 2012-03-07 + + 3.1 + 2.0 + + + stable + stable + + GNU GPLv2 + +- Added pw_usermod driver (#1487826) +- Added option password_login_exceptions (#1487826) +- Added domainfactory driver (#1487882) +- Added DBMail driver (#1488281) +- Helper files moved to helpers/ directory from drivers/ +- Added Expect driver (#1488363) +- Added Samba password (#1488364) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + + + + 2010-04-29 + + + 1.4 + 1.4 + + + stable + stable + + GNU GPLv2 + +- Use mail_domain value for domain variables when there is no domain in username: + sql and ldap drivers (#1486694) +- Created package.xml + + + + 2010-06-20 + + + 1.5 + 1.5 + + + stable + stable + + GNU GPLv2 + +- Removed user_login/username_local/username_domain methods, + use rcube_user::get_username instead (#1486707) + + + + 2010-08-01 + + + 1.6 + 1.5 + + + stable + stable + + GNU GPLv2 + +- Added ldap_simple driver + + + + 2010-09-10 + + + 1.7 + 1.5 + + + stable + stable + + GNU GPLv2 + +- Added XMail driver +- Improve security of chpasswd driver using popen instead of exec+echo (#1486987) +- Added chpass-wrapper.py script to improve security (#1486987) + + + + 2010-09-29 + + + 1.8 + 1.6 + + + stable + stable + + GNU GPLv2 + +- Added possibility to display extended error messages (#1486704) +- Added extended error messages in Poppassd driver (#1486704) + + + + + 1.9 + 1.6 + + + stable + stable + + GNU GPLv2 + +- Added password_ldap_lchattr option (#1486927) + + + + 2010-10-07 + + + 2.0 + 1.6 + + + stable + stable + + GNU GPLv2 + +- Fixed SQL Injection in SQL driver when using %p or %o variables in query (#1487034) + + + + 2010-11-02 + + + 2.1 + 1.6 + + + stable + stable + + GNU GPLv2 + +- hMail driver: Add possibility to connect to remote host + + + + 2011-02-15 + + + 2.2 + 1.6 + + + stable + stable + + GNU GPLv2 + +- hMail driver: add username_domain detection (#1487100) +- hMail driver: HTML tags in logged messages should be stripped off (#1487099) +- Chpasswd driver: add newline at end of input to chpasswd binary (#1487141) +- Fix usage of configured temp_dir instead of /tmp (#1487447) +- ldap_simple driver: fix parse error +- ldap/ldap_simple drivers: support %dc variable in config +- ldap/ldap_simple drivers: support Samba password change +- Fix extended error messages handling (#1487676) +- Fix double request when clicking on Password tab in Firefox +- Fix deprecated split() usage in xmail and directadmin drivers (#1487769) +- Added option (password_log) for logging password changes +- Virtualmin driver: Add option for setting username format (#1487781) + + + + 2011-10-26 + + + 2.3 + 1.6 + + + stable + stable + + GNU GPLv2 + +- When old and new passwords are the same, do nothing, return success (#1487823) +- Fixed Samba password hashing in 'ldap' driver +- Added 'password_change' hook for plugin actions after successful password change +- Fixed bug where 'doveadm pw' command was used as dovecotpw utility +- Improve generated crypt() passwords (#1488136) + + + + 2011-11-23 + + 2.4 + 1.6 + + + stable + stable + + GNU GPLv2 + +- Added option to use punycode or unicode for domain names (#1488103) +- Save Samba password hashes in capital letters (#1488197) + + + + 2011-11-23 + + 3.0 + 2.0 + + + stable + stable + + GNU GPLv2 + +- Fixed drivers namespace issues + + + + -- cgit v1.2.3