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
/
program
/
lib
/
Roundcube
/
rcube_ldap_generic.php
Age
Commit message (
Collapse
)
Author
2014-08-18
Make LDAP errors available to the application
Thomas Bruederli
2014-08-06
Overwrite Net_LDAP3's normalize_entry() method to behave as the old one
Aleksander Machniak
2014-08-02
Use Net_LDAP3
Jeroen van Meeuwen (Kolab Systems)
2014-06-10
Fix "PHP Fatal error: Cannot break/continue 1 level" when ldap_start_tls() fails
Aleksander Machniak
2014-05-22
Fix debug output
Thomas Bruederli
2014-05-12
Add configurable LDAP_OPT_DEREF option (#1489864) - patch from Stuart C. Naifeh
Aleksander Machniak
2014-03-11
Avoid useless connection attempts if host is empty
Thomas Bruederli
2014-02-03
Don't EVER log passwords
Thomas Bruederli
2013-09-26
Handle nicely situation when normalize_entry is executed on already ↵
Aleksander Machniak
normalized entry
2013-06-19
CS fixes
Aleksander Machniak
2013-06-19
Fix debug setting in ldap classes
Aleksander Machniak
2013-06-18
CS fixes
Aleksander Machniak
2013-06-18
Unify LDAP debug messages
Aleksander Machniak
2013-06-18
Ignore ldap_search warnings (like in the old code)
Aleksander Machniak
2013-06-18
Consolidate quote_string() method usage; don't add additional filter if ↵
Thomas Bruederli
required field is already in search query
2013-03-13
Also use VLV for filter prefix matches
Thomas Bruederli
2013-02-14
Optimmize memory usage by only fetching the necessary attributes used for ↵
Thomas Bruederli
contacts listing
2013-02-13
Fix autocompletion search with VLV support
Thomas Bruederli
2013-02-13
Improve group members listing + fix VLV index usage
Thomas Bruederli
2013-02-13
Prepare for VLV auto-detection (requries 'config_root_dn' config option)
Thomas Bruederli
2013-02-13
Refactored the LDAP address book into a generic LDAP wrapper class and an ↵
Thomas Bruederli
address book implementation (as already started in the devel-ldap-refactoring branch)