1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307
|
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
|