Age | Commit message (Expand) | Author | Files | Lines |
2015-01-16 | Do not log password argument for ldapsearch | Aleksander Machniak | 1 | -1/+1 |
2015-01-06 | Provide additional commentary on the complex VLV/SSS configuration/detection | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+33 |
2014-12-18 | Set $ns_function before it is going to be used, not after - error when using ... | Aleksander Machniak | 1 | -1/+2 |
2014-12-18 | Revert part of the last commit - use all sort columns of vlv index if sorting... | Aleksander Machniak | 1 | -2/+2 |
2014-12-17 | Improved handling of vlv sort attributes (#4118) | Aleksander Machniak | 1 | -9/+12 |
2014-12-12 | Fix OU change handling if provided OU attribute is an array | Aleksander Machniak | 1 | -2/+2 |
2014-12-11 | Fix handling of special characters in DN string when searching by entrydn | Aleksander Machniak | 1 | -5/+18 |
2014-12-10 | Set LDAP time limit to be (one second) less than PHP time limit, | Aleksander Machniak | 1 | -1/+8 |
2014-12-10 | Set search result count/offset/vlv parameters conditionally | Aleksander Machniak | 1 | -3/+9 |
2014-12-10 | Remove $this->debug check, this variable does not exist | Aleksander Machniak | 1 | -1/+1 |
2014-11-14 | Fix handling of special characters in RDN attributes (#3905) | Aleksander Machniak | 1 | -36/+84 |
2014-11-04 | Add possibility to return user attributes from login() (#3858) + small code i... | Aleksander Machniak | 1 | -35/+34 |
2014-10-14 | Use the right properties for /mozldap/ldapsearch calls | Thomas Bruederli | 1 | -2/+2 |
2014-10-01 | Correct variable used to determine acl rights | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2014-09-10 | Parse Oracle DSEE aclRights attributes correctly. | Jeroen van Meeuwen (Kolab Systems) | 1 | -42/+165 |
2014-08-27 | Fix PHP Fatal error: Call to a member function entries() on a non-object (#3518) | Aleksander Machniak | 1 | -1/+3 |
2014-08-11 | Don't log password argument of ldapsearch command | Aleksander Machniak | 1 | -2/+7 |
2014-08-06 | Add get_dn() method + some CS and documentation fixes | Aleksander Machniak | 1 | -3/+16 |
2014-08-05 | Don't log bind passwords | Aleksander Machniak | 1 | -2/+2 |
2014-08-01 | Prevent miscomparison between a preferred sort on the client (application) an...pear-Net-LDAP3-1.0.0 | Jeroen van Meeuwen (Kolab Systems) | 1 | -5/+8 |
2014-08-01 | Allow multiple VLV definitions for the same base dn | Jeroen van Meeuwen (Kolab Systems) | 1 | -29/+30 |
2014-07-03 | Fix logging vlv sort attribute(s) + small fixes | Aleksander Machniak | 1 | -3/+5 |
2014-04-18 | Refactoring and code cleanup + CS fixes (preparing for integration with Round... | Aleksander Machniak | 2 | -746/+669 |
2014-01-17 | Add delete_entry_recursive() method | Aleksander Machniak | 1 | -2/+26 |
2014-01-17 | Fix issue when modifying entry's RDN attribute and new value is a one-element... | Aleksander Machniak | 1 | -6/+4 |
2013-12-04 | Applied some code and perf. improvements from Kolab WAP | Aleksander Machniak | 1 | -12/+17 |
2013-09-25 | Fix completely broken list_group_members() | Aleksander Machniak | 1 | -79/+66 |
2013-09-17 | Skip searching for nsuniqueid if searched value is too short to be a unique i... | Aleksander Machniak | 1 | -1/+8 |
2013-09-13 | Fix issues in vlv indexes handling + small CS improvements | Aleksander Machniak | 1 | -28/+26 |
2013-09-10 | Fix unhandled ldap errors + some CS fixes (Bug #2201) | Aleksander Machniak | 1 | -3/+16 |
2013-07-30 | Fix search operators | Aleksander Machniak | 1 | -3/+11 |
2013-07-30 | Support <, >, <=, >= operators in searches | Aleksander Machniak | 1 | -3/+12 |
2013-07-10 | Remove hard coded root dns and such, and check ldap results before executing ... | Jeroen van Meeuwen (Kolab Systems) | 1 | -4/+15 |
2013-07-10 | Don't forget to uncomment the line that actually adds the new replica place-h... | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2013-07-10 | Add function add_replication_agreements($domain_root_dn) | Jeroen van Meeuwen (Kolab Systems) | 1 | -2/+198 |
2013-06-28 | Use configured TLS flag for Net_LDAP2 connection | Aleksander Machniak | 1 | -1/+2 |
2013-06-17 | Fix possible fatal errors on failed connection | Aleksander Machniak | 1 | -22/+22 |
2013-05-26 | Replace Log::trace() with $this->_debug() | Aleksander Machniak | 1 | -1/+1 |
2013-05-24 | Do not call legacy_rights() Do not call domain_root_dn() Ensure groups is a v... | Jeroen van Meeuwen (Kolab Systems) | 1 | -3/+8 |
2013-05-24 | Fix typo in debug message | Aleksander Machniak | 1 | -1/+1 |
2013-05-24 | Better error handling on ldapsearch usage (Bug #1733) | Aleksander Machniak | 1 | -1/+6 |
2013-02-14 | Make sure that configured referrals are actually set despite openldap install... | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+9 |
2013-01-24 | Merge branch 'master' of ssh://git.kolab.org/git/pear/Net_LDAP3 | Thomas Bruederli | 1 | -0/+2 |
2013-01-24 | Add some documentation, define dependency to PEAR:Net_LDAP2 package | Thomas Bruederli | 1 | -10/+38 |
2013-01-23 | Reset additional search filter after search (Bug #1565) | Aleksander Machniak | 1 | -0/+2 |
2013-01-23 | Use absolute path for includes | Thomas Bruederli | 1 | -1/+1 |
2013-01-23 | Make constructor behave the same as config_set(), except triggering hooks | Thomas Bruederli | 1 | -1/+10 |
2013-01-17 | CS fixes, consistent character casing of false/true/null | Aleksander Machniak | 1 | -153/+153 |
2013-01-17 | Remove PEAR dependency | Aleksander Machniak | 1 | -24/+19 |
2013-01-17 | CS fixes | Aleksander Machniak | 1 | -57/+57 |