summaryrefslogtreecommitdiff
path: root/plugins/password/drivers/ldap.php
AgeCommit message (Expand)Author
2015-03-12Remove obsolete mt_srand() callsThomas Bruederli
2015-02-26Fix "Non-static method PEAR::isError() should not be called statically" error...Aleksander Machniak
2014-12-09Fix generation of Blowfish-based password hashes (#1490184)Aleksander Machniak
2014-10-18Small CS fixes after PR mergeAleksander Machniak
2014-10-16fix indent to match style in ldap.php (tabs to spaces)Lorenzo Perone
2014-10-14Password Plugin / LDAP Driver:Lorenzo Perone
2014-10-10Fix regression in SHAA password generation in ldap driver of password plugin ...Aleksander Machniak
2014-09-28Support hashing algorithms without mhash() and even hash() extension (#1490076)Aleksander Machniak
2014-09-08Added license headers to driver files, CS fixesAleksander Machniak
2014-06-24Allow anonymous LDAP searchesAleksander Machniak
2013-11-08Substitute variables in 'password_ldap_search_base' valueAleksander Machniak
2013-09-23Code improvements, remove code duplicationAleksander Machniak
2013-09-23Add new password encodage ('ad') in ldap password drivers (#1489349)Aleksander Machniak
2013-01-18Remove deprecated functions (from bc.php file) usage in pluginsAleksander Machniak
2012-12-17CS fixes, mostly tabs to spaces conversionAleksander Machniak
2012-03-31Move plugins repository into roundcubemail root folder; svn:externals are not...thomascube
2010-03-20moved pluginstill
2009-08-24- Password/LDAP: support %name, %domain in userdn (#1486055)alecpl
2009-07-31- Password plugin: added ldap_force_replace option (#1486014)alecpl
2009-06-26- Password plugin: added LDAP driveralecpl