2015-03-27  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Set version number to 1.0.3

2015-03-19  Aleksander Machniak  <machniak@kolabsys.com>

	* Fix VLV base DN somparison when it contains utf-8 characters/escape sentences (#4863)

2015-03-05  Aleksander Machniak  <machniak@kolabsys.com>

	* Return domain DN in find_domain() result (#4786)

2015-02-27  Aleksander Machniak  <machniak@kolabsys.com>

	* Implement domain_root_dn (#4354)

2015-02-24  Aleksander Machniak  <machniak@kolabsys.com>

	* Clarified license information, added LICENSE file (#4695)

2015-02-24  Aleksander Machniak  <machniak@kolabsys.com>

	* Merge branch 'master' of ssh://git.kolabsys.com/git/pear/Net_LDAP3

2015-02-20  Aleksander Machniak  <machniak@kolabsys.com>

	* Make sure ldap filter is not empty when searching, use (objectclass=*) by default

2015-01-23  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Set version to 1.0.2

2015-01-16  Aleksander Machniak  <machniak@kolabsys.com>

	* Do not log password argument for ldapsearch

2015-01-07  Aleksander Machniak  <machniak@kolabsys.com>

	* Merge branch 'master' of ssh://git.kolabsys.com/git/pear/Net_LDAP3

2015-01-06  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Provide additional commentary on the complex VLV/SSS configuration/detection

2015-01-06  Aleksander Machniak  <machniak@kolabsys.com>

	* Merge branch 'master' of ssh://git.kolabsys.com/git/pear/Net_LDAP3

2014-12-18  Aleksander Machniak  <machniak@kolabsys.com>

	* Really support passing search parameter as string not as an array, for vlv searches

2014-12-18  Aleksander Machniak  <machniak@kolabsys.com>

	* Set $ns_function before it is going to be used, not after - error when using numsub_filter

2014-12-18  Aleksander Machniak  <machniak@kolabsys.com>

	* Revert part of the last commit - use all sort columns of vlv index if sorting wasn't specified

2014-12-17  Aleksander Machniak  <machniak@kolabsys.com>

	* Improved handling of vlv sort attributes (#4118)

2014-12-12  Aleksander Machniak  <machniak@kolabsys.com>

	* Fix OU change handling if provided OU attribute is an array

2014-12-11  Aleksander Machniak  <machniak@kolabsys.com>

	* Fix handling of special characters in DN string when searching by entrydn

2014-12-10  Aleksander Machniak  <machniak@kolabsys.com>

	* Set LDAP time limit to be (one second) less than PHP time limit, otherwise we have no chance to log the error if search exceeds max_execution_time

2014-12-10  Aleksander Machniak  <machniak@kolabsys.com>

	* Set search result count/offset/vlv parameters conditionally

2014-12-10  Aleksander Machniak  <machniak@kolabsys.com>

	* Remove $this->debug check, this variable does not exist

2014-11-14  Aleksander Machniak  <machniak@kolabsys.com>

	* Fix handling of special characters in RDN attributes (#3905) Fix update of objects which base DN contains special characters (#3824)

2014-11-04  Aleksander Machniak  <machniak@kolabsys.com>

	* Add possibility to return user attributes from login() (#3858) + small code improvements.

2014-10-14  Thomas Bruederli  <thomas@roundcube.net>

	* Use the right properties for /mozldap/ldapsearch calls

2014-10-01  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Correct variable used to determine acl rights

2014-09-10  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Bump version to 1.0.1

2014-09-10  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Parse Oracle DSEE aclRights attributes correctly.

2014-08-27  Aleksander Machniak  <alec@alec.pl>

	* Fix PHP Fatal error: Call to a member function entries() on a non-object (#3518)

2014-08-11  Aleksander Machniak  <alec@alec.pl>

	* Don't log password argument of ldapsearch command

2014-08-06  Aleksander Machniak  <machniak@kolabsys.com>

	* Add get_dn() method + some CS and documentation fixes

2014-08-05  Aleksander Machniak  <alec@alec.pl>

	* Don't log bind passwords

2014-08-01  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Prevent miscomparison between a preferred sort on the client (application) and the configured sort on the server

2014-08-01  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Allow multiple VLV definitions for the same base dn

2014-07-03  Aleksander Machniak  <machniak@kolabsys.com>

	* Fix logging vlv sort attribute(s) + small fixes

2014-04-18  Aleksander Machniak  <machniak@kolabsys.com>

	* Refactoring and code cleanup + CS fixes (preparing for integration with Roundcube)

2014-01-17  Aleksander Machniak  <alec@alec.pl>

	* Add delete_entry_recursive() method

2014-01-17  Aleksander Machniak  <alec@alec.pl>

	* Fix issue when modifying entry's RDN attribute and new value is a one-element array (Bug #2778)

2013-12-04  Aleksander Machniak  <alec@alec.pl>

	* Applied some code and perf. improvements from Kolab WAP

2013-09-25  Aleksander Machniak  <alec@alec.pl>

	* Fix completely broken list_group_members()

2013-09-17  Aleksander Machniak  <alec@alec.pl>

	* Skip searching for nsuniqueid if searched value is too short to be a unique identifier (Bug #2216)

2013-09-13  Aleksander Machniak  <alec@alec.pl>

	* Fix issues in vlv indexes handling + small CS improvements

2013-09-10  Aleksander Machniak  <alec@alec.pl>

	* Fix unhandled ldap errors + some CS fixes (Bug #2201)

2013-07-30  Aleksander Machniak  <alec@alec.pl>

	* Fix search operators

2013-07-30  Aleksander Machniak  <alec@alec.pl>

	* Support <, >, <=, >= operators in searches

2013-07-10  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Remove hard coded root dns and such, and check ldap results before executing ->count() / ->entries()

2013-07-10  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Don't forget to uncomment the line that actually adds the new replica place-holder

2013-07-10  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Add function add_replication_agreements($domain_root_dn)

2013-06-28  Aleksander Machniak  <alec@alec.pl>

	* Use configured TLS flag for Net_LDAP2 connection

2013-06-17  Aleksander Machniak  <alec@alec.pl>

	* Fix possible fatal errors on failed connection

2013-05-26  Aleksander Machniak  <alec@alec.pl>

	* Replace Log::trace() with $this->_debug()

2013-05-24  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Merge branch 'master' of ssh://git.kolab.org/git/pear/Net_LDAP3

2013-05-22  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Do not call legacy_rights() Do not call domain_root_dn() Ensure groups is a valid result set, and return the entries rather than the object

2013-04-16  Aleksander Machniak  <alec@alec.pl>

	* Fix typo in debug message

2013-04-10  Aleksander Machniak  <alec@alec.pl>

	* Better error handling on ldapsearch usage (Bug #1733)

2013-04-16  Aleksander Machniak  <alec@alec.pl>

	* Fix typo in debug message

2013-02-14  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Make sure that configured referrals are actually set despite openldap installation defaults

2013-01-24  Thomas Bruederli  <bruederli@kolabsys.com>

	* Merge branch 'master' of ssh://git.kolab.org/git/pear/Net_LDAP3

2013-01-24  Thomas Bruederli  <bruederli@kolabsys.com>

	* Add some documentation, define dependency to PEAR:Net_LDAP2 package

2013-01-23  Aleksander Machniak  <alec@alec.pl>

	* Reset additional search filter after search (Bug #1565)

2013-01-23  Thomas Bruederli  <bruederli@kolabsys.com>

	* Use absolute path for includes

2013-01-23  Thomas Bruederli  <bruederli@kolabsys.com>

	* Fix license and description; add (temporary) version string

2013-01-23  Thomas Bruederli  <bruederli@kolabsys.com>

	* Add composer.json to make the lib installable by Composer

2013-01-23  Thomas Bruederli  <bruederli@kolabsys.com>

	* Make constructor behave the same as config_set(), except triggering hooks

2013-01-17  Aleksander Machniak  <alec@alec.pl>

	* CS fixes, consistent character casing of false/true/null

2013-01-17  Aleksander Machniak  <alec@alec.pl>

	* Remove PEAR dependency

2013-01-17  Aleksander Machniak  <alec@alec.pl>

	* CS fixes

2013-01-17  Aleksander Machniak  <alec@alec.pl>

	* Update Net_LDAP3 with fixes from Kolab Webadmin

2013-01-16  Thomas Bruederli  <bruederli@kolabsys.com>

	* Unify logging; make dependency to PEAR:Log class optional

2012-09-22  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Correct the test of the additional filter when VLV is active

2012-09-04  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Correct the default login filter used

2012-09-04  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Fix get_entry_attribute() and get_entry_attributes()

2012-09-04  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Only get the domain and localpart from the username if no domain is specified and if the login name contains an '@'

2012-09-04  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Cache supported controls once obtained

2012-08-30  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* The login() function should recognize the $username argument is actually a distinguished name (dn) and bind with that.

2012-08-22  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Make delete_entry() function public Improve some debug verbosity Make sure return attributes are reset after intermediate searches

2012-08-21  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Commit refactorings as part of the effort to integrate Net_LDAP3 into the Kolab WAP (API)

2012-08-18  Jeroen van Meeuwen (Kolab Systems)  <vanmeeuwen@kolabsys.com>

	* Initial commit
