Age | Commit message (Expand) | Author | Files | Lines |
2015-04-02 | Fix find_domain() result when domain wasn't found (#4959)HEADmaster | Aleksander Machniak | 1 | -4/+10 |
2015-03-19 | Fix VLV base DN somparison when it contains utf-8 characters/escape sentences... | Aleksander Machniak | 1 | -2/+3 |
2015-03-05 | Return domain DN in find_domain() result (#4786) | Aleksander Machniak | 1 | -5/+9 |
2015-02-27 | Implement domain_root_dn (#4354) | Aleksander Machniak | 1 | -12/+252 |
2015-02-24 | Clarified license information, added LICENSE file (#4695) | Aleksander Machniak | 1 | -3/+12 |
2015-02-24 | Merge branch 'master' of ssh://git.kolabsys.com/git/pear/Net_LDAP3 | Aleksander Machniak | 1 | -3/+7 |
2015-02-20 | Make sure ldap filter is not empty when searching, use (objectclass=*) by def... | Aleksander Machniak | 1 | -2/+6 |
2015-01-16 | Do not log password argument for ldapsearch | Aleksander Machniak | 1 | -1/+1 |
2015-01-07 | Merge branch 'master' of ssh://git.kolabsys.com/git/pear/Net_LDAP3 | Aleksander Machniak | 1 | -0/+33 |
2015-01-06 | Provide additional commentary on the complex VLV/SSS configuration/detection | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+33 |
2015-01-06 | Merge branch 'master' of ssh://git.kolabsys.com/git/pear/Net_LDAP3 | Aleksander Machniak | 1 | -1/+2 |
2014-12-18 | Really support passing search parameter as string not as an array, for vlv se... | Aleksander Machniak | 1 | -5/+9 |
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-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 | 1 | -734/+650 |
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 |