summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_ldap_generic.php
AgeCommit message (Expand)Author
2015-03-03Improve LDAP search by ignoring words order in fuzzy substring matching modeThomas Bruederli
2015-03-03Add utility function to compose a full-text-like LDAP search filterThomas Bruederli
2014-08-18Make LDAP errors available to the applicationThomas Bruederli
2014-08-06Overwrite Net_LDAP3's normalize_entry() method to behave as the old oneAleksander Machniak
2014-08-02Use Net_LDAP3Jeroen van Meeuwen (Kolab Systems)
2014-06-10Fix "PHP Fatal error: Cannot break/continue 1 level" when ldap_start_tls() failsAleksander Machniak
2014-05-22Fix debug outputThomas Bruederli
2014-05-12Add configurable LDAP_OPT_DEREF option (#1489864) - patch from Stuart C. NaifehAleksander Machniak
2014-03-11Avoid useless connection attempts if host is emptyThomas Bruederli
2014-02-03Don't EVER log passwordsThomas Bruederli
2013-09-26Handle nicely situation when normalize_entry is executed on already normalize...Aleksander Machniak
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 requi...Thomas Bruederli
2013-03-13Also use VLV for filter prefix matchesThomas Bruederli
2013-02-14Optimmize memory usage by only fetching the necessary attributes used for con...Thomas Bruederli
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 add...Thomas Bruederli