index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
password
/
drivers
/
ldap.php
Age
Commit message (
Expand
)
Author
2015-03-12
Remove obsolete mt_srand() calls
Thomas Bruederli
2015-02-26
Fix "Non-static method PEAR::isError() should not be called statically" error...
Aleksander Machniak
2014-12-09
Fix generation of Blowfish-based password hashes (#1490184)
Aleksander Machniak
2014-10-18
Small CS fixes after PR merge
Aleksander Machniak
2014-10-16
fix indent to match style in ldap.php (tabs to spaces)
Lorenzo Perone
2014-10-14
Password Plugin / LDAP Driver:
Lorenzo Perone
2014-10-10
Fix regression in SHAA password generation in ldap driver of password plugin ...
Aleksander Machniak
2014-09-28
Support hashing algorithms without mhash() and even hash() extension (#1490076)
Aleksander Machniak
2014-09-08
Added license headers to driver files, CS fixes
Aleksander Machniak
2014-06-24
Allow anonymous LDAP searches
Aleksander Machniak
2013-11-08
Substitute variables in 'password_ldap_search_base' value
Aleksander Machniak
2013-09-23
Code improvements, remove code duplication
Aleksander Machniak
2013-09-23
Add new password encodage ('ad') in ldap password drivers (#1489349)
Aleksander Machniak
2013-01-18
Remove deprecated functions (from bc.php file) usage in plugins
Aleksander Machniak
2012-12-17
CS fixes, mostly tabs to spaces conversion
Aleksander Machniak
2012-03-31
Move plugins repository into roundcubemail root folder; svn:externals are not...
thomascube
2010-03-20
moved plugins
till
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 driver
alecpl