#
5eb1f92f |
| 28-May-2018 |
Dmitry Stogov |
Use zend_string_release_ex() instread of zend_string_release() in places, where we sure about string persistence.
|
Revision tags: php-7.1.18, php-7.2.6, php-7.2.6RC1, php-7.1.18RC1, php-5.6.36, php-7.2.5, php-7.1.17, php-7.0.30 |
|
#
49782c54 |
| 23-Apr-2018 |
Stanislav Malyshev |
Fix bug #76248 - Malicious LDAP-Server Response causes Crash
|
Revision tags: php-7.1.17RC1, php-7.2.5RC1, php-5.6.35, php-7.0.29, php-7.2.4, php-7.1.16, php-7.1.16RC1, php-7.2.4RC1, php-7.1.15, php-5.6.34, php-7.2.3, php-7.0.28 |
|
#
a2933e9e |
| 17-Feb-2018 |
Gabriel Caruso |
Fix some compile results warnings
|
Revision tags: php-7.2.3RC1, php-7.1.15RC1 |
|
#
a5f1a585 |
| 10-Feb-2018 |
Gabriel Caruso |
Removed unused variables
|
Revision tags: php-7.1.14, php-7.2.2, php-7.1.14RC1, php-7.2.2RC1, php-7.1.13, php-5.6.33, php-7.2.1, php-7.0.27 |
|
#
a6519d05 |
| 02-Jan-2018 |
Xinchen Hui |
year++
|
#
7a7ec01a |
| 02-Jan-2018 |
Xinchen Hui |
year++
|
#
ccd4716e |
| 02-Jan-2018 |
Xinchen Hui |
year++
|
#
9e709e2f |
| 14-Dec-2017 |
Dmitry Stogov |
Move constants into read-only data segment
|
Revision tags: php-7.2.1RC1 |
|
#
6a9d2b21 |
| 07-Dec-2017 |
Dmitry Stogov |
Cleanup type conversion
|
Revision tags: php-7.1.13RC1, php-7.0.27RC1, php-7.2.0, php-7.1.12, php-7.0.26, php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1, php-7.1.11, php-5.6.32, php-7.2.0RC5, php-7.0.25, php-7.1.11RC1, php-7.2.0RC4, php-7.0.25RC1, php-7.1.10, php-7.2.0RC3, php-7.0.24 |
|
#
9a4f3505 |
| 14-Sep-2017 |
Côme Chilliet |
Added support for VLV controls request and response
|
#
6ac7d313 |
| 14-Sep-2017 |
Côme Chilliet |
Added support for SORT controls On an openldap server you need the sssvlv overlay for these to work
|
#
def30dbd |
| 14-Sep-2017 |
Côme Chilliet |
Avoid memory leak when creating paged control value
|
#
d76d57b8 |
| 14-Sep-2017 |
Côme Chilliet |
Fixed ifdef for VLV controls (copy/paste error)
|
Revision tags: php-7.2.0RC2, php-7.1.10RC1 |
|
#
c112b53a |
| 12-Sep-2017 |
Côme Chilliet |
Added ldap_rename_ext and its test
|
#
679442b1 |
| 12-Sep-2017 |
Côme Chilliet |
Indexing controls by OID when parsing them
|
Revision tags: php-7.0.24RC1 |
|
#
9c7666d9 |
| 12-Sep-2017 |
Côme Chilliet |
Avoid returning iscritical field when parsing response controls As stated in RFC4511 Section 4.1.11, this field is always false in response controls and only makes sense in request cont
Avoid returning iscritical field when parsing response controls As stated in RFC4511 Section 4.1.11, this field is always false in response controls and only makes sense in request controls
show more ...
|
#
d8a7214d |
| 12-Sep-2017 |
Côme Chilliet |
Fixed ldap_parse_result comment
|
#
ead53aba |
| 12-Sep-2017 |
Côme Chilliet |
Added ldap_delete_ext and its test
|
#
17e490a2 |
| 12-Sep-2017 |
Côme Chilliet |
Added ldap_mod_*_ext methods for modification with controls
|
#
32b51035 |
| 12-Sep-2017 |
Côme Chilliet |
Added ldap_add_ext and preread/postread support and tests
|
#
b3634245 |
| 11-Sep-2017 |
Côme Chilliet |
Added ldap_bind_ext to pass controls and get result object ldap_bind_ext allows to pass controls and get result object from bind operation Also added a test for it, pretty basic as
Added ldap_bind_ext to pass controls and get result object ldap_bind_ext allows to pass controls and get result object from bind operation Also added a test for it, pretty basic as tests cannot depend upon ppolicy overlay
show more ...
|
#
9275e05d |
| 11-Sep-2017 |
Côme Chilliet |
Improved a bit error handling to avoid passing commands with incomplete controls
|
#
3a1ba930 |
| 11-Sep-2017 |
Côme Chilliet |
Added support and test for LDAP_CONTROL_VALUESRETURNFILTER
|
#
b5ca0c1c |
| 07-Sep-2017 |
Côme Chilliet |
Removed client controls alltogether Client controls are ldap client lib specific and all the one I could find are ignoring client controls anyway.
|
#
81b27aba |
| 07-Sep-2017 |
Côme Chilliet |
Added support for controls in ldap_modify_batch
|