summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_ldap_generic.php
AgeCommit message (Collapse)Author
2014-06-10Fix "PHP Fatal error: Cannot break/continue 1 level" when ldap_start_tls() failsAleksander Machniak
2014-05-12Add configurable LDAP_OPT_DEREF option (#1489864) - patch from Stuart C. NaifehAleksander Machniak
Conflicts: CHANGELOG
2014-05-12Don't EVER log passwordsThomas Bruederli
2013-09-26Handle nicely situation when normalize_entry is executed on already ↵Aleksander Machniak
normalized entry
2013-06-19CS fixesAleksander Machniak
2013-06-19Fix debug setting in ldap classesAleksander Machniak
2013-06-18CS fixesAleksander Machniak
2013-06-18Unify LDAP debug messagesAleksander Machniak
2013-06-18Ignore ldap_search warnings (like in the old code)Aleksander Machniak
2013-06-18Consolidate quote_string() method usage; don't add additional filter if ↵Thomas Bruederli
required field is already in search query
2013-03-13Also use VLV for filter prefix matchesThomas Bruederli
2013-02-14Optimmize memory usage by only fetching the necessary attributes used for ↵Thomas Bruederli
contacts listing
2013-02-13Fix autocompletion search with VLV supportThomas Bruederli
2013-02-13Improve group members listing + fix VLV index usageThomas Bruederli
2013-02-13Prepare for VLV auto-detection (requries 'config_root_dn' config option)Thomas Bruederli
2013-02-13Refactored 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)